Oracle Application Server Wireless Java API Reference
B10400-01

oracle.panama.model
Interface DeliverableApplication

All Superinterfaces:
ModelObject, XMLObject

public interface DeliverableApplication
extends ModelObject

Field Summary

 

Fields inherited from interface oracle.panama.model.ModelObject
TYPEID

 

Method Summary
 DeliverableContent addDeliverableContent(java.lang.String name, java.lang.String version)
           
 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()
           
 DeliverableContent getDeliverableContentById(java.lang.Long id)
           
 DeliverableContent[] getDeviceCapableContent(PhysicalDevice pDevice)
           
 java.lang.String getDisplayName()
          Gets the display name property value
 java.lang.String getName()
          Gets the name property value
 void removeDeliverableContent(long 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 property value
 void setName(java.lang.String name)
          Sets the name property value

 

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

getName

public java.lang.String getName()
Gets the name property value
Specified by:
getName in interface ModelObject
Returns:
name of the DeliverableApplication

setName

public void setName(java.lang.String name)
Sets the name property value
Specified by:
setName in interface ModelObject
Parameters:
name - the new (name) property value

getApplicationType

public java.lang.String getApplicationType()
Gets the type of the DeliverableApplication Content, such as ringtone, MIDLet
Returns:
type of the DeliverableApplication

setApplicationType

public void setApplicationType(java.lang.String applicationType)
Sets the type of DeliverableApplication
Parameters:
applicationType - the new application type

getApplicationDesc

public java.lang.String getApplicationDesc()
Gets the readable decription of the DeliverableApplication
Returns:
description of the DeliverableApplication

setApplicationDesc

public void setApplicationDesc(java.lang.String desc)
Sets the readable description of DeliverableApplication
Parameters:
desc - the new application description

getDisplayName

public java.lang.String getDisplayName()
Gets the display name property value
Returns:
display name of the DeliverableApplication

setDisplayName

public void setDisplayName(java.lang.String name)
Sets the display name property value
Parameters:
name - the new ( display name ) property value

getDeliverableContent

public DeliverableContent[] getDeliverableContent()

getDeliverableContentById

public DeliverableContent getDeliverableContentById(java.lang.Long id)

addDeliverableContent

public DeliverableContent addDeliverableContent(java.lang.String name,
                                                java.lang.String version)

removeDeliverableContent

public void removeDeliverableContent(long id)

getDeviceCapableContent

public DeliverableContent[] getDeviceCapableContent(PhysicalDevice pDevice)

delete

public void delete(boolean cascadingFlag)
If cascadingFlag is true, it will automatically delete all the DeliverableContents associated with this DeliverableApplication. Otherwise, you should delete all the DeliverableContents manually, which you'll have a chance to send out the assoicated DeliverableCtntEvent later, before deleteing this DeliverableApplication Object

Oracle Application Server Wireless Java API Reference
B10400-01

Copyright © 2003 Oracle Corporation. All Rights Reserved.