|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.services.StandardManager
wt.inf.template.StandardContainerTemplateService
public class StandardContainerTemplateService
Use the newStandardContainerTemplateService static factory
method(s), not the StandardContainerTemplateService constructor,
to construct instances of this class. Instances must be constructed
using the static factory(s), in order to ensure proper initialization
of the instance.
Supported API: true
Extendable: false
| Method Summary | |
|---|---|
WTContainerTemplate |
getContainerTemplate(wt.inf.template.ContainerTemplateDefinition definition)
Gets the latest iteration of a template given a container definition. |
WTContainerTemplate |
getContainerTemplate(WTContainerRef parent,
String name,
Class containerClass)
Gets a template given a name and a container class object. |
WTContainerTemplate |
getContainerTemplate(WTContainerRef parent,
String name,
Class containerClass,
boolean lookupFlag,
String locale)
Gets a template given a name and a container class. |
WTContainerTemplate |
getContainerTemplate(WTContainerRef parent,
String name,
String containerClassName)
Gets a template given a name and a fully qualified container class name. |
WTContainerTemplate |
getContainerTemplate(WTContainerRef parent,
String name,
String containerClassName,
boolean lookupFlag,
String locale)
Gets a template given a name and a contaienr class name. |
wt.inf.container.WTContainerTemplateRef |
getContainerTemplateRef(wt.inf.template.ContainerTemplateDefinition definition)
Gets the latest iteration of a template given a container definition. |
wt.inf.container.WTContainerTemplateRef |
getContainerTemplateRef(WTContainerRef parent,
String name,
Class containerClass)
Gets a template given a name and container class object. |
wt.inf.container.WTContainerTemplateRef |
getContainerTemplateRef(WTContainerRef parent,
String name,
Class containerClass,
boolean lookup,
String locale)
Gets a template given a name and a fully qualified container class name. |
wt.inf.container.WTContainerTemplateRef |
getContainerTemplateRef(WTContainerRef parent,
String name,
String containerClassName)
Gets a template given a name and a fully qualified container class name. |
wt.inf.container.WTContainerTemplateRef |
getContainerTemplateRef(WTContainerRef parent,
String name,
String containerClassName,
boolean lookupflag,
String locale)
Gets a template given a name and a fully qualified container class name. |
QueryResult |
getEnabledTemplateMasters(wt.inf.container.LookupSpec lookupSpec)
returns all template masters residing in the passed in container, the locale is the server side locale Supported API: true |
QueryResult |
getEnabledTemplateMasters(wt.inf.container.LookupSpec lookupSpec,
Class containerClass)
returns all enabled template masters that reside in the passed in LookupSpec Supported API: true |
QueryResult |
getEnabledTemplateMasters(wt.inf.container.LookupSpec lookupSpec,
Class containerClass,
Locale clientLocale)
returns all enabled template masters that reside in the passed in container, the result set is ordered by name corresponding to the passed in Locale. |
QueryResult |
getEnabledTemplateMasters(WTContainerRef parentContainer)
returns all template masters residing in the passed in container, the locale is the server side locale Supported API: true |
QueryResult |
getEnabledTemplateMasters(WTContainerRef parentContainer,
Class containerClass)
returns all enabled template masters that reside in the passed in container, the result set is ordered by name corresponding to the passed in Locale. |
QueryResult |
getEnabledTemplateMasters(WTContainerRef parentContainer,
Class containerClass,
Locale clientLocale)
returns all enabled template masters that reside in the passed in container, the result set is ordered by name corresponding to the passed in Locale. |
| Methods inherited from class wt.services.StandardManager |
|---|
getManagerService, getManagerStatus, getName, getStartupType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public QueryResult getEnabledTemplateMasters(WTContainerRef parentContainer,
Class containerClass)
throws WTException
getEnabledTemplateMasters in interface ContainerTemplateServiceparentContainer - containerClass -
WTException
public QueryResult getEnabledTemplateMasters(wt.inf.container.LookupSpec lookupSpec,
Class containerClass)
throws WTException
getEnabledTemplateMasters in interface ContainerTemplateServicelookupSpec - containerClass -
WTException
public QueryResult getEnabledTemplateMasters(WTContainerRef parentContainer,
Class containerClass,
Locale clientLocale)
throws WTException
getEnabledTemplateMasters in interface ContainerTemplateServiceparentContainer - containerClass - clientLocale -
WTException
public QueryResult getEnabledTemplateMasters(wt.inf.container.LookupSpec lookupSpec,
Class containerClass,
Locale clientLocale)
throws WTException
getEnabledTemplateMasters in interface ContainerTemplateServicelookupSpec - containerClass - clientLocale -
WTException
public QueryResult getEnabledTemplateMasters(WTContainerRef parentContainer)
throws WTException
getEnabledTemplateMasters in interface ContainerTemplateServiceparentContainer -
WTException
public QueryResult getEnabledTemplateMasters(wt.inf.container.LookupSpec lookupSpec)
throws WTException
getEnabledTemplateMasters in interface ContainerTemplateServicelookupSpec -
WTException
public wt.inf.container.WTContainerTemplateRef getContainerTemplateRef(WTContainerRef parent,
String name,
Class containerClass)
throws WTException
getContainerTemplateRef in interface ContainerTemplateServiceparent - name - containerClass - An Exception will be thrown if the class is not a subclass of WTContainer
WTException
public wt.inf.container.WTContainerTemplateRef getContainerTemplateRef(WTContainerRef parent,
String name,
Class containerClass,
boolean lookup,
String locale)
throws WTException
getContainerTemplateRef in interface ContainerTemplateServiceparent - name - containerClass - lookup - If set to false the search is restricted to the target container, if set to true, a lookup is performed.locale - This may be null or an empty string.
WTException
public wt.inf.container.WTContainerTemplateRef getContainerTemplateRef(WTContainerRef parent,
String name,
String containerClassName)
throws WTException
getContainerTemplateRef in interface ContainerTemplateServiceparent - name - containerClassName - An Exception will be thrown if this is not the class name of a subclass of WTContainer
WTException
public wt.inf.container.WTContainerTemplateRef getContainerTemplateRef(WTContainerRef parent,
String name,
String containerClassName,
boolean lookupflag,
String locale)
throws WTException
getContainerTemplateRef in interface ContainerTemplateServiceparent - name - containerClassName - lookupflag - If the flag is set to false the search is restricted to the target contaner.locale -
WTException
public wt.inf.container.WTContainerTemplateRef getContainerTemplateRef(wt.inf.template.ContainerTemplateDefinition definition)
throws WTException
getContainerTemplateRef in interface ContainerTemplateServicedefinition - Either a WTContainerTemplate or a WTContainerTemplateMaster object
WTException
public WTContainerTemplate getContainerTemplate(WTContainerRef parent,
String name,
String containerClassName)
throws WTException
getContainerTemplate in interface ContainerTemplateServiceparent - name - containerClassName -
WTException
public WTContainerTemplate getContainerTemplate(WTContainerRef parent,
String name,
String containerClassName,
boolean lookupFlag,
String locale)
throws WTException
getContainerTemplate in interface ContainerTemplateServiceparent - name - containerClassName - lookupFlag - If set to true a lookup is performed.locale - If you are only interested in a specific locale pass in a locale this will filter the query, other wise this value may be null or an empty string
WTException
public WTContainerTemplate getContainerTemplate(WTContainerRef parent,
String name,
Class containerClass)
throws WTException
getContainerTemplate in interface ContainerTemplateServiceparent - name - containerClass -
WTException
public WTContainerTemplate getContainerTemplate(wt.inf.template.ContainerTemplateDefinition definition)
throws WTException
getContainerTemplate in interface ContainerTemplateServicedefinition - Either a WTContainerTemplate or a WTContainerTemplateMaster object
WTException
public WTContainerTemplate getContainerTemplate(WTContainerRef parent,
String name,
Class containerClass,
boolean lookupFlag,
String locale)
throws WTException
getContainerTemplate in interface ContainerTemplateServiceparent - name - containerClass - lookupFlag - If set to true a lookup is performed.locale - If you are only interested in a specific locale pass in a locale this will filter the query, other wise this value may be null or an empty string
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||