|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectatg.svc.repository.beans._SolutionFieldValue_Impl
atg.svc.repository.beans._SolutionFieldValue_BeanImpl
public class _SolutionFieldValue_BeanImpl
| Field Summary |
|---|
| Fields inherited from interface atg.repository.tojava.runtime.RJBeanObject |
|---|
CLASS_VERSION |
| Fields inherited from interface atg.svc.repository.beans.SecuredItem |
|---|
CLASS_VERSION |
| Constructor Summary | |
|---|---|
_SolutionFieldValue_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 |
getBigString()
Getter for property bigString |
java.util.Date |
getDate()
Getter for property date |
javax.ejb.EJBLocalHome |
getEJBLocalHome()
Gets the home associated with this repository object. |
java.lang.String[] |
getExternalAudience()
Getter for property externalAudience |
java.lang.Object[] |
getExternalAudienceSorted()
Getter for property externalAudienceSorted |
TransactionalFragmentFieldValue |
getFragment()
Getter for property fragment |
boolean |
getHasBoolean()
Returns true if the value of property boolean is null. |
boolean |
getHasNumber()
Returns true if the value of property number is null. |
java.lang.String |
getId()
Getter for property id |
java.lang.String[] |
getInternalAudience()
Getter for property internalAudience |
java.lang.Object[] |
getInternalAudienceSorted()
Getter for property internalAudienceSorted |
java.lang.String[] |
getInternalModify()
Getter for property internalModify |
java.lang.Object[] |
getInternalModifySorted()
Getter for property internalModifySorted |
float |
getNumber()
Getter for property number |
java.lang.Object |
getPrimaryKey()
|
java.lang.String |
getString()
Getter for property string |
java.lang.String |
getType()
Getter for property type |
boolean |
isBoolean()
Getter for property boolean |
boolean |
isIdentical(javax.ejb.EJBLocalObject obj)
Returns true if the given object is identical to this one. |
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 |
setBigString(java.lang.String value)
Setter for property bigString . |
void |
setBoolean(boolean value)
Setter for property boolean . |
void |
setDate(java.util.Date value)
Setter for property date . |
void |
setExternalAudience(java.lang.String[] value)
Setter for property externalAudience . |
void |
setFragment(TransactionalFragmentFieldValue value)
Setter for property fragment . |
void |
setHasBoolean(boolean value)
If this is set to false, then the underlying value of property boolean is set to null. |
void |
setHasNumber(boolean value)
If this is set to false, then the underlying value of property number is set to null. |
void |
setId(java.lang.String value)
Setter for property id . |
void |
setInternalAudience(java.lang.String[] value)
Setter for property internalAudience . |
void |
setInternalModify(java.lang.String[] value)
Setter for property internalModify . |
void |
setNumber(float value)
Setter for property number . |
void |
setString(java.lang.String value)
Setter for property string . |
void |
setType(java.lang.String value)
Setter for property type . |
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._SolutionFieldValue_Impl |
|---|
_getItemDescriptorName, _getObjectInterfaceClass, copyTo, getFieldDefinitionType, getHasPersonalization, getIsEditable, getIsExternallyVisible, getIsExternallyVisible, getIsVisible, getSolutionField, getValue, isRemoved, setFieldDefinitionType, 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 _SolutionFieldValue_BeanImpl()
| Method Detail |
|---|
public java.lang.String getBigString()
atg.svc.repository.beans.pv.SolutionFieldValue_PV
getBigString in interface atg.svc.repository.beans.pv.SolutionFieldValue_PVgetBigString in interface SolutionFieldValueStringpublic void setBigString(java.lang.String value)
atg.svc.repository.beans.pv.SolutionFieldValue_PVSolutionFieldValue_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 SolutionFieldValue_PV.prepareInstanceForWrite() method may need to be called before making any changes.
setBigString in interface atg.svc.repository.beans.pv.SolutionFieldValue_PVsetBigString in interface SolutionFieldValuevalue - Stringpublic boolean isBoolean()
atg.svc.repository.beans.pv.SolutionFieldValue_PV
isBoolean in interface atg.svc.repository.beans.pv.SolutionFieldValue_PVisBoolean in interface SolutionFieldValue
public boolean getHasBoolean()
throws javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionFieldValue_PV
getHasBoolean in interface atg.svc.repository.beans.pv.SolutionFieldValue_PVgetHasBoolean in interface SolutionFieldValuejavax.ejb.EJBExceptionpublic void setBoolean(boolean value)
atg.svc.repository.beans.pv.SolutionFieldValue_PVSolutionFieldValue_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 SolutionFieldValue_PV.prepareInstanceForWrite() method may need to be called before making any changes.
setBoolean in interface atg.svc.repository.beans.pv.SolutionFieldValue_PVsetBoolean in interface SolutionFieldValuevalue - boolean
public void setHasBoolean(boolean value)
throws javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionFieldValue_PV
setHasBoolean in interface atg.svc.repository.beans.pv.SolutionFieldValue_PVsetHasBoolean in interface SolutionFieldValuejavax.ejb.EJBExceptionpublic java.util.Date getDate()
atg.svc.repository.beans.pv.SolutionFieldValue_PV
getDate in interface atg.svc.repository.beans.pv.SolutionFieldValue_PVgetDate in interface SolutionFieldValueDatepublic void setDate(java.util.Date value)
atg.svc.repository.beans.pv.SolutionFieldValue_PVSolutionFieldValue_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 SolutionFieldValue_PV.prepareInstanceForWrite() method may need to be called before making any changes.
setDate in interface atg.svc.repository.beans.pv.SolutionFieldValue_PVsetDate in interface SolutionFieldValuevalue - Datepublic java.lang.String[] getExternalAudience()
atg.svc.repository.beans.pv.SolutionFieldValue_PV
getExternalAudience in interface atg.svc.repository.beans.pv.SolutionFieldValue_PVgetExternalAudience in interface SecuredItemgetExternalAudience in interface SolutionFieldValueString[]public void setExternalAudience(java.lang.String[] value)
atg.svc.repository.beans.pv.SolutionFieldValue_PVSolutionFieldValue_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 SolutionFieldValue_PV.prepareInstanceForWrite() method may need to be called before making any changes.
setExternalAudience in interface atg.svc.repository.beans.pv.SolutionFieldValue_PVsetExternalAudience in interface SecuredItemsetExternalAudience in interface SolutionFieldValuevalue - String[]public java.lang.Object[] getExternalAudienceSorted()
atg.svc.repository.beans.pv.SolutionFieldValue_PV
getExternalAudienceSorted in interface atg.svc.repository.beans.pv.SolutionFieldValue_PVgetExternalAudienceSorted in interface SolutionFieldValueObject[]public TransactionalFragmentFieldValue getFragment()
atg.svc.repository.beans.pv.SolutionFieldValue_PV
getFragment in interface atg.svc.repository.beans.pv.SolutionFieldValue_PVgetFragment in interface SolutionFieldValueTransactionalFragmentFieldValuepublic void setFragment(TransactionalFragmentFieldValue value)
atg.svc.repository.beans.pv.SolutionFieldValue_PVSolutionFieldValue_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 SolutionFieldValue_PV.prepareInstanceForWrite() method may need to be called before making any changes.
setFragment in interface atg.svc.repository.beans.pv.SolutionFieldValue_PVsetFragment in interface SolutionFieldValuevalue - TransactionalFragmentFieldValuepublic java.lang.String getId()
atg.svc.repository.beans.pv.SolutionFieldValue_PV
getId in interface atg.svc.repository.beans.pv.SolutionFieldValue_PVgetId in interface SolutionFieldValueStringpublic void setId(java.lang.String value)
atg.svc.repository.beans.pv.SolutionFieldValue_PVSolutionFieldValue_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 SolutionFieldValue_PV.prepareInstanceForWrite() method may need to be called before making any changes.
setId in interface atg.svc.repository.beans.pv.SolutionFieldValue_PVsetId in interface SolutionFieldValuevalue - Stringpublic java.lang.String[] getInternalAudience()
atg.svc.repository.beans.pv.SolutionFieldValue_PV
getInternalAudience in interface atg.svc.repository.beans.pv.SolutionFieldValue_PVgetInternalAudience in interface SecuredItemgetInternalAudience in interface SolutionFieldValueString[]public void setInternalAudience(java.lang.String[] value)
atg.svc.repository.beans.pv.SolutionFieldValue_PVSolutionFieldValue_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 SolutionFieldValue_PV.prepareInstanceForWrite() method may need to be called before making any changes.
setInternalAudience in interface atg.svc.repository.beans.pv.SolutionFieldValue_PVsetInternalAudience in interface SecuredItemsetInternalAudience in interface SolutionFieldValuevalue - String[]public java.lang.Object[] getInternalAudienceSorted()
atg.svc.repository.beans.pv.SolutionFieldValue_PV
getInternalAudienceSorted in interface atg.svc.repository.beans.pv.SolutionFieldValue_PVgetInternalAudienceSorted in interface SolutionFieldValueObject[]public java.lang.String[] getInternalModify()
atg.svc.repository.beans.pv.SolutionFieldValue_PV
getInternalModify in interface atg.svc.repository.beans.pv.SolutionFieldValue_PVgetInternalModify in interface SecuredItemgetInternalModify in interface SolutionFieldValueString[]public void setInternalModify(java.lang.String[] value)
atg.svc.repository.beans.pv.SolutionFieldValue_PVSolutionFieldValue_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 SolutionFieldValue_PV.prepareInstanceForWrite() method may need to be called before making any changes.
setInternalModify in interface atg.svc.repository.beans.pv.SolutionFieldValue_PVsetInternalModify in interface SecuredItemsetInternalModify in interface SolutionFieldValuevalue - String[]public java.lang.Object[] getInternalModifySorted()
atg.svc.repository.beans.pv.SolutionFieldValue_PV
getInternalModifySorted in interface atg.svc.repository.beans.pv.SolutionFieldValue_PVgetInternalModifySorted in interface SolutionFieldValueObject[]public float getNumber()
atg.svc.repository.beans.pv.SolutionFieldValue_PV
getNumber in interface atg.svc.repository.beans.pv.SolutionFieldValue_PVgetNumber in interface SolutionFieldValue
public boolean getHasNumber()
throws javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionFieldValue_PV
getHasNumber in interface atg.svc.repository.beans.pv.SolutionFieldValue_PVgetHasNumber in interface SolutionFieldValuejavax.ejb.EJBExceptionpublic void setNumber(float value)
atg.svc.repository.beans.pv.SolutionFieldValue_PVSolutionFieldValue_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 SolutionFieldValue_PV.prepareInstanceForWrite() method may need to be called before making any changes.
setNumber in interface atg.svc.repository.beans.pv.SolutionFieldValue_PVsetNumber in interface SolutionFieldValuevalue - float
public void setHasNumber(boolean value)
throws javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionFieldValue_PV
setHasNumber in interface atg.svc.repository.beans.pv.SolutionFieldValue_PVsetHasNumber in interface SolutionFieldValuejavax.ejb.EJBExceptionpublic java.lang.String getString()
atg.svc.repository.beans.pv.SolutionFieldValue_PV
getString in interface atg.svc.repository.beans.pv.SolutionFieldValue_PVgetString in interface SolutionFieldValueStringpublic void setString(java.lang.String value)
atg.svc.repository.beans.pv.SolutionFieldValue_PVSolutionFieldValue_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 SolutionFieldValue_PV.prepareInstanceForWrite() method may need to be called before making any changes.
setString in interface atg.svc.repository.beans.pv.SolutionFieldValue_PVsetString in interface SolutionFieldValuevalue - Stringpublic java.lang.String getType()
atg.svc.repository.beans.pv.SolutionFieldValue_PV
getType in interface atg.svc.repository.beans.pv.SolutionFieldValue_PVgetType in interface SolutionFieldValueStringpublic void setType(java.lang.String value)
atg.svc.repository.beans.pv.SolutionFieldValue_PVSolutionFieldValue_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 SolutionFieldValue_PV.prepareInstanceForWrite() method may need to be called before making any changes.
setType in interface atg.svc.repository.beans.pv.SolutionFieldValue_PVsetType in interface SolutionFieldValuevalue - 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.SolutionFieldValue_PVwriteInstance in interface SolutionFieldValuejavax.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.SolutionFieldValue_PVprepareInstanceForWrite in interface SolutionFieldValuejavax.ejb.EJBException - If the operation fails.public boolean _isMutable()
_isMutable in interface atg.svc.repository.beans.pv.SolutionFieldValue_PV_isMutable in interface SolutionFieldValuepublic 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 | |||||||||