atg.svc.repository.beans
Class _OrganizationValue_Impl

java.lang.Object
  extended by atg.svc.repository.beans._OrganizationValue_Impl
All Implemented Interfaces:
OrganizationValue, atg.svc.repository.beans.pv.OrganizationValue_PV, SecuredInternalItem, java.io.Serializable, javax.ejb.EJBLocalObject
Direct Known Subclasses:
_OrganizationValue_BeanImpl, _OrganizationValue_ReposImpl

public abstract class _OrganizationValue_Impl
extends java.lang.Object
implements atg.svc.repository.beans.pv.OrganizationValue_PV, java.io.Serializable

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface atg.svc.repository.beans.SecuredInternalItem
CLASS_VERSION
 
Constructor Summary
_OrganizationValue_Impl()
           
 
Method Summary
 java.lang.String _getItemDescriptorName()
           
 java.lang.Class _getObjectInterfaceClass()
           
 void copyTo(OrganizationValue destination)
          Copies the property values of this instance to another instance of the same data type.
 java.lang.String getDisplayName()
           
 boolean getIsVisible()
          Returns true if the object is visible for the current user.
 boolean isRemoved()
          Returns true if the underlying object has been removed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface atg.svc.repository.beans.pv.OrganizationValue_PV
_isMutable, getId, getInternalAudience, getInternalAudienceSorted, getOrganizationId, getOrganizationName, getType, prepareInstanceForWrite, setId, setInternalAudience, setOrganizationId, setOrganizationName, setType, writeInstance
 
Methods inherited from interface javax.ejb.EJBLocalObject
getEJBLocalHome, getPrimaryKey, isIdentical, remove
 

Constructor Detail

_OrganizationValue_Impl

public _OrganizationValue_Impl()
Method Detail

isRemoved

public boolean isRemoved()
                  throws javax.ejb.EJBException
Description copied from interface: OrganizationValue
Returns true if the underlying object has been removed. False otherwise.

Specified by:
isRemoved in interface OrganizationValue
Specified by:
isRemoved in interface atg.svc.repository.beans.pv.OrganizationValue_PV
Throws:
javax.ejb.EJBException

_getItemDescriptorName

public java.lang.String _getItemDescriptorName()

_getObjectInterfaceClass

public java.lang.Class _getObjectInterfaceClass()

copyTo

public void copyTo(OrganizationValue destination)
            throws javax.ejb.EJBException
Description copied from interface: OrganizationValue
Copies the property values of this instance to another instance of the same data type. Only properties that are both readable and writable are copied. Each property is copied by calling the getter method on the source instance and setting the result in the destination instance using the setter method.

Specified by:
copyTo in interface OrganizationValue
Specified by:
copyTo in interface atg.svc.repository.beans.pv.OrganizationValue_PV
Throws:
javax.ejb.EJBException

getDisplayName

public java.lang.String getDisplayName()
                                throws javax.ejb.EJBException
Specified by:
getDisplayName in interface OrganizationValue
Specified by:
getDisplayName in interface atg.svc.repository.beans.pv.OrganizationValue_PV
Returns:
Returns the display name of the OrganizationValue.
Throws:
javax.ejb.EJBException - A system-level error occurred

getIsVisible

public boolean getIsVisible()
                     throws javax.ejb.EJBException
Description copied from interface: SecuredInternalItem
Returns true if the object is visible for the current user.

Specified by:
getIsVisible in interface OrganizationValue
Specified by:
getIsVisible in interface atg.svc.repository.beans.pv.OrganizationValue_PV
Specified by:
getIsVisible in interface SecuredInternalItem
Returns:
Returns true if this value is visible for the current user.
Throws:
javax.ejb.EJBException - A system-level error occurred