|
||||||||||
| 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_BeanImpl
public class _SegmentedOption_BeanImpl
| Field Summary |
|---|
| Fields inherited from interface atg.repository.tojava.runtime.RJBeanObject |
|---|
CLASS_VERSION |
| Fields inherited from interface atg.svc.repository.beans.Option |
|---|
CLASS_VERSION |
| Constructor Summary | |
|---|---|
_SegmentedOption_BeanImpl()
|
|
| Method Summary | |
|---|---|
javax.ejb.EJBLocalHome |
_getRepositoryHome()
Gets the repository home that corresponds to this bean. |
boolean |
_isMutable()
Returns true if the item is mutable. |
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()
|
java.lang.String |
getRawValue()
Gets the user input value of the option. |
java.lang.String |
getSegment()
Getter for property segment |
boolean |
isIdentical(javax.ejb.EJBLocalObject obj)
Returns true if the given object is identical to this one. |
boolean |
isMultiValued()
Getter for property multiValued |
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 |
setRawValue(java.lang.String value)
Sets the user input value of the option. |
void |
setSegment(java.lang.String value)
Setter for property segment . |
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, isRemoved, setArrayValue, setValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface atg.repository.tojava.runtime.RJObject |
|---|
_getItemDescriptorName, _getObjectInterfaceClass |
| Constructor Detail |
|---|
public _SegmentedOption_BeanImpl()
| Method Detail |
|---|
public java.lang.String getAccessRight()
atg.svc.repository.beans.pv.SegmentedOption_PV
getAccessRight in interface atg.svc.repository.beans.pv.SegmentedOption_PVgetAccessRight in interface SegmentedOptionStringpublic void setAccessRight(java.lang.String value)
atg.svc.repository.beans.pv.SegmentedOption_PVSegmentedOption_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_PVsetAccessRight in interface SegmentedOptionvalue - Stringpublic java.lang.String[] getAllowedValues()
Option
getAllowedValues in interface OptiongetAllowedValues in interface atg.svc.repository.beans.pv.SegmentedOption_PVgetAllowedValues in interface SegmentedOptionpublic void setAllowedValues(java.lang.String[] value)
atg.svc.repository.beans.pv.SegmentedOption_PVSegmentedOption_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_PVsetAllowedValues in interface SegmentedOptionvalue - String[]public SegmentedOptionDataType getDataType()
atg.svc.repository.beans.pv.SegmentedOption_PV
getDataType in interface atg.svc.repository.beans.pv.SegmentedOption_PVgetDataType in interface SegmentedOptionSegmentedOptionDataTypepublic void setDataType(SegmentedOptionDataType value)
atg.svc.repository.beans.pv.SegmentedOption_PVSegmentedOption_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_PVsetDataType in interface SegmentedOptionvalue - SegmentedOptionDataTypepublic java.lang.String getDefaultValue()
Option
getDefaultValue in interface OptiongetDefaultValue in interface atg.svc.repository.beans.pv.SegmentedOption_PVgetDefaultValue in interface SegmentedOptionpublic void setDefaultValue(java.lang.String value)
Option
setDefaultValue in interface OptionsetDefaultValue in interface atg.svc.repository.beans.pv.SegmentedOption_PVsetDefaultValue in interface SegmentedOptionvalue - The String value of the option.public java.lang.String getId()
atg.svc.repository.beans.pv.SegmentedOption_PV
getId in interface atg.svc.repository.beans.pv.SegmentedOption_PVgetId in interface SegmentedOptionStringpublic void setId(java.lang.String value)
atg.svc.repository.beans.pv.SegmentedOption_PVSegmentedOption_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_PVsetId in interface SegmentedOptionvalue - Stringpublic java.util.Map getInfo()
atg.svc.repository.beans.pv.SegmentedOption_PV
getInfo in interface atg.svc.repository.beans.pv.SegmentedOption_PVgetInfo in interface SegmentedOptionMappublic void setInfo(java.util.Map value)
atg.svc.repository.beans.pv.SegmentedOption_PVSegmentedOption_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_PVsetInfo in interface SegmentedOptionvalue - Mappublic boolean isMultiValued()
atg.svc.repository.beans.pv.SegmentedOption_PV
isMultiValued in interface atg.svc.repository.beans.pv.SegmentedOption_PVisMultiValued in interface SegmentedOption
public boolean getHasMultiValued()
throws javax.ejb.EJBException
atg.svc.repository.beans.pv.SegmentedOption_PV
getHasMultiValued in interface atg.svc.repository.beans.pv.SegmentedOption_PVgetHasMultiValued in interface SegmentedOptionjavax.ejb.EJBExceptionpublic void setMultiValued(boolean value)
atg.svc.repository.beans.pv.SegmentedOption_PVSegmentedOption_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_PVsetMultiValued in interface SegmentedOptionvalue - boolean
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_PVsetHasMultiValued in interface SegmentedOptionjavax.ejb.EJBExceptionpublic java.lang.String getName()
Option
getName in interface OptiongetName in interface atg.svc.repository.beans.pv.SegmentedOption_PVgetName in interface SegmentedOptionpublic void setName(java.lang.String value)
Option
setName in interface OptionsetName in interface atg.svc.repository.beans.pv.SegmentedOption_PVsetName in interface SegmentedOptionvalue - The name of the option.public java.lang.String getRawValue()
Option
getRawValue in interface OptiongetRawValue in interface atg.svc.repository.beans.pv.SegmentedOption_PVgetRawValue in interface SegmentedOptionpublic void setRawValue(java.lang.String value)
Option
setRawValue in interface OptionsetRawValue in interface atg.svc.repository.beans.pv.SegmentedOption_PVsetRawValue in interface SegmentedOptionvalue - The user input value of the option.public java.lang.String getSegment()
atg.svc.repository.beans.pv.SegmentedOption_PV
getSegment in interface atg.svc.repository.beans.pv.SegmentedOption_PVgetSegment in interface SegmentedOptionStringpublic void setSegment(java.lang.String value)
atg.svc.repository.beans.pv.SegmentedOption_PVSegmentedOption_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_PVsetSegment in interface SegmentedOptionvalue - String
public void writeInstance()
throws javax.ejb.EJBException
atg.repository.tojava.runtime.RJObject
writeInstance in interface atg.repository.tojava.runtime.RJObjectwriteInstance in interface atg.svc.repository.beans.pv.SegmentedOption_PVwriteInstance in interface SegmentedOptionjavax.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.RJObjectprepareInstanceForWrite in interface atg.svc.repository.beans.pv.SegmentedOption_PVprepareInstanceForWrite in interface SegmentedOptionjavax.ejb.EJBException - If the operation fails.public boolean _isMutable()
_isMutable in interface atg.svc.repository.beans.pv.SegmentedOption_PV_isMutable in interface SegmentedOptionpublic javax.ejb.EJBLocalHome getEJBLocalHome()
atg.repository.tojava.runtime.RJObject
getEJBLocalHome in interface atg.repository.tojava.runtime.RJObjectgetEJBLocalHome in interface javax.ejb.EJBLocalObjectpublic javax.ejb.EJBLocalHome _getRepositoryHome()
atg.repository.tojava.runtime.RJBeanObject
_getRepositoryHome in interface atg.repository.tojava.runtime.RJBeanObject
public java.lang.Object getPrimaryKey()
throws javax.ejb.EJBException
getPrimaryKey in interface javax.ejb.EJBLocalObjectjavax.ejb.EJBExceptionpublic boolean isIdentical(javax.ejb.EJBLocalObject obj)
atg.repository.tojava.runtime.RJObject
isIdentical in interface atg.repository.tojava.runtime.RJObjectisIdentical in interface javax.ejb.EJBLocalObjectobj - The object to compare.
public void remove()
throws javax.ejb.RemoveException
atg.repository.tojava.runtime.RJObject
remove in interface atg.repository.tojava.runtime.RJObjectremove in interface javax.ejb.EJBLocalObjectjavax.ejb.RemoveException - If the remove fails.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||