oracle.panama.model
Interface LocalModule

All Superinterfaces:
ModelObject, Module, Service, XMLObject

public interface LocalModule
extends Module

A LocalModule is a pointer to a "modulable" local MasterService. Local MasterService means that it is in the same repository as the LocalModule.

See Also:
Module

Field Summary
TypeField
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
TypeMethod
 MasterService getMasterService()
          Gets the MasterService this LocalModule points to.
 void setMasterService(MasterService service)
          Gets the MasterService that this module points to.
 
Methods inherited from interface oracle.panama.model.Module
getAdminURL, getAsyncAddress, getAsyncArguments, getAsyncName, getInputArguments, getLanguage, getMergedInputArguments, getMergedOutputArguments, getOutputArguments, getParameterDelimiter, getServiceHelpText, getVirtualURL, isAsyncEnabled, setAdminURL, setAsyncAddress, setAsyncArguments, setAsyncName, setInputArguments, setLanguage, setOutputArguments, setParameterDelimiter, setServiceHelpText, setVirtualURL
 
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

TYPENAME

public static final java.lang.String TYPENAME
The constant class type identifier

TYPEID

public static final int TYPEID
The type id of this class.
Method Detail

getMasterService

public MasterService getMasterService()
Gets the MasterService this LocalModule points to.
Returns:
the MasterService this LocalModule points to.

setMasterService

public void setMasterService(MasterService service)
Gets the MasterService that this module points to.
Returns:
the MasterService