|
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 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.
NamingException - Problem in the JNDI layer.
RemoteException - General EjbRemote Exception.
CreateException - Problem creating the EJB.
com.bea.p13n.entitlements.common.EntitlementsException - General Exception thrown in the Entitlements layer
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.
NamingException - Problem in the JNDI layer.
RemoteException - General EjbRemote Exception.
CreateException - Problem creating the EJB.
com.bea.p13n.entitlements.common.EntitlementsException - General Exception thrown in the Entitlements layer
ToolsException
TemplateDefinition getDesktopTemplate(TemplateId id,
ResourceContext context)
throws ToolsException
id - The template id of the desktop template to fetch.context - the resource context.
NamingException - Problem in the JNDI layer.
RemoteException - General EjbRemote Exception.
CreateException - Problem creating the EJB.
com.bea.p13n.entitlements.common.EntitlementsException - General Exception thrown in the Entitlements layer
ToolsException
TemplateDefinition getCommunityTemplate(TemplateId id,
ResourceContext context)
throws ToolsException
id - The template id of the community template to fetch.context - the resource context.
NamingException - Problem in the JNDI layer.
RemoteException - General EjbRemote Exception.
CreateException - Problem creating the EJB.
com.bea.p13n.entitlements.common.EntitlementsException - General Exception thrown in the Entitlements layer
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 | ||||||||