|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContentInstance | |
---|---|
atg.svc.repository.beans | |
atg.svc.repository.service |
Uses of ContentInstance in atg.svc.repository.beans |
---|
Classes in atg.svc.repository.beans that implement ContentInstance | |
---|---|
class |
_ContentInstance_BeanImpl
|
class |
_ContentInstance_Impl
|
class |
_ContentInstance_ReposImpl
|
Methods in atg.svc.repository.beans that return ContentInstance | |
---|---|
ContentInstance |
_ContentInstanceHome_BeanImpl.create()
|
ContentInstance |
_ContentInstanceHome_ReposImpl.create()
|
ContentInstance |
ContentInstanceHome.create()
Returns a new instance. |
ContentInstance |
_ContentInstanceHome_BeanImpl.create(java.lang.String pId)
|
ContentInstance |
_ContentInstanceHome_ReposImpl.create(java.lang.String pId)
|
ContentInstance |
ContentInstanceHome.create(java.lang.String pId)
Returns a new instance with the repository id set to the given id. |
ContentInstance |
_ContentInstanceHome_BeanImpl.findByPrimaryKey(java.lang.String primaryKey)
|
ContentInstance |
_ContentInstanceHome_ReposImpl.findByPrimaryKey(java.lang.String primaryKey)
|
ContentInstance |
ContentInstanceHome.findByPrimaryKey(java.lang.String primaryKey)
Returns the instance with the given primary key, throws ObjectNotFoundException if the instance is not found. |
ContentInstance |
_ContentInstanceHome_ReposImpl.wrapRepositoryItem(atg.repository.RepositoryItem pRepositoryItem)
|
ContentInstance |
ContentInstanceHome.wrapRepositoryItem(atg.repository.RepositoryItem pRepositoryItem)
|
Methods in atg.svc.repository.beans with parameters of type ContentInstance | |
---|---|
void |
_ContentInstance_Impl.copyTo(ContentInstance destination)
|
void |
ContentInstance.copyTo(ContentInstance destination)
Copies the property values of this instance to another instance of the same data type. |
Uses of ContentInstance in atg.svc.repository.service |
---|
Methods in atg.svc.repository.service that return ContentInstance | |
---|---|
ContentInstance |
UIService.getNewContentInstance(java.lang.String pContentId)
Creates a content instance bean and fills in the default values. |
Methods in atg.svc.repository.service with parameters of type ContentInstance | |
---|---|
void |
UIService.saveContentConfigFromInstance(ContentInstance pContentInstance)
Saves content configuration based on the state of a content instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |