| 
||||||||||
| 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.Objectpublic atg.repository.RepositoryItem _getRepositoryItem()
_getRepositoryItem in interface atg.repository.tojava.runtime.RepositoryItemWrapperpublic 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.RepositoryItemWrapperjavax.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_PVgetBigString in interface SolutionFieldValueString
javax.ejb.EJBException
public void setBigString(java.lang.String value)
                  throws javax.ejb.EJBException
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 - 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_PVisBoolean in interface SolutionFieldValuejavax.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_PVgetHasBoolean in interface SolutionFieldValuejavax.ejb.EJBException
public void setBoolean(boolean value)
                throws javax.ejb.EJBException
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
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_PVsetHasBoolean in interface SolutionFieldValuejavax.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_PVgetDate in interface SolutionFieldValueDate
javax.ejb.EJBException
public void setDate(java.util.Date value)
             throws javax.ejb.EJBException
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 - 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_PVgetExternalAudience in interface SecuredItemgetExternalAudience in interface SolutionFieldValueString[]
javax.ejb.EJBException
public void setExternalAudience(java.lang.String[] value)
                         throws javax.ejb.EJBException
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[]
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_PVgetExternalAudienceSorted in interface SolutionFieldValueObject[]
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_PVgetFragment in interface SolutionFieldValueTransactionalFragmentFieldValue
javax.ejb.EJBException
public void setFragment(TransactionalFragmentFieldValue value)
                 throws javax.ejb.EJBException
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 - 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_PVgetId in interface SolutionFieldValueString
javax.ejb.EJBException
public void setId(java.lang.String value)
           throws javax.ejb.EJBException
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 - 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_PVgetInternalAudience in interface SecuredItemgetInternalAudience in interface SolutionFieldValueString[]
javax.ejb.EJBException
public void setInternalAudience(java.lang.String[] value)
                         throws javax.ejb.EJBException
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[]
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_PVgetInternalAudienceSorted in interface SolutionFieldValueObject[]
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_PVgetInternalModify in interface SecuredItemgetInternalModify in interface SolutionFieldValueString[]
javax.ejb.EJBException
public void setInternalModify(java.lang.String[] value)
                       throws javax.ejb.EJBException
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[]
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_PVgetInternalModifySorted in interface SolutionFieldValueObject[]
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_PVgetNumber in interface SolutionFieldValuejavax.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_PVgetHasNumber in interface SolutionFieldValuejavax.ejb.EJBException
public void setNumber(float value)
               throws javax.ejb.EJBException
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
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_PVsetHasNumber in interface SolutionFieldValuejavax.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_PVgetString in interface SolutionFieldValueString
javax.ejb.EJBException
public void setString(java.lang.String value)
               throws javax.ejb.EJBException
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 - 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_PVgetType in interface SolutionFieldValueString
javax.ejb.EJBException
public void setType(java.lang.String value)
             throws javax.ejb.EJBException
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
javax.ejb.EJBException
public boolean isRemoved()
                  throws javax.ejb.EJBException
atg.svc.repository.beans.pv.SolutionFieldValue_PV
isRemoved in interface atg.repository.tojava.runtime.RJRepositoryObjectisRemoved in interface atg.svc.repository.beans.pv.SolutionFieldValue_PVisRemoved in interface SolutionFieldValueisRemoved in class _SolutionFieldValue_Impljavax.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.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 _getBeanHome()
atg.repository.tojava.runtime.RJRepositoryObject
_getBeanHome in interface atg.repository.tojava.runtime.RJRepositoryObjectpublic java.lang.Object getPrimaryKey()
atg.repository.tojava.runtime.RJRepositoryObject
getPrimaryKey in interface atg.repository.tojava.runtime.RJRepositoryObjectgetPrimaryKey in interface javax.ejb.EJBLocalObjectpublic 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 boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic 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.RJObjectremove in interface javax.ejb.EJBLocalObjectjavax.ejb.EJBException
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||