|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SiteOption | |
---|---|
atg.svc.repository.beans | |
atg.svc.repository.service |
Uses of SiteOption in atg.svc.repository.beans |
---|
Classes in atg.svc.repository.beans that implement SiteOption | |
---|---|
class |
_SiteOption_BeanImpl
|
class |
_SiteOption_Impl
|
class |
_SiteOption_ReposImpl
|
Methods in atg.svc.repository.beans that return SiteOption | |
---|---|
SiteOption |
_SiteOptionHome_BeanImpl.create()
|
SiteOption |
_SiteOptionHome_ReposImpl.create()
|
SiteOption |
SiteOptionHome.create()
Returns a new instance. |
SiteOption |
_SiteOptionHome_BeanImpl.create(java.lang.String pId)
|
SiteOption |
_SiteOptionHome_ReposImpl.create(java.lang.String pId)
|
SiteOption |
SiteOptionHome.create(java.lang.String pId)
Returns a new instance with the repository id set to the given id. |
SiteOption |
_SiteOptionHome_BeanImpl.findByName(java.lang.String name)
|
SiteOption |
_SiteOptionHome_ReposImpl.findByName(java.lang.String name)
|
SiteOption |
SiteOptionHome.findByName(java.lang.String name)
Finds a Site Option by name |
SiteOption |
_SiteOptionHome_BeanImpl.findByPrimaryKey(java.lang.String primaryKey)
|
SiteOption |
_SiteOptionHome_ReposImpl.findByPrimaryKey(java.lang.String primaryKey)
|
SiteOption |
SiteOptionHome.findByPrimaryKey(java.lang.String primaryKey)
Returns the instance with the given primary key, throws ObjectNotFoundException if the instance is not found. |
SiteOption |
_SiteOptionHome_ReposImpl.wrapRepositoryItem(atg.repository.RepositoryItem pRepositoryItem)
|
SiteOption |
SiteOptionHome.wrapRepositoryItem(atg.repository.RepositoryItem pRepositoryItem)
|
Methods in atg.svc.repository.beans with parameters of type SiteOption | |
---|---|
void |
_SiteOption_Impl.copyTo(SiteOption destination)
|
void |
SiteOption.copyTo(SiteOption destination)
Copies the property values of this instance to another instance of the same data type. |
Uses of SiteOption in atg.svc.repository.service |
---|
Methods in atg.svc.repository.service that return SiteOption | |
---|---|
protected SiteOption |
SiteService.findOption(java.lang.String pName)
Gets a site option by the site id and option name. |
SiteOption |
SiteService.findSiteOptionByName(java.lang.String pName)
Finds a SiteOption by the given name. |
Methods in atg.svc.repository.service with parameters of type SiteOption | |
---|---|
java.lang.String |
SiteService.getStringValue(SiteOption pOption)
Gets the string value of the given site option. |
protected void |
SiteService.restoreDefaultValue(SiteOption pOption)
Restores the default value of the given option. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |