atg.svc.repository.beans
Class _FavoriteQuery_Impl

java.lang.Object
  extended by atg.svc.repository.beans._FavoriteQuery_Impl
All Implemented Interfaces:
FavoriteQuery, KnowledgeQuery, atg.svc.repository.beans.pv.FavoriteQuery_PV, atg.svc.repository.beans.pv.KnowledgeQuery_PV, java.io.Serializable, javax.ejb.EJBLocalObject
Direct Known Subclasses:
_FavoriteQuery_BeanImpl, _FavoriteQuery_ReposImpl

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

See Also:
Serialized Form

Constructor Summary
_FavoriteQuery_Impl()
           
 
Method Summary
 java.lang.String _getItemDescriptorName()
           
 java.lang.Class _getObjectInterfaceClass()
           
 void copyTo(FavoriteQuery destination)
          Copies the property values of this instance to another instance of the same data type.
 void copyTo(KnowledgeQuery destination)
          Copies the property values of this instance to another instance of the same data type.
 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.FavoriteQuery_PV
_isMutable, getDescription, getId, getName, getOrganizationIds, getType, getUserId, prepareInstanceForWrite, setDescription, setId, setName, setOrganizationIds, setType, setUserId, writeInstance
 
Methods inherited from interface javax.ejb.EJBLocalObject
getEJBLocalHome, getPrimaryKey, isIdentical, remove
 
Methods inherited from interface javax.ejb.EJBLocalObject
getEJBLocalHome, getPrimaryKey, isIdentical, remove
 
Methods inherited from interface atg.svc.repository.beans.pv.KnowledgeQuery_PV
getBrowseTopicId, getPredicates, getQueryDate, getQueryType, getSearchRequestType, getSearchTextValues, setBrowseTopicId, setPredicates, setQueryDate, setQueryType, setSearchRequestType, setSearchTextValues
 
Methods inherited from interface javax.ejb.EJBLocalObject
getEJBLocalHome, getPrimaryKey, isIdentical, remove
 

Constructor Detail

_FavoriteQuery_Impl

public _FavoriteQuery_Impl()
Method Detail

isRemoved

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

Specified by:
isRemoved in interface FavoriteQuery
Specified by:
isRemoved in interface KnowledgeQuery
Specified by:
isRemoved in interface atg.svc.repository.beans.pv.FavoriteQuery_PV
Specified by:
isRemoved in interface atg.svc.repository.beans.pv.KnowledgeQuery_PV
Throws:
javax.ejb.EJBException

_getItemDescriptorName

public java.lang.String _getItemDescriptorName()

_getObjectInterfaceClass

public java.lang.Class _getObjectInterfaceClass()

copyTo

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

copyTo

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