Uses of Class
wt.inf.template.WTContainerTemplateMaster

Packages that use WTContainerTemplateMaster
wt.inf.template   
wt.inf.template.containerdefaults   
 

Uses of WTContainerTemplateMaster in wt.inf.template
 

Methods in wt.inf.template that return WTContainerTemplateMaster
 WTContainerTemplateMaster WTContainerTemplateMasterReference.getMaster()
          

Supported API: false
static WTContainerTemplateMaster WTContainerTemplateMaster.newWTContainerTemplateMaster(String name, String containerClassName)
          

Supported API: false
static WTContainerTemplateMaster WTContainerTemplateMaster.newWTContainerTemplateMaster(String name, Class a_containerClass)
          

Supported API: false
static WTContainerTemplateMaster WTContainerTemplateMaster.newWTContainerTemplateMaster()
          

Supported API: false
private  WTContainerTemplateMaster StandardContainerTemplateService.getMasterInContainer(WTContainerRef contRef, String name, String className)
           
private  WTContainerTemplateMaster StandardContainerTemplateService.getMasterInContainer(WTContainerRef contRef, String name, String className, String locale)
           
private  WTContainerTemplateMaster StandardContainerTemplateService.lookupMasterFromContainer(WTContainerRef parent, String name, String containerClassName)
           
private  WTContainerTemplateMaster StandardContainerTemplateService.lookupMasterFromContainer(WTContainerRef parent, String name, String containerClassName, String locale)
           
 WTContainerTemplateMaster MasterIteration.getMaster()
          Gets the object for the association that plays role: MASTER_ROLE.
 

Methods in wt.inf.template with parameters of type WTContainerTemplateMaster
static WTContainerTemplateMasterReference WTContainerTemplateMasterReference.newWTContainerTemplateMasterReference(WTContainerTemplateMaster master)
          

Supported API: false
protected  void WTContainerTemplateMasterReference.initialize(WTContainerTemplateMaster master)
          Supports initialization, following construction of an instance.
protected  boolean WTContainerTemplateMaster.readVersion(WTContainerTemplateMaster thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
private  QueryResult StandardContainerTemplateService.getContainers(WTContainerTemplateMaster master)
           
 void MasterIteration.setMaster(WTContainerTemplateMaster master)
          Sets the object for the association that plays role: MASTER_ROLE.
static MasterIteration MasterIteration.newMasterIteration(WTContainerTemplateMaster master, DefaultWTContainerTemplate iteration)
          Default factory for the class.
static WTContainer ContainerTemplateHelper.getDefaultContainerValues(WTContainerTemplateMaster master)
          Returns an unpersisted WTContainer corresponding to the DefaultContainerValues object corresponding to the passed in template.
static WTContainer ContainerTemplateHelper.getDefaultContainerValues(WTContainerTemplateMaster master, WTContainer cont)
          Returns an unpersisted WTContainer corresponding to the DefaultContainerValues object corresponding to the passed in template.
 

Uses of WTContainerTemplateMaster in wt.inf.template.containerdefaults
 

Methods in wt.inf.template.containerdefaults with parameters of type WTContainerTemplateMaster
private  TypeBasedRule AbstractDefaultTemplateValues.getProfileRule(String ruleName, WTContainerTemplateMaster master, WTContainerRef contRef)