|
Oracle Application Server Wireless Java API Reference B10400-01 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A Folder is just like a directory in a file system and contains other services including other sub-folders. The model for a Folder is following the "standardized" composite pattern, where the Folder is just an aggregate of other services.
Field Summary | |
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 | |
void |
addChild(Service service) Add a service to this folder. |
Service[] |
getAccessibleUserServices(Profile profile) Gets all valid and visible services contained in the folder. |
Service[] |
getAccessibleUserServices(User user) Gets all valid and visible services contained in the folder. |
Service[] |
getAllUserServices(User user) Gets all services contained in the folder. |
Service[] |
getChildren() Gets all Services (including invalid and invisible services) contained by this Folder, independently of any user. |
Service[] |
getHiddenServices(Profile profile) Get the hidden services. |
java.lang.String |
getLanguage() Gets the language property value. |
Service |
getRenderer() Get the rendering service of this folder. |
Service |
getRendererInherit() Get the rendering service of this folder, inherit from the parent folders if specified by renderer selection. |
RendererSelection |
getRendererSelection() Get the renderer selection rule |
int |
getSortRule() Get the default sorting rule to be applied to the contents of the folder. |
Service[] |
getValidUserServices(Profile profile) Gets all valid services contained in the folder. |
Service[] |
getValidUserServices(User user) Gets all valid services contained in the folder. |
void |
removeChild(Service service) Remove a service from this folder. |
void |
setLanguage(java.lang.String language) Sets the language property value. |
void |
setRenderer(Service renderer) Set the rendering service of the folder |
void |
setRendererSelection(RendererSelection value) Set the boolean value to allow the folder to inherit the renderer from the parent folder. |
void |
setSortRule(int rule) Set the default sorting rule to be applied to the contents of the folder. |
Methods inherited from interface oracle.panama.model.Service | |||||||||||||||||||||
createPresets, createPresets, deletePresets, deletePresets, getAdminURL, getAllPresets, getAreaId, getCategory, getCost, getCustomizationPageURL, getDescription, getGroups, getParent, getPresets, getPresets, getPrimaryAudio, getPrimaryImage, getSecondaryAudio, getSecondaryImage, getSequenceNo, getServiceAccessPoints, getServiceCategories, getShortName, getTransformer, getURL, getURLPathParameter, getURLPathParameter, getUserOwner, getVirtualURL, invoke, isRedirectHelp, isSessionless, isValid, isViewCustomizable, isVisible, removeAllGroups, setAdminURL, setAreaId, setCategory, setCost
|