|
Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@ControlInterface public interface ShellDefinitionControl
A custom control interface used to interact with shell definitions.
| Method Summary | |
|---|---|
void |
deleteShellDefinition(ShellDefinitionId id,
ResourceContext context)
Delete a ShellDefinition |
ShellDefinition |
getShellDefinition(ShellDefinitionId id,
ResourceContext context)
Getter for returning a single ShellDefinition object
given a supplied shell definition identifier. |
ShellDefinitionId |
getShellDefinitionId(String markupName,
String webAppName,
ResourceContext context)
Getter for returning a single ShellDefinitionId object given a shell
markup name. |
SortableFilterablePagedResult<ShellDefinition> |
getShellDefinitions(int pageSize,
WebAppSearchCriteria criteria,
ResourceContext context)
Getter for returning a list of all ShellDefinitions
scoped to the supplied webapp. |
| Method Detail |
|---|
SortableFilterablePagedResult<ShellDefinition> getShellDefinitions(int pageSize,
WebAppSearchCriteria criteria,
ResourceContext context)
throws 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.
ToolsException
ShellDefinition getShellDefinition(ShellDefinitionId id,
ResourceContext context)
throws 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.
ToolsException
void deleteShellDefinition(ShellDefinitionId id,
ResourceContext context)
throws ObjectInUseException,
NotEntitledException,
ObjectNotFoundException,
ToolsException
Delete a ShellDefinition
id - the ID of the shell definition to deletecontext - the resource context.
ObjectInUseException
NotEntitledException
ObjectNotFoundException
ToolsException
ShellDefinitionId getShellDefinitionId(String markupName,
String webAppName,
ResourceContext context)
throws 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.
ToolsException
|
Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||