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

Packages that use NotificationDefaultFilter
org.tigris.scarab.om   
 

Uses of NotificationDefaultFilter in org.tigris.scarab.om
 

Methods in org.tigris.scarab.om that return NotificationDefaultFilter
static NotificationDefaultFilter BaseNotificationDefaultFilterManager.getInstance()
          Static accessor for the @see #getInstanceImpl().
static NotificationDefaultFilter BaseNotificationDefaultFilterManager.getInstance(org.apache.torque.om.ObjectKey id)
          Static accessor for the @see #getInstanceImpl(ObjectKey).
static NotificationDefaultFilter BaseNotificationDefaultFilterManager.getCachedInstance(org.apache.torque.om.ObjectKey id)
          Static accessor for the @see #getCachedInstanceImpl(ObjectKey).
static NotificationDefaultFilter BaseNotificationDefaultFilterManager.getInstance(org.apache.torque.om.ObjectKey id, boolean fromCache)
          Static accessor for the @see #getInstanceImpl(ObjectKey, boolean).
protected  NotificationDefaultFilter BaseNotificationDefaultFilterManager.getInstanceImpl()
          Get a fresh instance of a NotificationDefaultFilterManager
protected  NotificationDefaultFilter BaseNotificationDefaultFilterManager.getInstanceImpl(org.apache.torque.om.ObjectKey id)
          Get a NotificationDefaultFilter with the given id.
protected  NotificationDefaultFilter BaseNotificationDefaultFilterManager.getCachedInstanceImpl(org.apache.torque.om.ObjectKey id)
          Get a NotificationDefaultFilter with the given id from the cache.
protected  NotificationDefaultFilter BaseNotificationDefaultFilterManager.getInstanceImpl(org.apache.torque.om.ObjectKey id, boolean fromCache)
          Get a NotificationDefaultFilter with the given id.
 NotificationDefaultFilter BaseNotificationDefaultFilter.copy()
          Makes a copy of this object.
protected  NotificationDefaultFilter BaseNotificationDefaultFilter.copyInto(NotificationDefaultFilter copyObj)
           
static NotificationDefaultFilter BaseNotificationDefaultFilterPeer.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 NotificationDefaultFilter BaseNotificationDefaultFilterPeer.retrieveByPK(org.apache.torque.om.ObjectKey pk)
          Retrieve a single object by pk
static NotificationDefaultFilter BaseNotificationDefaultFilterPeer.retrieveByPK(org.apache.torque.om.ObjectKey pk, java.sql.Connection con)
          Retrieve a single object by pk
static NotificationDefaultFilter BaseNotificationDefaultFilterPeer.retrieveByPK(java.lang.Integer module_id, java.lang.Integer role_id, java.lang.String activity_type, java.lang.Integer manager_id)
          retrieve object using using pk values.
static NotificationDefaultFilter BaseNotificationDefaultFilterPeer.retrieveByPK(java.lang.Integer module_id, java.lang.Integer role_id, java.lang.String activity_type, java.lang.Integer manager_id, java.sql.Connection con)
          retrieve object using using pk values.
 

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



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