|
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 TemplateDefinitionControl
| Method Summary | |
|---|---|
TemplateDefinition |
getCommunityTemplate(TemplateId id,
ResourceContext context)
Gets a CommunityTemplate. |
SortableFilterablePagedResult<? extends TemplateDefinition> |
getCommunityTemplates(int pageSize,
TemplateSearchCriteria criteria,
boolean libraryScope,
ResourceContext context)
Gets a PagedResult of all the Community Templates. |
TemplateDefinition |
getDesktopTemplate(TemplateId id,
ResourceContext context)
Gets a DesktopTemplate. |
SortableFilterablePagedResult<? extends TemplateDefinition> |
getDesktopTemplates(int pageSize,
TemplateSearchCriteria criteria,
boolean libraryScope,
ResourceContext context)
Gets a list of all the desktop templates |
| Method Detail |
|---|
SortableFilterablePagedResult<? extends TemplateDefinition> getDesktopTemplates(int pageSize,
TemplateSearchCriteria criteria,
boolean libraryScope,
ResourceContext context)
throws ToolsException
pageSize - The page size for a page in the iterator.criteria - The search/filter predicate object.libraryScope - True if getting library level templates, false otherwise.context - the resource context.
ToolsException
SortableFilterablePagedResult<? extends TemplateDefinition> getCommunityTemplates(int pageSize,
TemplateSearchCriteria criteria,
boolean libraryScope,
ResourceContext context)
throws ToolsException
pageSize - The max page size of a page in the iterator.criteria - The search/filter predicate object.libraryScope - True if getting library level templates, false otherwise.context - the resource context.
ToolsException
TemplateDefinition getDesktopTemplate(TemplateId id,
ResourceContext context)
throws ToolsException
id - The template id of the desktop template to fetch.context - the resource context.
ToolsException
TemplateDefinition getCommunityTemplate(TemplateId id,
ResourceContext context)
throws ToolsException
id - The template id of the community template to fetch.context - 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 | ||||||||