Uses of Class
org.tigris.scarab.om.NotificationStatus

Packages that use NotificationStatus
org.tigris.scarab.om   
 

Uses of NotificationStatus in org.tigris.scarab.om
 

Methods in org.tigris.scarab.om that return NotificationStatus
 NotificationStatus BaseNotificationStatus.copy()
          Makes a copy of this object.
protected  NotificationStatus BaseNotificationStatus.copyInto(NotificationStatus copyObj)
           
static NotificationStatus BaseNotificationStatusPeer.row2Object(com.workingdogs.village.Record row, int offset, java.lang.Class cls)
          Create a new object of type cls from a resultset row starting from a specified offset.
static NotificationStatus BaseNotificationStatusPeer.retrieveByPK(org.apache.torque.om.ObjectKey pk)
          Retrieve a single object by pk
static NotificationStatus BaseNotificationStatusPeer.retrieveByPK(org.apache.torque.om.ObjectKey pk, java.sql.Connection con)
          Retrieve a single object by pk
static NotificationStatus BaseNotificationStatusPeer.retrieveByPK(java.lang.Long activity_id, java.lang.Integer creator_id, java.lang.Integer receiver_id)
          retrieve object using using pk values.
static NotificationStatus BaseNotificationStatusPeer.retrieveByPK(java.lang.Long activity_id, java.lang.Integer creator_id, java.lang.Integer receiver_id, java.sql.Connection con)
          retrieve object using using pk values.
static NotificationStatus BaseNotificationStatusManager.getInstance()
          Static accessor for the @see #getInstanceImpl().
static NotificationStatus BaseNotificationStatusManager.getInstance(org.apache.torque.om.ObjectKey id)
          Static accessor for the @see #getInstanceImpl(ObjectKey).
static NotificationStatus BaseNotificationStatusManager.getCachedInstance(org.apache.torque.om.ObjectKey id)
          Static accessor for the @see #getCachedInstanceImpl(ObjectKey).
static NotificationStatus BaseNotificationStatusManager.getInstance(org.apache.torque.om.ObjectKey id, boolean fromCache)
          Static accessor for the @see #getInstanceImpl(ObjectKey, boolean).
protected  NotificationStatus BaseNotificationStatusManager.getInstanceImpl()
          Get a fresh instance of a NotificationStatusManager
protected  NotificationStatus BaseNotificationStatusManager.getInstanceImpl(org.apache.torque.om.ObjectKey id)
          Get a NotificationStatus with the given id.
protected  NotificationStatus BaseNotificationStatusManager.getCachedInstanceImpl(org.apache.torque.om.ObjectKey id)
          Get a NotificationStatus with the given id from the cache.
protected  NotificationStatus BaseNotificationStatusManager.getInstanceImpl(org.apache.torque.om.ObjectKey id, boolean fromCache)
          Get a NotificationStatus with the given id.
 

Methods in org.tigris.scarab.om with parameters of type NotificationStatus
static NotificationFilter NotificationFilterManager.getNotificationFilter(NotificationStatus notif)
           
 void BaseScarabUserImpl.addNotificationStatus(NotificationStatus l)
          Method called to associate a NotificationStatus object to this object through the NotificationStatus foreign key attribute
 void BaseActivity.addNotificationStatus(NotificationStatus l)
          Method called to associate a NotificationStatus object to this object through the NotificationStatus foreign key attribute
protected  NotificationStatus BaseNotificationStatus.copyInto(NotificationStatus copyObj)
           
static void BaseNotificationStatusPeer.populateObject(com.workingdogs.village.Record row, int offset, NotificationStatus obj)
          Populates an object from a resultset row starting from a specified offset.
static java.util.List BaseNotificationStatusPeer.doSelect(NotificationStatus obj)
          Method to do selects
static void BaseNotificationStatusPeer.doInsert(NotificationStatus obj)
          Method to do inserts
static void BaseNotificationStatusPeer.doUpdate(NotificationStatus obj)
           
static void BaseNotificationStatusPeer.doDelete(NotificationStatus obj)
           
static void BaseNotificationStatusPeer.doInsert(NotificationStatus obj, java.sql.Connection con)
          Method to do inserts.
static void BaseNotificationStatusPeer.doUpdate(NotificationStatus obj, java.sql.Connection con)
          Method to do update.
static void BaseNotificationStatusPeer.doDelete(NotificationStatus obj, java.sql.Connection con)
          Method to delete.
static org.apache.torque.util.Criteria BaseNotificationStatusPeer.buildCriteria(NotificationStatus obj)
          Build a Criteria object from the data object for this peer
static org.apache.torque.util.Criteria BaseNotificationStatusPeer.buildSelectCriteria(NotificationStatus obj)
          Build a Criteria object from the data object for this peer, skipping all binary columns
static boolean BaseNotificationStatusManager.exists(NotificationStatus obj)
           
protected  boolean BaseNotificationStatusManager.existsImpl(NotificationStatus om)
          check for a duplicate project name
 



Copyright © 2000-2004 Tigris.org. All Rights Reserved.