|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TemplateInstance | |
---|---|
atg.svc.repository.beans | |
atg.svc.repository.service |
Uses of TemplateInstance in atg.svc.repository.beans |
---|
Classes in atg.svc.repository.beans that implement TemplateInstance | |
---|---|
class |
_TemplateInstance_BeanImpl
|
class |
_TemplateInstance_Impl
|
class |
_TemplateInstance_ReposImpl
|
Methods in atg.svc.repository.beans that return TemplateInstance | |
---|---|
TemplateInstance |
_TemplateInstanceHome_BeanImpl.create()
|
TemplateInstance |
_TemplateInstanceHome_ReposImpl.create()
|
TemplateInstance |
TemplateInstanceHome.create()
Returns a new instance. |
TemplateInstance |
_TemplateInstanceHome_BeanImpl.create(java.lang.String pId)
|
TemplateInstance |
_TemplateInstanceHome_ReposImpl.create(java.lang.String pId)
|
TemplateInstance |
TemplateInstanceHome.create(java.lang.String pId)
Returns a new instance with the repository id set to the given id. |
TemplateInstance |
_TemplateInstanceHome_BeanImpl.findByPrimaryKey(java.lang.String primaryKey)
|
TemplateInstance |
_TemplateInstanceHome_ReposImpl.findByPrimaryKey(java.lang.String primaryKey)
|
TemplateInstance |
TemplateInstanceHome.findByPrimaryKey(java.lang.String primaryKey)
Returns the instance with the given primary key, throws ObjectNotFoundException if the instance is not found. |
TemplateInstance |
_TemplateInstanceHome_ReposImpl.wrapRepositoryItem(atg.repository.RepositoryItem pRepositoryItem)
|
TemplateInstance |
TemplateInstanceHome.wrapRepositoryItem(atg.repository.RepositoryItem pRepositoryItem)
|
Methods in atg.svc.repository.beans with parameters of type TemplateInstance | |
---|---|
void |
_TemplateInstance_Impl.copyTo(TemplateInstance destination)
|
void |
TemplateInstance.copyTo(TemplateInstance destination)
Copies the property values of this instance to another instance of the same data type. |
Uses of TemplateInstance in atg.svc.repository.service |
---|
Methods in atg.svc.repository.service that return TemplateInstance | |
---|---|
TemplateInstance |
UIService.getNewTemplateInstance(java.lang.String pTemplateId)
Creates a template instance bean and fills in the default values. |
Methods in atg.svc.repository.service with parameters of type TemplateInstance | |
---|---|
void |
UIService.saveTemplateConfigFromInstance(TemplateInstance pTemplateInstance)
Saves template configuration based on the state of a template instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |