|
Oracle Application Server Wireless Java API Reference B14043-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
DelivableApplication is a place holder or organizer of DeliverableContent, representing downlaodable/deliverable Mobile Contents, like J2ME Midlet and Ringtone.
| Field Summary |
| Fields inherited from interface oracle.panama.model.ModelObject |
TYPEID |
| Method Summary | |
DeliverableContent |
addDeliverableContent(java.lang.String name, java.lang.String version)Create new DeliverableContent under this DeliverableApplication |
void |
delete(boolean cascadingFlag)If cascadingFlag is true, it will automatically delete all the DeliverableContents associated with this DeliverableApplication. |
java.lang.String |
getApplicationDesc()Gets the readable decription of the DeliverableApplication |
java.lang.String |
getApplicationType()Gets the type of the DeliverableApplication Content, such as ringtone, MIDLet |
DeliverableContent[] |
getDeliverableContent()Return a list of DeliverableContents under this DelieverableApplication |
DeliverableContent |
getDeliverableContentById(java.lang.Long id)Get the DeliverableContent identified by id |
DeliverableContent[] |
getDeviceCapableContent(PhysicalDevice pDevice)Return a list of DeliverableContents under this DelieverableApplication suitable to the passing device |
java.lang.String |
getDisplayName()Gets the display name of the DeliverableApplication |
java.lang.String |
getName()Gets the name of the DeliverableApplication |
void |
removeDeliverableContent(long id)Remove the DeliverableContent identified by id |
void |
setApplicationDesc(java.lang.String desc)Sets the readable description of DeliverableApplication |
void |
setApplicationType(java.lang.String applicationType)Sets the type of DeliverableApplication |
void |
setDisplayName(java.lang.String name)Sets the display name of DeliverableApplication |
void |
setName(java.lang.String name)Sets the name of the DeliverableApplication |
| Methods inherited from interface oracle.panama.model.ModelObject |
delete, getCreatedDate, getId, getLastModifiedDate, getTypeId, getTypeName, isSystem, setSystem, undoAll |
| Methods inherited from interface oracle.panama.model.XMLObject |
setXML, toXML |
| Method Detail |
public DeliverableContent addDeliverableContent(java.lang.String name,
java.lang.String version)
public void delete(boolean cascadingFlag)
public java.lang.String getApplicationDesc()
public java.lang.String getApplicationType()
public DeliverableContent[] getDeliverableContent()
public DeliverableContent getDeliverableContentById(java.lang.Long id)
id - identifying the DeliverableContentpublic DeliverableContent[] getDeviceCapableContent(PhysicalDevice pDevice)
public java.lang.String getDisplayName()
public java.lang.String getName()
getName in interface ModelObjectpublic void removeDeliverableContent(long id)
id - identifying the DeliverableContentpublic void setApplicationDesc(java.lang.String desc)
desc - the new application descriptionpublic void setApplicationType(java.lang.String applicationType)
public void setDisplayName(java.lang.String name)
name - the new display namepublic void setName(java.lang.String name)
setName in interface ModelObjectname - must be not null
|
Oracle Application Server Wireless Java API Reference B14043-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||