|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OptionSegment | |
---|---|
atg.svc.repository.beans | |
atg.svc.repository.service |
Uses of OptionSegment in atg.svc.repository.beans |
---|
Classes in atg.svc.repository.beans that implement OptionSegment | |
---|---|
class |
_OptionSegment_BeanImpl
|
class |
_OptionSegment_Impl
|
class |
_OptionSegment_ReposImpl
|
Methods in atg.svc.repository.beans that return OptionSegment | |
---|---|
OptionSegment |
_OptionSegmentHome_BeanImpl.create()
|
OptionSegment |
_OptionSegmentHome_ReposImpl.create()
|
OptionSegment |
OptionSegmentHome.create()
Returns a new instance. |
OptionSegment |
_OptionSegmentHome_BeanImpl.create(java.lang.String pId)
|
OptionSegment |
_OptionSegmentHome_ReposImpl.create(java.lang.String pId)
|
OptionSegment |
OptionSegmentHome.create(java.lang.String pId)
Returns a new instance with the repository id set to the given id. |
OptionSegment |
_OptionSegmentHome_BeanImpl.findByName(java.lang.String name)
|
OptionSegment |
_OptionSegmentHome_ReposImpl.findByName(java.lang.String name)
|
OptionSegment |
OptionSegmentHome.findByName(java.lang.String name)
Finds a OptionSegment by segment name |
OptionSegment |
_OptionSegmentHome_BeanImpl.findByPrimaryKey(java.lang.String primaryKey)
|
OptionSegment |
_OptionSegmentHome_ReposImpl.findByPrimaryKey(java.lang.String primaryKey)
|
OptionSegment |
OptionSegmentHome.findByPrimaryKey(java.lang.String primaryKey)
Returns the instance with the given primary key, throws ObjectNotFoundException if the instance is not found. |
OptionSegment |
_OptionSegmentHome_BeanImpl.findDefault()
|
OptionSegment |
_OptionSegmentHome_ReposImpl.findDefault()
|
OptionSegment |
OptionSegmentHome.findDefault()
Finds the default OptionSegment |
OptionSegment |
_OptionSegmentHome_ReposImpl.wrapRepositoryItem(atg.repository.RepositoryItem pRepositoryItem)
|
OptionSegment |
OptionSegmentHome.wrapRepositoryItem(atg.repository.RepositoryItem pRepositoryItem)
|
Methods in atg.svc.repository.beans with parameters of type OptionSegment | |
---|---|
void |
_OptionSegment_Impl.copyTo(OptionSegment destination)
|
void |
OptionSegment.copyTo(OptionSegment destination)
Copies the property values of this instance to another instance of the same data type. |
Uses of OptionSegment in atg.svc.repository.service |
---|
Methods in atg.svc.repository.service that return OptionSegment | |
---|---|
OptionSegment |
SegmentedOptionService.findOptionSegmentById(java.lang.String pId)
Finds an OptionSegment object by the given id. |
OptionSegment |
SegmentedOptionService.findOptionSegmentByName(java.lang.String pSegment)
Gets an option segment given the name of the segment. |
Methods in atg.svc.repository.service with parameters of type OptionSegment | |
---|---|
void |
SegmentedOptionService.saveOptionSegment(OptionSegment pOptionSegment)
Commits changes in the given OptionSegment to the repository. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |