|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TabConfig | |
---|---|
atg.svc.repository.beans | |
atg.svc.repository.service |
Uses of TabConfig in atg.svc.repository.beans |
---|
Classes in atg.svc.repository.beans that implement TabConfig | |
---|---|
class |
_TabConfig_BeanImpl
|
class |
_TabConfig_Impl
|
class |
_TabConfig_ReposImpl
|
Methods in atg.svc.repository.beans that return TabConfig | |
---|---|
TabConfig |
_TabConfigHome_BeanImpl.create()
|
TabConfig |
_TabConfigHome_ReposImpl.create()
|
TabConfig |
TabConfigHome.create()
Returns a new instance. |
TabConfig |
_TabConfigHome_BeanImpl.create(java.lang.String pId)
|
TabConfig |
_TabConfigHome_ReposImpl.create(java.lang.String pId)
|
TabConfig |
TabConfigHome.create(java.lang.String pId)
Returns a new instance with the repository id set to the given id. |
TabConfig |
_TabConfigHome_BeanImpl.findByPrimaryKey(java.lang.String primaryKey)
|
TabConfig |
_TabConfigHome_ReposImpl.findByPrimaryKey(java.lang.String primaryKey)
|
TabConfig |
TabConfigHome.findByPrimaryKey(java.lang.String primaryKey)
Returns the instance with the given primary key, throws ObjectNotFoundException if the instance is not found. |
TabConfig |
_TabConfigHome_BeanImpl.findByUserId(java.lang.String userId,
java.lang.String tabId)
|
TabConfig |
_TabConfigHome_ReposImpl.findByUserId(java.lang.String userId,
java.lang.String tabId)
|
TabConfig |
TabConfigHome.findByUserId(java.lang.String userId,
java.lang.String tabId)
Get a specific tab by user. |
TabConfig |
_TabConfigHome_ReposImpl.wrapRepositoryItem(atg.repository.RepositoryItem pRepositoryItem)
|
TabConfig |
TabConfigHome.wrapRepositoryItem(atg.repository.RepositoryItem pRepositoryItem)
|
Methods in atg.svc.repository.beans with parameters of type TabConfig | |
---|---|
void |
_TabConfig_Impl.copyTo(TabConfig destination)
|
void |
TabConfig.copyTo(TabConfig destination)
Copies the property values of this instance to another instance of the same data type. |
Uses of TabConfig in atg.svc.repository.service |
---|
Methods in atg.svc.repository.service that return TabConfig | |
---|---|
TabConfig |
UIService.getTabConfig(java.lang.String pTabId)
Gets the tab configuration for the specified user. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |