|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CellConfig | |
---|---|
atg.svc.repository.beans | |
atg.svc.repository.service |
Uses of CellConfig in atg.svc.repository.beans |
---|
Classes in atg.svc.repository.beans that implement CellConfig | |
---|---|
class |
_CellConfig_BeanImpl
|
class |
_CellConfig_Impl
|
class |
_CellConfig_ReposImpl
|
Methods in atg.svc.repository.beans that return CellConfig | |
---|---|
CellConfig |
_CellConfigHome_BeanImpl.create()
|
CellConfig |
_CellConfigHome_ReposImpl.create()
|
CellConfig |
CellConfigHome.create()
Returns a new instance. |
CellConfig |
_CellConfigHome_BeanImpl.create(java.lang.String pId)
|
CellConfig |
_CellConfigHome_ReposImpl.create(java.lang.String pId)
|
CellConfig |
CellConfigHome.create(java.lang.String pId)
Returns a new instance with the repository id set to the given id. |
CellConfig |
_CellConfigHome_BeanImpl.findByPrimaryKey(java.lang.String primaryKey)
|
CellConfig |
_CellConfigHome_ReposImpl.findByPrimaryKey(java.lang.String primaryKey)
|
CellConfig |
CellConfigHome.findByPrimaryKey(java.lang.String primaryKey)
Returns the instance with the given primary key, throws ObjectNotFoundException if the instance is not found. |
CellConfig |
_CellConfigHome_BeanImpl.findByUserId(java.lang.String userId,
java.lang.String cellId)
|
CellConfig |
_CellConfigHome_ReposImpl.findByUserId(java.lang.String userId,
java.lang.String cellId)
|
CellConfig |
CellConfigHome.findByUserId(java.lang.String userId,
java.lang.String cellId)
Get a specific cell by user. |
CellConfig |
_CellConfigHome_ReposImpl.wrapRepositoryItem(atg.repository.RepositoryItem pRepositoryItem)
|
CellConfig |
CellConfigHome.wrapRepositoryItem(atg.repository.RepositoryItem pRepositoryItem)
|
Methods in atg.svc.repository.beans with parameters of type CellConfig | |
---|---|
void |
_CellConfig_Impl.copyTo(CellConfig destination)
|
void |
CellConfig.copyTo(CellConfig destination)
Copies the property values of this instance to another instance of the same data type. |
Uses of CellConfig in atg.svc.repository.service |
---|
Methods in atg.svc.repository.service that return CellConfig | |
---|---|
CellConfig |
UIService.getCellConfig(java.lang.String pCellId)
Gets the cell configuration for the specified user. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |