|
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 | |
---|---|
com.bea.netuix.application.definition.TemplateDefinition |
getCommunityTemplate(com.bea.netuix.application.identifier.TemplateId id,
com.bea.portal.tools.common.ResourceContext context)
Gets a CommunityTemplate. |
com.bea.p13n.pagination.SortableFilterablePagedResult<? extends com.bea.netuix.application.definition.TemplateDefinition> |
getCommunityTemplates(int pageSize,
com.bea.netuix.application.manager.persistence.TemplateSearchCriteria criteria,
boolean libraryScope,
com.bea.portal.tools.common.ResourceContext context)
Gets a PagedResult of all the Community Templates. |
com.bea.netuix.application.definition.TemplateDefinition |
getDesktopTemplate(com.bea.netuix.application.identifier.TemplateId id,
com.bea.portal.tools.common.ResourceContext context)
Gets a DesktopTemplate. |
com.bea.p13n.pagination.SortableFilterablePagedResult<? extends com.bea.netuix.application.definition.TemplateDefinition> |
getDesktopTemplates(int pageSize,
com.bea.netuix.application.manager.persistence.TemplateSearchCriteria criteria,
boolean libraryScope,
com.bea.portal.tools.common.ResourceContext context)
Gets a list of all the desktop templates |
Method Detail |
---|
com.bea.p13n.pagination.SortableFilterablePagedResult<? extends com.bea.netuix.application.definition.TemplateDefinition> getDesktopTemplates(int pageSize, com.bea.netuix.application.manager.persistence.TemplateSearchCriteria criteria, boolean libraryScope, com.bea.portal.tools.common.ResourceContext context) throws com.bea.portal.tools.common.exceptions.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
com.bea.portal.tools.common.exceptions.ToolsException
com.bea.p13n.pagination.SortableFilterablePagedResult<? extends com.bea.netuix.application.definition.TemplateDefinition> getCommunityTemplates(int pageSize, com.bea.netuix.application.manager.persistence.TemplateSearchCriteria criteria, boolean libraryScope, com.bea.portal.tools.common.ResourceContext context) throws com.bea.portal.tools.common.exceptions.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
com.bea.portal.tools.common.exceptions.ToolsException
com.bea.netuix.application.definition.TemplateDefinition getDesktopTemplate(com.bea.netuix.application.identifier.TemplateId id, com.bea.portal.tools.common.ResourceContext context) throws com.bea.portal.tools.common.exceptions.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
com.bea.portal.tools.common.exceptions.ToolsException
com.bea.netuix.application.definition.TemplateDefinition getCommunityTemplate(com.bea.netuix.application.identifier.TemplateId id, com.bea.portal.tools.common.ResourceContext context) throws com.bea.portal.tools.common.exceptions.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
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 |