|
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 LayoutDefinitionControl
A custom control interface used to interact with LayoutDefinitions.
| Method Summary | |
|---|---|
void |
deleteLayoutDefinition(LayoutDefinitionId id,
ResourceContext context)
Deletes a LayoutDefintion and all associated
placeholders. |
LayoutDefinition |
getLayoutDefinition(LayoutDefinitionId id,
ResourceContext context)
Used to retieve a single LayoutDefinition object given a
layoutId. |
SortableFilterablePagedResult<LayoutDefinition> |
getLayoutDefinitions(int pageSize,
WebAppSearchCriteria criteria,
ResourceContext context)
Retrieves all the LayoutDefinitions scoped to this web app |
| Method Detail |
|---|
SortableFilterablePagedResult<LayoutDefinition> getLayoutDefinitions(int pageSize,
WebAppSearchCriteria criteria,
ResourceContext context)
throws ToolsException
LayoutDefinitions scoped to this web app
pageSize - Number of elements per iterator object within the
PagedResultcriteria - the criteria (including web app name) to search with.context - the resource context
PagedResult object containing
Iterators of LayoutDefinitions
ToolsException
LayoutDefinition getLayoutDefinition(LayoutDefinitionId id,
ResourceContext context)
throws ToolsException
LayoutDefinition object given a
layoutId.
id - the ID of the layout to retrievecontext - the resource context
LayoutDeinition object based on the layoutId
ToolsException
void deleteLayoutDefinition(LayoutDefinitionId id,
ResourceContext context)
throws ObjectInUseException,
ToolsException,
NotEntitledException,
ObjectNotFoundException
LayoutDefintion and all associated
placeholders.
id - The id of the LayoutDefinition to delete.context - the resource context
ObjectInUseException
ToolsException
NotEntitledException
ObjectNotFoundException
|
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 | ||||||||