|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CellDefinition | |
---|---|
atg.svc.repository.beans | |
atg.svc.repository.beans.methods | |
atg.svc.repository.service |
Uses of CellDefinition in atg.svc.repository.beans |
---|
Classes in atg.svc.repository.beans that implement CellDefinition | |
---|---|
class |
_CellDefinition_BeanImpl
|
class |
_CellDefinition_Impl
|
class |
_CellDefinition_ReposImpl
|
Methods in atg.svc.repository.beans that return CellDefinition | |
---|---|
CellDefinition |
_CellDefinitionHome_BeanImpl.create()
|
CellDefinition |
_CellDefinitionHome_ReposImpl.create()
|
CellDefinition |
CellDefinitionHome.create()
Returns a new instance. |
CellDefinition |
_CellDefinitionHome_BeanImpl.create(java.lang.String pId)
|
CellDefinition |
_CellDefinitionHome_ReposImpl.create(java.lang.String pId)
|
CellDefinition |
CellDefinitionHome.create(java.lang.String pId)
Returns a new instance with the repository id set to the given id. |
CellDefinition |
_CellDefinitionHome_BeanImpl.findByCellId(java.lang.String appId,
java.lang.String cellId)
|
CellDefinition |
_CellDefinitionHome_ReposImpl.findByCellId(java.lang.String appId,
java.lang.String cellId)
|
CellDefinition |
CellDefinitionHome.findByCellId(java.lang.String appId,
java.lang.String cellId)
Finds a cell definition by application and logical ID. |
CellDefinition |
_CellDefinitionHome_BeanImpl.findByPrimaryKey(java.lang.String primaryKey)
|
CellDefinition |
_CellDefinitionHome_ReposImpl.findByPrimaryKey(java.lang.String primaryKey)
|
CellDefinition |
CellDefinitionHome.findByPrimaryKey(java.lang.String primaryKey)
Returns the instance with the given primary key, throws ObjectNotFoundException if the instance is not found. |
CellDefinition |
_CellDefinitionHome_BeanImpl.findBySegmentAndCellId(java.lang.String appId,
java.lang.String segmentName,
java.lang.String cellId)
|
CellDefinition |
_CellDefinitionHome_ReposImpl.findBySegmentAndCellId(java.lang.String appId,
java.lang.String segmentName,
java.lang.String cellId)
|
CellDefinition |
CellDefinitionHome.findBySegmentAndCellId(java.lang.String appId,
java.lang.String segmentName,
java.lang.String cellId)
Finds a cell definition by application, segment and logical ID. |
CellDefinition |
CellDefinitionHome.findByUserSegmentAndCellId(java.lang.String appId,
java.lang.String cellId)
|
CellDefinition |
_CellDefinitionHome_ReposImpl.wrapRepositoryItem(atg.repository.RepositoryItem pRepositoryItem)
|
CellDefinition |
CellDefinitionHome.wrapRepositoryItem(atg.repository.RepositoryItem pRepositoryItem)
|
Methods in atg.svc.repository.beans with parameters of type CellDefinition | |
---|---|
void |
_CellDefinition_Impl.copyTo(CellDefinition destination)
|
void |
CellDefinition.copyTo(CellDefinition destination)
Copies the property values of this instance to another instance of the same data type. |
Uses of CellDefinition in atg.svc.repository.beans.methods |
---|
Methods in atg.svc.repository.beans.methods that return CellDefinition | |
---|---|
CellDefinition |
CellDefinitionHomeMethods.findByUserSegmentAndCellId(java.lang.String appId,
java.lang.String cellId,
CellDefinitionHome pCellHome)
Gets a definition based on the segment of the current user. |
Uses of CellDefinition in atg.svc.repository.service |
---|
Methods in atg.svc.repository.service with parameters of type CellDefinition | |
---|---|
void |
UIService.copyCellDefinitionAttributes(CellDefinition pSourceObject,
CellDefinition pTargetObject)
Copies attributes from source to target. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |