|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SegmentedOption | |
---|---|
atg.svc.repository.beans | |
atg.svc.repository.service |
Uses of SegmentedOption in atg.svc.repository.beans |
---|
Classes in atg.svc.repository.beans that implement SegmentedOption | |
---|---|
class |
_SegmentedOption_BeanImpl
|
class |
_SegmentedOption_Impl
|
class |
_SegmentedOption_ReposImpl
|
Methods in atg.svc.repository.beans that return SegmentedOption | |
---|---|
SegmentedOption |
_SegmentedOptionHome_BeanImpl.create()
|
SegmentedOption |
_SegmentedOptionHome_ReposImpl.create()
|
SegmentedOption |
SegmentedOptionHome.create()
Returns a new instance. |
SegmentedOption |
_SegmentedOptionHome_BeanImpl.create(java.lang.String pId)
|
SegmentedOption |
_SegmentedOptionHome_ReposImpl.create(java.lang.String pId)
|
SegmentedOption |
SegmentedOptionHome.create(java.lang.String pId)
Returns a new instance with the repository id set to the given id. |
SegmentedOption |
_SegmentedOptionHome_BeanImpl.findByPrimaryKey(java.lang.String primaryKey)
|
SegmentedOption |
_SegmentedOptionHome_ReposImpl.findByPrimaryKey(java.lang.String primaryKey)
|
SegmentedOption |
SegmentedOptionHome.findByPrimaryKey(java.lang.String primaryKey)
Returns the instance with the given primary key, throws ObjectNotFoundException if the instance is not found. |
SegmentedOption |
_SegmentedOptionHome_BeanImpl.findBySegmentAndName(java.lang.String segment,
java.lang.String name)
|
SegmentedOption |
_SegmentedOptionHome_ReposImpl.findBySegmentAndName(java.lang.String segment,
java.lang.String name)
|
SegmentedOption |
SegmentedOptionHome.findBySegmentAndName(java.lang.String segment,
java.lang.String name)
Finds a single user option by userId and key |
SegmentedOption |
_SegmentedOptionHome_ReposImpl.wrapRepositoryItem(atg.repository.RepositoryItem pRepositoryItem)
|
SegmentedOption |
SegmentedOptionHome.wrapRepositoryItem(atg.repository.RepositoryItem pRepositoryItem)
|
Methods in atg.svc.repository.beans with parameters of type SegmentedOption | |
---|---|
void |
_SegmentedOption_Impl.copyTo(SegmentedOption destination)
|
void |
SegmentedOption.copyTo(SegmentedOption destination)
Copies the property values of this instance to another instance of the same data type. |
Uses of SegmentedOption in atg.svc.repository.service |
---|
Methods in atg.svc.repository.service that return SegmentedOption | |
---|---|
SegmentedOption |
SegmentedOptionService.findOptionBySegmentAndName(java.lang.String pSegment,
java.lang.String pOptionName)
Finds a single SegmentedOption given the segment and option name. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |