|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A Module is a pointer to a "modulable" service with well known name called "virtual" URL. The modules could be local or remote.
LocalModule
Field Summary |
Type | Field |
---|---|
static int |
TYPEID
The type id of this class. |
static java.lang.String |
TYPENAME
The constant class type identifier |
Fields inherited from interface oracle.panama.model.Service |
CATEGORY_MASTER, CATEGORY_SERVICE, CATEGORY_USER_HOME |
Method Summary |
Type | Method |
---|---|
java.lang.String |
getAdminURL()
Gets the URL to the admin page for this module. |
java.lang.String |
getAsyncAddress(DeliveryType deliveryType)
Gets the async address (like news@oraclemobile.com) for a delivery type |
AsyncArguments |
getAsyncArguments()
Get async arguments |
java.lang.String |
getAsyncName()
Gets the asyncName property value. |
Arguments |
getInputArguments()
Get arguments for the Service |
java.lang.String |
getLanguage()
Gets the Language property |
Arguments |
getMergedInputArguments()
Get merged arguments from all associated services in the alias link list |
OutputArguments |
getMergedOutputArguments()
Get merged arguments from all associated services in the alias link list |
OutputArguments |
getOutputArguments()
Get OutputArguments for the Alias |
java.lang.String |
getParameterDelimiter()
Gets the parameter delimiter property value. |
java.lang.String |
getServiceHelpText()
Gets the Help text. |
java.lang.String |
getVirtualURL()
Gets the virtual URL for this module. |
boolean |
isAsyncEnabled()
Is the module async enabled?. |
void |
setAdminURL(java.lang.String url)
Sets the URL to the admin page for this module. |
void |
setAsyncAddress(DeliveryType deliveryType,
java.lang.String address)
Sets the async address for a delivery type |
void |
setAsyncArguments(AsyncArguments asyncArgs)
Set async arguments. |
void |
setAsyncName(java.lang.String asyncName)
Sets the asyncName property value |
void |
setInputArguments(Arguments args)
Set arguments for the Service |
void |
setLanguage(java.lang.String language)
Sets the Language property value |
void |
setOutputArguments(OutputArguments outputArguments)
Set OutputArguments for the Alias |
void |
setParameterDelimiter(java.lang.String parameterDelimiter)
Sets the parameter delimiter property value |
void |
setServiceHelpText(java.lang.String serviceHelpText)
Sets the Help text |
void |
setVirtualURL(java.lang.String url)
Sets the virtual URL for this module. |
Methods inherited from interface oracle.panama.model.Service |
getAreaId, getCategory, getCost, getDescription,
getGroups, getParent, getPrimaryAudio, getPrimaryImage,
getSecondaryAudio, getSecondaryImage, getSequenceNo,
getShortName, getTransformer, getURL,
getURLPathParameter, getUserOwner, invoke,
isValid, isViewCustomizable, isVisible, removeAllGroups,
setAreaId, setCategory, setCost, setDescription,
setGroups, setParent, setPrimaryAudio,
setPrimaryImage, setSecondaryAudio, setSecondaryImage,
setSequenceNo, setShortName, setUserOwner,
setValid, setViewCustomizable, setVisible |
Methods inherited from interface oracle.panama.model.ModelObject |
delete, getCreatedDate, getId, getLastModifiedDate, getName, getTypeId,
getTypeName, isSystem, setName,
setSystem, undoAll |
Methods inherited from interface oracle.panama.model.XMLObject |
setXML, toXML |
Field Detail |
public static final java.lang.String TYPENAME
public static final int TYPEID
Method Detail |
public java.lang.String getVirtualURL()
public void setVirtualURL(java.lang.String url)
url
- the virtual URL for this module.public java.lang.String getAdminURL()
public void setAdminURL(java.lang.String url)
url
- the URL to the admin page for this module.public Arguments getInputArguments()
public void setInputArguments(Arguments args)
arg
- the argumentspublic Arguments getMergedInputArguments()
public OutputArguments getOutputArguments()
public void setOutputArguments(OutputArguments outputArguments)
arg
- the OutputArgumentspublic OutputArguments getMergedOutputArguments()
public java.lang.String getLanguage()
public void setLanguage(java.lang.String language)
language
- the new property valuepublic boolean isAsyncEnabled()
public java.lang.String getAsyncName()
public void setAsyncName(java.lang.String asyncName)
asyncName
- the new value of the propertypublic java.lang.String getServiceHelpText()
public void setServiceHelpText(java.lang.String serviceHelpText)
serviceHelp
- the new value of service help textpublic java.lang.String getParameterDelimiter()
public void setParameterDelimiter(java.lang.String parameterDelimiter)
parameterDelimiter
- the new property valuepublic AsyncArguments getAsyncArguments()
public void setAsyncArguments(AsyncArguments asyncArgs)
asyncArgs
- the async argumentspublic java.lang.String getAsyncAddress(DeliveryType deliveryType)
deliveryType
- the delivery type(like sms, e-mail)public void setAsyncAddress(DeliveryType deliveryType, java.lang.String address)
deliveryType
- the delivery typeaddress
- the address
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |