|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LookupSpec | |
com.ptc.core.query.common.impl | |
wt.inf.container | |
wt.inf.template |
Uses of LookupSpec in com.ptc.core.query.common.impl |
Fields in com.ptc.core.query.common.impl declared as LookupSpec | |
private LookupSpec |
ContainerLookupCriteriaAugmentor.lookupSpec
|
Methods in com.ptc.core.query.common.impl that return LookupSpec | |
LookupSpec |
ContainerLookupCriteriaAugmentor.getLookupSpec()
Gets the value of the attribute: lookupSpec; The LookupSpec used to specify the container lookup behavior. |
Methods in com.ptc.core.query.common.impl with parameters of type LookupSpec | |
void |
ContainerLookupCriteriaAugmentor.setLookupSpec(LookupSpec a_LookupSpec)
Sets the value of the attribute: lookupSpec; The LookupSpec used to specify the container lookup behavior. |
private void |
ContainerLookupCriteriaAugmentor.lookupSpecValidate(LookupSpec a_LookupSpec)
|
Constructors in com.ptc.core.query.common.impl with parameters of type LookupSpec | |
ContainerLookupCriteriaAugmentor(LookupSpec a_lookupSpec)
Constructor. |
Uses of LookupSpec in wt.inf.container |
Methods in wt.inf.container with parameters of type LookupSpec | |
QueryResult |
WTContainerServiceFwd.lookup(LookupSpec spec)
Perform the lookup specified in the LookupSpec
Supported API: false |
QueryResult |
WTContainerService.lookup(LookupSpec spec)
Perform the lookup specified in the LookupSpec
Supported API: false |
QueryResult |
StandardWTContainerService.lookup(LookupSpec spec)
Perform the lookup specified in the LookupSpec
Supported API: false |
(package private) static QueryResult |
LookupSpecHelper.lookup(LookupSpec spec)
|
private static WTContainerRef[] |
LookupSpecHelper.getContainers(LookupSpec ls)
|
private static QueryResult |
LookupSpecHelper.sortedLookup(WTContainerRef[] containers,
LookupSpec spec)
|
private static CompoundQuerySpec |
LookupSpecHelper.getSortedLookupCompoundSpec(WTContainerRef[] containers,
LookupSpec spec,
boolean inflate)
|
private static QuerySpec[] |
LookupSpecHelper.getSortedLookupQuerySpecs(LookupSpec spec,
boolean inflate)
|
private static QueryResult |
LookupSpecHelper.unsortedLookup(WTContainerRef[] containers,
LookupSpec spec)
|
private static void |
LookupSpecHelper.applyDeleteState(QuerySpec qs,
LookupSpec ls)
|
private static QueryResult |
LookupSpecHelper.filterOverrides(LookupSpec ls,
QueryResult qr)
|
QueryResult |
WTContainerServiceFwd.lookup(LookupSpec spec)
Perform the lookup specified in the LookupSpec
Supported API: false |
QueryResult |
WTContainerService.lookup(LookupSpec spec)
Perform the lookup specified in the LookupSpec
Supported API: false |
QueryResult |
StandardWTContainerService.lookup(LookupSpec spec)
Perform the lookup specified in the LookupSpec
Supported API: false |
(package private) static QueryResult |
LookupSpecHelper.lookup(LookupSpec spec)
|
private static WTContainerRef[] |
LookupSpecHelper.getContainers(LookupSpec ls)
|
private static QueryResult |
LookupSpecHelper.sortedLookup(WTContainerRef[] containers,
LookupSpec spec)
|
private static CompoundQuerySpec |
LookupSpecHelper.getSortedLookupCompoundSpec(WTContainerRef[] containers,
LookupSpec spec,
boolean inflate)
|
private static QuerySpec[] |
LookupSpecHelper.getSortedLookupQuerySpecs(LookupSpec spec,
boolean inflate)
|
private static QueryResult |
LookupSpecHelper.unsortedLookup(WTContainerRef[] containers,
LookupSpec spec)
|
private static void |
LookupSpecHelper.applyDeleteState(QuerySpec qs,
LookupSpec ls)
|
private static QueryResult |
LookupSpecHelper.filterOverrides(LookupSpec ls,
QueryResult qr)
|
Uses of LookupSpec in wt.inf.template |
Methods in wt.inf.template that return LookupSpec | |
private LookupSpec |
StandardContainerTemplateService.createLookupSpec(WTContainerRef start,
boolean firstMatch,
boolean filter)
|
Methods in wt.inf.template with parameters of type LookupSpec | |
QueryResult |
StandardContainerTemplateService.getEnabledTemplates(LookupSpec lookupSpec,
Class containerClass)
Returns all enabled templates which create a container of the type of the passed in container class which live in the containers correpsonding to the designated LookupSpec This lookup spec only needs to specify the specification for the container navigation, the rest of the search conditions will be added on your behalf by the service. |
QueryResult |
StandardContainerTemplateService.getEnabledTemplates(LookupSpec lookupSpec)
Returns all container templates regardless of containerclass, the lookupspec only needs to specify the container restrictions The other restrictions will be taken care of by the service. |
QueryResult |
StandardContainerTemplateService.getEnabledTemplateMasters(LookupSpec lookupSpec,
Class containerClass)
returns all enabled template masters that reside in the passed in LookupSpec Supported API: true |
QueryResult |
StandardContainerTemplateService.getEnabledTemplateMasters(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 |
StandardContainerTemplateService.getEnabledTemplateMasters(LookupSpec lookupSpec)
returns all template masters residing in the passed in container, the locale is the server side locale Supported API: true |
QueryResult |
StandardContainerTemplateService.getAllTemplateMasters(LookupSpec lookupSpec)
Supported API: false |
QueryResult |
StandardContainerTemplateService.getAllTemplateMasters(LookupSpec lookupSpec,
Class contClass)
Supported API: false |
QueryResult |
StandardContainerTemplateService.getAllTemplates(LookupSpec lookupSpec)
Supported API: false |
QueryResult |
StandardContainerTemplateService.getAllTemplates(LookupSpec lookupSpec,
Class contClass)
Supported API: false |
private QueryResult |
StandardContainerTemplateService.getTemplatesForClassAndLocale(LookupSpec ls,
String container_classname,
Locale locale,
boolean enabled_only)
|
private QueryResult |
StandardContainerTemplateService.getTemplateMastersForClassAndLocale(LookupSpec ls,
String className,
Locale locale,
boolean enabledOnly)
|
private void |
StandardContainerTemplateService.processLookupSpec(LookupSpec ls,
QuerySpec qs,
ClassAttribute name_attr,
Locale locale)
|
QueryResult |
ContainerTemplateServiceFwd.getEnabledTemplates(LookupSpec lookupSpec,
Class containerClass)
Returns all enabled templates which create a container of the type of the passed in container class which live in the containers correpsonding to the designated LookupSpec This lookup spec only needs to specify the specification for the container navigation, the rest of the search conditions will be added on your behalf by the service. |
QueryResult |
ContainerTemplateServiceFwd.getEnabledTemplates(LookupSpec lookupSpec)
Returns all container templates regardless of containerclass, the lookupspec only needs to specify the container restrictions The other restrictions will be taken care of by the service. |
QueryResult |
ContainerTemplateServiceFwd.getEnabledTemplateMasters(LookupSpec lookupSpec,
Class containerClass)
returns all enabled template masters that reside in the passed in LookupSpec Supported API: false |
QueryResult |
ContainerTemplateServiceFwd.getEnabledTemplateMasters(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 |
ContainerTemplateServiceFwd.getEnabledTemplateMasters(LookupSpec lookupSpec)
returns all template masters residing in the passed in container, the locale is the server side locale Supported API: false |
QueryResult |
ContainerTemplateServiceFwd.getAllTemplateMasters(LookupSpec lookupSpec)
Supported API: false |
QueryResult |
ContainerTemplateServiceFwd.getAllTemplateMasters(LookupSpec lookupSpec,
Class contClass)
Supported API: false |
QueryResult |
ContainerTemplateServiceFwd.getAllTemplates(LookupSpec lookupSpec)
Supported API: false |
QueryResult |
ContainerTemplateServiceFwd.getAllTemplates(LookupSpec lookupSpec,
Class contClass)
Supported API: false |
QueryResult |
ContainerTemplateService.getEnabledTemplates(LookupSpec lookupSpec,
Class containerClass)
Returns all enabled templates which create a container of the type of the passed in container class which live in the containers correpsonding to the designated LookupSpec This lookup spec only needs to specify the specification for the container navigation, the rest of the search conditions will be added on your behalf by the service. |
QueryResult |
ContainerTemplateService.getEnabledTemplates(LookupSpec lookupSpec)
Returns all container templates regardless of containerclass, the lookupspec only needs to specify the container restrictions The other restrictions will be taken care of by the service. |
QueryResult |
ContainerTemplateService.getEnabledTemplateMasters(LookupSpec lookupSpec,
Class containerClass)
returns all enabled template masters that reside in the passed in LookupSpec Supported API: true |
QueryResult |
ContainerTemplateService.getEnabledTemplateMasters(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 |
ContainerTemplateService.getEnabledTemplateMasters(LookupSpec lookupSpec)
returns all template masters residing in the passed in container, the locale is the server side locale Supported API: true |
QueryResult |
ContainerTemplateService.getAllTemplateMasters(LookupSpec lookupSpec)
Supported API: false |
QueryResult |
ContainerTemplateService.getAllTemplateMasters(LookupSpec lookupSpec,
Class contClass)
Supported API: false |
QueryResult |
ContainerTemplateService.getAllTemplates(LookupSpec lookupSpec)
Supported API: false |
QueryResult |
ContainerTemplateService.getAllTemplates(LookupSpec lookupSpec,
Class contClass)
Supported API: false |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |