atg.svc.repository.beans
Class _Segment_Impl

java.lang.Object
  extended by atg.svc.repository.beans._Segment_Impl
All Implemented Interfaces:
atg.svc.repository.beans.pv.Segment_PV, SecuredInternalItem, Segment, java.io.Serializable, javax.ejb.EJBLocalObject
Direct Known Subclasses:
_Segment_BeanImpl, _Segment_ReposImpl

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

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface atg.svc.repository.beans.SecuredInternalItem
CLASS_VERSION
 
Constructor Summary
_Segment_Impl()
           
 
Method Summary
 java.lang.String _getItemDescriptorName()
           
 java.lang.Class _getObjectInterfaceClass()
           
 void copyTo(Segment destination)
          Copies the property values of this instance to another instance of the same data type.
 atg.repository.RepositoryItemGroup getGroup()
          Gets RepositoryItemGroup represented by this Segment
 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.Segment_PV
_isMutable, getId, getInternalAudience, getInternalAudienceSorted, getName, isField, isInternal, isValue, prepareInstanceForWrite, setField, setId, setInternal, setInternalAudience, setName, setValue, writeInstance
 
Methods inherited from interface javax.ejb.EJBLocalObject
getEJBLocalHome, getPrimaryKey, isIdentical, remove
 

Constructor Detail

_Segment_Impl

public _Segment_Impl()
Method Detail

isRemoved

public boolean isRemoved()
                  throws javax.ejb.EJBException
Description copied from interface: atg.svc.repository.beans.pv.Segment_PV
Returns true if the underlying object has been removed. False otherwise.

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

_getItemDescriptorName

public java.lang.String _getItemDescriptorName()

_getObjectInterfaceClass

public java.lang.Class _getObjectInterfaceClass()

copyTo

public void copyTo(Segment destination)
            throws javax.ejb.EJBException
Description copied from interface: atg.svc.repository.beans.pv.Segment_PV
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 atg.svc.repository.beans.pv.Segment_PV
Specified by:
copyTo in interface Segment
Throws:
javax.ejb.EJBException

getGroup

public atg.repository.RepositoryItemGroup getGroup()
                                            throws javax.ejb.EJBException
Description copied from interface: atg.svc.repository.beans.pv.Segment_PV
Gets RepositoryItemGroup represented by this Segment

Specified by:
getGroup in interface atg.svc.repository.beans.pv.Segment_PV
Specified by:
getGroup in interface Segment
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 atg.svc.repository.beans.pv.Segment_PV
Specified by:
getIsVisible in interface SecuredInternalItem
Specified by:
getIsVisible in interface Segment
Returns:
Returns true if this segment is visible for the current user.
Throws:
javax.ejb.EJBException - A system-level error occurred