|
||||||||||
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_ReposImpl
public class _SolutionFieldValue_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.SecuredItem |
---|
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 |
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()
Gets the primary key for the repository impl. |
java.lang.Object |
getPropertyValue(java.lang.String propertyName)
|
java.lang.String |
getString()
Getter for property string |
java.lang.String |
getType()
Getter for property type |
int |
hashCode()
|
boolean |
isBoolean()
Getter for property boolean |
boolean |
isIdentical(javax.ejb.EJBLocalObject obj)
Returns true if the given object is identical to this one. |
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 |
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 |
setPropertyValue(java.lang.String propertyName,
java.lang.Object value)
|
void |
setString(java.lang.String value)
Setter for property string . |
void |
setType(java.lang.String value)
Setter for property type . |
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._SolutionFieldValue_Impl |
---|
_getItemDescriptorName, _getObjectInterfaceClass, copyTo, getFieldDefinitionType, getHasPersonalization, getIsEditable, getIsExternallyVisible, getIsExternallyVisible, getIsVisible, getSolutionField, getValue, setFieldDefinitionType, 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 getBigString() throws javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionFieldValue_PV
getBigString
in interface atg.svc.repository.beans.pv.SolutionFieldValue_PV
getBigString
in interface SolutionFieldValue
String
javax.ejb.EJBException
public void setBigString(java.lang.String value) throws javax.ejb.EJBException
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
javax.ejb.EJBException
public boolean isBoolean() throws javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionFieldValue_PV
isBoolean
in interface atg.svc.repository.beans.pv.SolutionFieldValue_PV
isBoolean
in interface SolutionFieldValue
javax.ejb.EJBException
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) throws javax.ejb.EJBException
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
- boolean
javax.ejb.EJBException
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_PV
setHasBoolean
in interface SolutionFieldValue
javax.ejb.EJBException
public java.util.Date getDate() throws javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionFieldValue_PV
getDate
in interface atg.svc.repository.beans.pv.SolutionFieldValue_PV
getDate
in interface SolutionFieldValue
Date
javax.ejb.EJBException
public void setDate(java.util.Date value) throws javax.ejb.EJBException
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
javax.ejb.EJBException
public java.lang.String[] getExternalAudience() throws javax.ejb.EJBException
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
[]
javax.ejb.EJBException
public void setExternalAudience(java.lang.String[] value) throws javax.ejb.EJBException
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
[]
javax.ejb.EJBException
public java.lang.Object[] getExternalAudienceSorted() throws javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionFieldValue_PV
getExternalAudienceSorted
in interface atg.svc.repository.beans.pv.SolutionFieldValue_PV
getExternalAudienceSorted
in interface SolutionFieldValue
Object
[]
javax.ejb.EJBException
public TransactionalFragmentFieldValue getFragment() throws javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionFieldValue_PV
getFragment
in interface atg.svc.repository.beans.pv.SolutionFieldValue_PV
getFragment
in interface SolutionFieldValue
TransactionalFragmentFieldValue
javax.ejb.EJBException
public void setFragment(TransactionalFragmentFieldValue value) throws javax.ejb.EJBException
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
javax.ejb.EJBException
public java.lang.String getId() throws javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionFieldValue_PV
getId
in interface atg.svc.repository.beans.pv.SolutionFieldValue_PV
getId
in interface SolutionFieldValue
String
javax.ejb.EJBException
public void setId(java.lang.String value) throws javax.ejb.EJBException
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
javax.ejb.EJBException
public java.lang.String[] getInternalAudience() throws javax.ejb.EJBException
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
[]
javax.ejb.EJBException
public void setInternalAudience(java.lang.String[] value) throws javax.ejb.EJBException
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
[]
javax.ejb.EJBException
public java.lang.Object[] getInternalAudienceSorted() throws javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionFieldValue_PV
getInternalAudienceSorted
in interface atg.svc.repository.beans.pv.SolutionFieldValue_PV
getInternalAudienceSorted
in interface SolutionFieldValue
Object
[]
javax.ejb.EJBException
public java.lang.String[] getInternalModify() throws javax.ejb.EJBException
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
[]
javax.ejb.EJBException
public void setInternalModify(java.lang.String[] value) throws javax.ejb.EJBException
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
[]
javax.ejb.EJBException
public java.lang.Object[] getInternalModifySorted() throws javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionFieldValue_PV
getInternalModifySorted
in interface atg.svc.repository.beans.pv.SolutionFieldValue_PV
getInternalModifySorted
in interface SolutionFieldValue
Object
[]
javax.ejb.EJBException
public float getNumber() throws javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionFieldValue_PV
getNumber
in interface atg.svc.repository.beans.pv.SolutionFieldValue_PV
getNumber
in interface SolutionFieldValue
javax.ejb.EJBException
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) throws javax.ejb.EJBException
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
- float
javax.ejb.EJBException
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_PV
setHasNumber
in interface SolutionFieldValue
javax.ejb.EJBException
public java.lang.String getString() throws javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionFieldValue_PV
getString
in interface atg.svc.repository.beans.pv.SolutionFieldValue_PV
getString
in interface SolutionFieldValue
String
javax.ejb.EJBException
public void setString(java.lang.String value) throws javax.ejb.EJBException
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
javax.ejb.EJBException
public java.lang.String getType() throws javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionFieldValue_PV
getType
in interface atg.svc.repository.beans.pv.SolutionFieldValue_PV
getType
in interface SolutionFieldValue
String
javax.ejb.EJBException
public void setType(java.lang.String value) throws javax.ejb.EJBException
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
javax.ejb.EJBException
public boolean isRemoved() throws javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionFieldValue_PV
isRemoved
in interface atg.repository.tojava.runtime.RJRepositoryObject
isRemoved
in interface atg.svc.repository.beans.pv.SolutionFieldValue_PV
isRemoved
in interface SolutionFieldValue
isRemoved
in class _SolutionFieldValue_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.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 _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 |