|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectatg.svc.repository.beans._SegmentedOption_Impl
atg.svc.repository.beans._SegmentedOption_ReposImpl
public class _SegmentedOption_ReposImpl
Field Summary |
---|
Fields inherited from interface atg.repository.tojava.runtime.RepositoryItemWrapper |
---|
CLASS_VERSION |
Fields inherited from interface atg.repository.tojava.runtime.RJRepositoryObject |
---|
CLASS_VERSION |
Fields inherited from interface atg.svc.repository.beans.Option |
---|
CLASS_VERSION |
Method Summary | |
---|---|
javax.ejb.EJBLocalHome |
_getBeanHome()
Gets the bean home for this repository impl. |
atg.repository.RepositoryItem |
_getRepositoryItem()
|
boolean |
_isMutable()
Returns true if the item is mutable. |
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getAccessRight()
Getter for property accessRight |
java.lang.String[] |
getAllowedValues()
Gets the values allowed to be set on this option. |
SegmentedOptionDataType |
getDataType()
Getter for property dataType |
java.lang.String |
getDefaultValue()
Gets the default value of the option to use when the user input value is null. |
javax.ejb.EJBLocalHome |
getEJBLocalHome()
Gets the home associated with this repository object. |
boolean |
getHasMultiValued()
Returns true if the value of property multiValued is null. |
java.lang.String |
getId()
Getter for property id |
java.util.Map |
getInfo()
Getter for property info |
java.lang.String |
getName()
Gets the name of the option. |
java.lang.Object |
getPrimaryKey()
Gets the primary key for the repository impl. |
java.lang.Object |
getPropertyValue(java.lang.String propertyName)
|
java.lang.String |
getRawValue()
Gets the user input value of the option. |
java.lang.String |
getSegment()
Getter for property segment |
int |
hashCode()
|
boolean |
isIdentical(javax.ejb.EJBLocalObject obj)
Returns true if the given object is identical to this one. |
boolean |
isMultiValued()
Getter for property multiValued |
boolean |
isRemoved()
Returns true if the underlying object has been removed. |
void |
prepareInstanceForWrite()
This must be called if the application intends to both read and write the instance in the same transaction, and it intends to do a read before doing a write. |
void |
remove()
Removes this object from the repository. |
void |
setAccessRight(java.lang.String value)
Setter for property accessRight . |
void |
setAllowedValues(java.lang.String[] value)
Setter for property allowedValues . |
void |
setDataType(SegmentedOptionDataType value)
Setter for property dataType . |
void |
setDefaultValue(java.lang.String value)
Sets the default value of the option to use when the user input value is null. |
void |
setHasMultiValued(boolean value)
If this is set to false, then the underlying value of property multiValued is set to null. |
void |
setId(java.lang.String value)
Setter for property id . |
void |
setInfo(java.util.Map value)
Setter for property info . |
void |
setMultiValued(boolean value)
Setter for property multiValued . |
void |
setName(java.lang.String value)
Sets the name of the option. |
void |
setPropertyValue(java.lang.String propertyName,
java.lang.Object value)
|
void |
setRawValue(java.lang.String value)
Sets the user input value of the option. |
void |
setSegment(java.lang.String value)
Setter for property segment . |
java.lang.String |
toString()
|
void |
writeInstance()
This must be called after modifying an instance with a persistent implementation to guarantee that all changes are made persistent and visible to queries. |
Methods inherited from class atg.svc.repository.beans._SegmentedOption_Impl |
---|
_getItemDescriptorName, _getObjectInterfaceClass, copyTo, getArrayValue, getValue, setArrayValue, setValue |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface atg.repository.tojava.runtime.RJObject |
---|
_getItemDescriptorName, _getObjectInterfaceClass |
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public atg.repository.RepositoryItem _getRepositoryItem()
_getRepositoryItem
in interface atg.repository.tojava.runtime.RepositoryItemWrapper
public java.lang.Object getPropertyValue(java.lang.String propertyName)
getPropertyValue
in interface atg.repository.tojava.runtime.RepositoryItemWrapper
public void setPropertyValue(java.lang.String propertyName, java.lang.Object value) throws javax.ejb.EJBException
setPropertyValue
in interface atg.repository.tojava.runtime.RepositoryItemWrapper
javax.ejb.EJBException
public java.lang.String getAccessRight() throws javax.ejb.EJBException
atg.svc.repository.beans.pv.SegmentedOption_PV
getAccessRight
in interface atg.svc.repository.beans.pv.SegmentedOption_PV
getAccessRight
in interface SegmentedOption
String
javax.ejb.EJBException
public void setAccessRight(java.lang.String value) throws javax.ejb.EJBException
atg.svc.repository.beans.pv.SegmentedOption_PV
SegmentedOption_PV.writeInstance()
method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The SegmentedOption_PV.prepareInstanceForWrite()
method may need to be called before making any changes.
setAccessRight
in interface atg.svc.repository.beans.pv.SegmentedOption_PV
setAccessRight
in interface SegmentedOption
value
- String
javax.ejb.EJBException
public java.lang.String[] getAllowedValues() throws javax.ejb.EJBException
Option
getAllowedValues
in interface Option
getAllowedValues
in interface atg.svc.repository.beans.pv.SegmentedOption_PV
getAllowedValues
in interface SegmentedOption
javax.ejb.EJBException
public void setAllowedValues(java.lang.String[] value) throws javax.ejb.EJBException
atg.svc.repository.beans.pv.SegmentedOption_PV
SegmentedOption_PV.writeInstance()
method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The SegmentedOption_PV.prepareInstanceForWrite()
method may need to be called before making any changes.
setAllowedValues
in interface atg.svc.repository.beans.pv.SegmentedOption_PV
setAllowedValues
in interface SegmentedOption
value
- String
[]
javax.ejb.EJBException
public SegmentedOptionDataType getDataType() throws javax.ejb.EJBException
atg.svc.repository.beans.pv.SegmentedOption_PV
getDataType
in interface atg.svc.repository.beans.pv.SegmentedOption_PV
getDataType
in interface SegmentedOption
SegmentedOptionDataType
javax.ejb.EJBException
public void setDataType(SegmentedOptionDataType value) throws javax.ejb.EJBException
atg.svc.repository.beans.pv.SegmentedOption_PV
SegmentedOption_PV.writeInstance()
method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The SegmentedOption_PV.prepareInstanceForWrite()
method may need to be called before making any changes.
setDataType
in interface atg.svc.repository.beans.pv.SegmentedOption_PV
setDataType
in interface SegmentedOption
value
- SegmentedOptionDataType
javax.ejb.EJBException
public java.lang.String getDefaultValue() throws javax.ejb.EJBException
Option
getDefaultValue
in interface Option
getDefaultValue
in interface atg.svc.repository.beans.pv.SegmentedOption_PV
getDefaultValue
in interface SegmentedOption
javax.ejb.EJBException
public void setDefaultValue(java.lang.String value) throws javax.ejb.EJBException
Option
setDefaultValue
in interface Option
setDefaultValue
in interface atg.svc.repository.beans.pv.SegmentedOption_PV
setDefaultValue
in interface SegmentedOption
value
- The String value of the option.
javax.ejb.EJBException
public java.lang.String getId() throws javax.ejb.EJBException
atg.svc.repository.beans.pv.SegmentedOption_PV
getId
in interface atg.svc.repository.beans.pv.SegmentedOption_PV
getId
in interface SegmentedOption
String
javax.ejb.EJBException
public void setId(java.lang.String value) throws javax.ejb.EJBException
atg.svc.repository.beans.pv.SegmentedOption_PV
SegmentedOption_PV.writeInstance()
method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The SegmentedOption_PV.prepareInstanceForWrite()
method may need to be called before making any changes.
setId
in interface atg.svc.repository.beans.pv.SegmentedOption_PV
setId
in interface SegmentedOption
value
- String
javax.ejb.EJBException
public java.util.Map getInfo() throws javax.ejb.EJBException
atg.svc.repository.beans.pv.SegmentedOption_PV
getInfo
in interface atg.svc.repository.beans.pv.SegmentedOption_PV
getInfo
in interface SegmentedOption
Map
javax.ejb.EJBException
public void setInfo(java.util.Map value) throws javax.ejb.EJBException
atg.svc.repository.beans.pv.SegmentedOption_PV
SegmentedOption_PV.writeInstance()
method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The SegmentedOption_PV.prepareInstanceForWrite()
method may need to be called before making any changes.
setInfo
in interface atg.svc.repository.beans.pv.SegmentedOption_PV
setInfo
in interface SegmentedOption
value
- Map
javax.ejb.EJBException
public boolean isMultiValued() throws javax.ejb.EJBException
atg.svc.repository.beans.pv.SegmentedOption_PV
isMultiValued
in interface atg.svc.repository.beans.pv.SegmentedOption_PV
isMultiValued
in interface SegmentedOption
javax.ejb.EJBException
public boolean getHasMultiValued() throws javax.ejb.EJBException
atg.svc.repository.beans.pv.SegmentedOption_PV
getHasMultiValued
in interface atg.svc.repository.beans.pv.SegmentedOption_PV
getHasMultiValued
in interface SegmentedOption
javax.ejb.EJBException
public void setMultiValued(boolean value) throws javax.ejb.EJBException
atg.svc.repository.beans.pv.SegmentedOption_PV
SegmentedOption_PV.writeInstance()
method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The SegmentedOption_PV.prepareInstanceForWrite()
method may need to be called before making any changes.
setMultiValued
in interface atg.svc.repository.beans.pv.SegmentedOption_PV
setMultiValued
in interface SegmentedOption
value
- boolean
javax.ejb.EJBException
public void setHasMultiValued(boolean value) throws javax.ejb.EJBException
atg.svc.repository.beans.pv.SegmentedOption_PV
setHasMultiValued
in interface atg.svc.repository.beans.pv.SegmentedOption_PV
setHasMultiValued
in interface SegmentedOption
javax.ejb.EJBException
public java.lang.String getName() throws javax.ejb.EJBException
Option
getName
in interface Option
getName
in interface atg.svc.repository.beans.pv.SegmentedOption_PV
getName
in interface SegmentedOption
javax.ejb.EJBException
public void setName(java.lang.String value) throws javax.ejb.EJBException
Option
setName
in interface Option
setName
in interface atg.svc.repository.beans.pv.SegmentedOption_PV
setName
in interface SegmentedOption
value
- The name of the option.
javax.ejb.EJBException
public java.lang.String getRawValue() throws javax.ejb.EJBException
Option
getRawValue
in interface Option
getRawValue
in interface atg.svc.repository.beans.pv.SegmentedOption_PV
getRawValue
in interface SegmentedOption
javax.ejb.EJBException
public void setRawValue(java.lang.String value) throws javax.ejb.EJBException
Option
setRawValue
in interface Option
setRawValue
in interface atg.svc.repository.beans.pv.SegmentedOption_PV
setRawValue
in interface SegmentedOption
value
- The user input value of the option.
javax.ejb.EJBException
public java.lang.String getSegment() throws javax.ejb.EJBException
atg.svc.repository.beans.pv.SegmentedOption_PV
getSegment
in interface atg.svc.repository.beans.pv.SegmentedOption_PV
getSegment
in interface SegmentedOption
String
javax.ejb.EJBException
public void setSegment(java.lang.String value) throws javax.ejb.EJBException
atg.svc.repository.beans.pv.SegmentedOption_PV
SegmentedOption_PV.writeInstance()
method must be called afterwards to insure that any changes are made persistent (if the instance is backed by a persistent implementation). The SegmentedOption_PV.prepareInstanceForWrite()
method may need to be called before making any changes.
setSegment
in interface atg.svc.repository.beans.pv.SegmentedOption_PV
setSegment
in interface SegmentedOption
value
- String
javax.ejb.EJBException
public boolean isRemoved() throws javax.ejb.EJBException
atg.svc.repository.beans.pv.SegmentedOption_PV
isRemoved
in interface atg.repository.tojava.runtime.RJRepositoryObject
isRemoved
in interface atg.svc.repository.beans.pv.SegmentedOption_PV
isRemoved
in interface SegmentedOption
isRemoved
in class _SegmentedOption_Impl
javax.ejb.EJBException
- If the operation fails.public void writeInstance() throws javax.ejb.EJBException
atg.repository.tojava.runtime.RJObject
writeInstance
in interface atg.repository.tojava.runtime.RJObject
writeInstance
in interface atg.svc.repository.beans.pv.SegmentedOption_PV
writeInstance
in interface SegmentedOption
javax.ejb.EJBException
- If the operation fails.public void prepareInstanceForWrite() throws javax.ejb.EJBException
atg.repository.tojava.runtime.RJObject
prepareInstanceForWrite
in interface atg.repository.tojava.runtime.RJObject
prepareInstanceForWrite
in interface atg.svc.repository.beans.pv.SegmentedOption_PV
prepareInstanceForWrite
in interface SegmentedOption
javax.ejb.EJBException
- If the operation fails.public boolean _isMutable()
_isMutable
in interface atg.svc.repository.beans.pv.SegmentedOption_PV
_isMutable
in interface SegmentedOption
public javax.ejb.EJBLocalHome getEJBLocalHome()
atg.repository.tojava.runtime.RJObject
getEJBLocalHome
in interface atg.repository.tojava.runtime.RJObject
getEJBLocalHome
in interface javax.ejb.EJBLocalObject
public javax.ejb.EJBLocalHome _getBeanHome()
atg.repository.tojava.runtime.RJRepositoryObject
_getBeanHome
in interface atg.repository.tojava.runtime.RJRepositoryObject
public java.lang.Object getPrimaryKey()
atg.repository.tojava.runtime.RJRepositoryObject
getPrimaryKey
in interface atg.repository.tojava.runtime.RJRepositoryObject
getPrimaryKey
in interface javax.ejb.EJBLocalObject
public boolean isIdentical(javax.ejb.EJBLocalObject obj)
atg.repository.tojava.runtime.RJObject
isIdentical
in interface atg.repository.tojava.runtime.RJObject
isIdentical
in interface javax.ejb.EJBLocalObject
obj
- The object to compare.
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public void remove() throws javax.ejb.EJBException
atg.repository.tojava.runtime.RJObject
remove
in interface atg.repository.tojava.runtime.RJObject
remove
in interface javax.ejb.EJBLocalObject
javax.ejb.EJBException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |