|
||||||||||
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_PV
getBigString
in interface SolutionFieldValue
String
public void setBigString(java.lang.String value)
atg.svc.repository.beans.pv.SolutionFieldValue_PV
SolutionFieldValue_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_PV
setBigString
in interface SolutionFieldValue
value
- String
public boolean isBoolean()
atg.svc.repository.beans.pv.SolutionFieldValue_PV
isBoolean
in interface atg.svc.repository.beans.pv.SolutionFieldValue_PV
isBoolean
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_PV
getHasBoolean
in interface SolutionFieldValue
javax.ejb.EJBException
public void setBoolean(boolean value)
atg.svc.repository.beans.pv.SolutionFieldValue_PV
SolutionFieldValue_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_PV
setBoolean
in interface SolutionFieldValue
value
- booleanpublic void setHasBoolean(boolean value) throws javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionFieldValue_PV
setHasBoolean
in interface atg.svc.repository.beans.pv.SolutionFieldValue_PV
setHasBoolean
in interface SolutionFieldValue
javax.ejb.EJBException
public java.util.Date getDate()
atg.svc.repository.beans.pv.SolutionFieldValue_PV
getDate
in interface atg.svc.repository.beans.pv.SolutionFieldValue_PV
getDate
in interface SolutionFieldValue
Date
public void setDate(java.util.Date value)
atg.svc.repository.beans.pv.SolutionFieldValue_PV
SolutionFieldValue_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_PV
setDate
in interface SolutionFieldValue
value
- Date
public java.lang.String[] getExternalAudience()
atg.svc.repository.beans.pv.SolutionFieldValue_PV
getExternalAudience
in interface atg.svc.repository.beans.pv.SolutionFieldValue_PV
getExternalAudience
in interface SecuredItem
getExternalAudience
in interface SolutionFieldValue
String
[]public void setExternalAudience(java.lang.String[] value)
atg.svc.repository.beans.pv.SolutionFieldValue_PV
SolutionFieldValue_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_PV
setExternalAudience
in interface SecuredItem
setExternalAudience
in interface SolutionFieldValue
value
- String
[]public java.lang.Object[] getExternalAudienceSorted()
atg.svc.repository.beans.pv.SolutionFieldValue_PV
getExternalAudienceSorted
in interface atg.svc.repository.beans.pv.SolutionFieldValue_PV
getExternalAudienceSorted
in interface SolutionFieldValue
Object
[]public TransactionalFragmentFieldValue getFragment()
atg.svc.repository.beans.pv.SolutionFieldValue_PV
getFragment
in interface atg.svc.repository.beans.pv.SolutionFieldValue_PV
getFragment
in interface SolutionFieldValue
TransactionalFragmentFieldValue
public void setFragment(TransactionalFragmentFieldValue value)
atg.svc.repository.beans.pv.SolutionFieldValue_PV
SolutionFieldValue_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_PV
setFragment
in interface SolutionFieldValue
value
- TransactionalFragmentFieldValue
public java.lang.String getId()
atg.svc.repository.beans.pv.SolutionFieldValue_PV
getId
in interface atg.svc.repository.beans.pv.SolutionFieldValue_PV
getId
in interface SolutionFieldValue
String
public void setId(java.lang.String value)
atg.svc.repository.beans.pv.SolutionFieldValue_PV
SolutionFieldValue_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_PV
setId
in interface SolutionFieldValue
value
- String
public java.lang.String[] getInternalAudience()
atg.svc.repository.beans.pv.SolutionFieldValue_PV
getInternalAudience
in interface atg.svc.repository.beans.pv.SolutionFieldValue_PV
getInternalAudience
in interface SecuredItem
getInternalAudience
in interface SolutionFieldValue
String
[]public void setInternalAudience(java.lang.String[] value)
atg.svc.repository.beans.pv.SolutionFieldValue_PV
SolutionFieldValue_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_PV
setInternalAudience
in interface SecuredItem
setInternalAudience
in interface SolutionFieldValue
value
- String
[]public java.lang.Object[] getInternalAudienceSorted()
atg.svc.repository.beans.pv.SolutionFieldValue_PV
getInternalAudienceSorted
in interface atg.svc.repository.beans.pv.SolutionFieldValue_PV
getInternalAudienceSorted
in interface SolutionFieldValue
Object
[]public java.lang.String[] getInternalModify()
atg.svc.repository.beans.pv.SolutionFieldValue_PV
getInternalModify
in interface atg.svc.repository.beans.pv.SolutionFieldValue_PV
getInternalModify
in interface SecuredItem
getInternalModify
in interface SolutionFieldValue
String
[]public void setInternalModify(java.lang.String[] value)
atg.svc.repository.beans.pv.SolutionFieldValue_PV
SolutionFieldValue_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_PV
setInternalModify
in interface SecuredItem
setInternalModify
in interface SolutionFieldValue
value
- String
[]public java.lang.Object[] getInternalModifySorted()
atg.svc.repository.beans.pv.SolutionFieldValue_PV
getInternalModifySorted
in interface atg.svc.repository.beans.pv.SolutionFieldValue_PV
getInternalModifySorted
in interface SolutionFieldValue
Object
[]public float getNumber()
atg.svc.repository.beans.pv.SolutionFieldValue_PV
getNumber
in interface atg.svc.repository.beans.pv.SolutionFieldValue_PV
getNumber
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_PV
getHasNumber
in interface SolutionFieldValue
javax.ejb.EJBException
public void setNumber(float value)
atg.svc.repository.beans.pv.SolutionFieldValue_PV
SolutionFieldValue_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_PV
setNumber
in interface SolutionFieldValue
value
- floatpublic void setHasNumber(boolean value) throws javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionFieldValue_PV
setHasNumber
in interface atg.svc.repository.beans.pv.SolutionFieldValue_PV
setHasNumber
in interface SolutionFieldValue
javax.ejb.EJBException
public java.lang.String getString()
atg.svc.repository.beans.pv.SolutionFieldValue_PV
getString
in interface atg.svc.repository.beans.pv.SolutionFieldValue_PV
getString
in interface SolutionFieldValue
String
public void setString(java.lang.String value)
atg.svc.repository.beans.pv.SolutionFieldValue_PV
SolutionFieldValue_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_PV
setString
in interface SolutionFieldValue
value
- String
public java.lang.String getType()
atg.svc.repository.beans.pv.SolutionFieldValue_PV
getType
in interface atg.svc.repository.beans.pv.SolutionFieldValue_PV
getType
in interface SolutionFieldValue
String
public void setType(java.lang.String value)
atg.svc.repository.beans.pv.SolutionFieldValue_PV
SolutionFieldValue_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_PV
setType
in interface SolutionFieldValue
value
- String
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.SolutionFieldValue_PV
writeInstance
in interface SolutionFieldValue
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.SolutionFieldValue_PV
prepareInstanceForWrite
in interface SolutionFieldValue
javax.ejb.EJBException
- If the operation fails.public boolean _isMutable()
_isMutable
in interface atg.svc.repository.beans.pv.SolutionFieldValue_PV
_isMutable
in interface SolutionFieldValue
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 _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.EJBLocalObject
javax.ejb.EJBException
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 void remove() throws javax.ejb.RemoveException
atg.repository.tojava.runtime.RJObject
remove
in interface atg.repository.tojava.runtime.RJObject
remove
in interface javax.ejb.EJBLocalObject
javax.ejb.RemoveException
- If the remove fails.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |