|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ShellDefinitionControl
A custom control interface used to interact with shell definitions.
| Method Summary | |
|---|---|
void |
deleteShellDefinition(com.bea.netuix.application.identifier.ShellDefinitionId id,
com.bea.portal.tools.common.ResourceContext context)
Delete a ShellDefinition |
com.bea.netuix.application.definition.ShellDefinition |
getShellDefinition(com.bea.netuix.application.identifier.ShellDefinitionId id,
com.bea.portal.tools.common.ResourceContext context)
Getter for returning a single ShellDefinition object
given a supplied shell definition identifier. |
com.bea.netuix.application.identifier.ShellDefinitionId |
getShellDefinitionId(String markupName,
String webAppName,
com.bea.portal.tools.common.ResourceContext context)
Getter for returning a single ShellDefinitionId object given a shell
markup name. |
com.bea.p13n.pagination.SortableFilterablePagedResult<com.bea.netuix.application.definition.ShellDefinition> |
getShellDefinitions(int pageSize,
com.bea.netuix.application.search.WebAppSearchCriteria criteria,
com.bea.portal.tools.common.ResourceContext context)
Getter for returning a list of all ShellDefinitions
scoped to the supplied webapp. |
| Method Detail |
|---|
com.bea.p13n.pagination.SortableFilterablePagedResult<com.bea.netuix.application.definition.ShellDefinition> getShellDefinitions(int pageSize,
com.bea.netuix.application.search.WebAppSearchCriteria criteria,
com.bea.portal.tools.common.ResourceContext context)
throws com.bea.portal.tools.common.exceptions.ToolsException
Getter for returning a list of all ShellDefinitions
scoped to the supplied webapp.
pageSize - specifies the number of results returned per page.criteria - the criteria (including web app name) for the search.context - the resource context.
com.bea.portal.tools.common.exceptions.ToolsException
com.bea.netuix.application.definition.ShellDefinition getShellDefinition(com.bea.netuix.application.identifier.ShellDefinitionId id,
com.bea.portal.tools.common.ResourceContext context)
throws com.bea.portal.tools.common.exceptions.ToolsException
Getter for returning a single ShellDefinition object
given a supplied shell definition identifier.
id - the ID of the shell definition to retrievecontext - the resource context.
com.bea.portal.tools.common.exceptions.ToolsException
void deleteShellDefinition(com.bea.netuix.application.identifier.ShellDefinitionId id,
com.bea.portal.tools.common.ResourceContext context)
throws com.bea.netuix.application.exception.ObjectInUseException,
com.bea.netuix.application.exception.NotEntitledException,
com.bea.netuix.application.exception.ObjectNotFoundException,
com.bea.portal.tools.common.exceptions.ToolsException
Delete a ShellDefinition
id - the ID of the shell definition to deletecontext - the resource context.
com.bea.netuix.application.exception.ObjectInUseException
com.bea.netuix.application.exception.NotEntitledException
com.bea.netuix.application.exception.ObjectNotFoundException
com.bea.portal.tools.common.exceptions.ToolsException
com.bea.netuix.application.identifier.ShellDefinitionId getShellDefinitionId(String markupName,
String webAppName,
com.bea.portal.tools.common.ResourceContext context)
throws com.bea.portal.tools.common.exceptions.ToolsException
Getter for returning a single ShellDefinitionId object given a shell
markup name.
markupName - the markup name attribute supplied on the tag,webAppName - the webapp namecontext - the resource context.
com.bea.portal.tools.common.exceptions.ToolsException
|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||