|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use NotificationFilter | |
| org.tigris.scarab.om | |
| org.tigris.scarab.tools | |
| Uses of NotificationFilter in org.tigris.scarab.om |
| Methods in org.tigris.scarab.om that return NotificationFilter | |
static NotificationFilter |
NotificationFilterManager.getNotificationFilter(NotificationStatus notif)
|
static NotificationFilter |
NotificationFilterManager.getNotificationFilter(java.lang.Integer moduleId,
java.lang.Integer userId,
java.lang.String activityType)
|
static NotificationFilter |
NotificationFilter.createDefaultFilter(java.lang.Integer moduleId,
java.lang.Integer userId,
java.lang.Integer managerId,
ActivityType activityType)
Create a default filter. |
static NotificationFilter |
BaseNotificationFilterPeer.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 NotificationFilter |
BaseNotificationFilterPeer.retrieveByPK(org.apache.torque.om.ObjectKey pk)
Retrieve a single object by pk |
static NotificationFilter |
BaseNotificationFilterPeer.retrieveByPK(org.apache.torque.om.ObjectKey pk,
java.sql.Connection con)
Retrieve a single object by pk |
static NotificationFilter |
BaseNotificationFilterPeer.retrieveByPK(java.lang.Integer module_id,
java.lang.Integer user_id,
java.lang.String activity_type,
java.lang.Integer manager_id)
retrieve object using using pk values. |
static NotificationFilter |
BaseNotificationFilterPeer.retrieveByPK(java.lang.Integer module_id,
java.lang.Integer user_id,
java.lang.String activity_type,
java.lang.Integer manager_id,
java.sql.Connection con)
retrieve object using using pk values. |
static NotificationFilter |
BaseNotificationFilterManager.getInstance()
Static accessor for the @see #getInstanceImpl(). |
static NotificationFilter |
BaseNotificationFilterManager.getInstance(org.apache.torque.om.ObjectKey id)
Static accessor for the @see #getInstanceImpl(ObjectKey). |
static NotificationFilter |
BaseNotificationFilterManager.getCachedInstance(org.apache.torque.om.ObjectKey id)
Static accessor for the @see #getCachedInstanceImpl(ObjectKey). |
static NotificationFilter |
BaseNotificationFilterManager.getInstance(org.apache.torque.om.ObjectKey id,
boolean fromCache)
Static accessor for the @see #getInstanceImpl(ObjectKey, boolean). |
protected NotificationFilter |
BaseNotificationFilterManager.getInstanceImpl()
Get a fresh instance of a NotificationFilterManager |
protected NotificationFilter |
BaseNotificationFilterManager.getInstanceImpl(org.apache.torque.om.ObjectKey id)
Get a NotificationFilter with the given id. |
protected NotificationFilter |
BaseNotificationFilterManager.getCachedInstanceImpl(org.apache.torque.om.ObjectKey id)
Get a NotificationFilter with the given id from the cache. |
protected NotificationFilter |
BaseNotificationFilterManager.getInstanceImpl(org.apache.torque.om.ObjectKey id,
boolean fromCache)
Get a NotificationFilter with the given id. |
NotificationFilter |
BaseNotificationFilter.copy()
Makes a copy of this object. |
protected NotificationFilter |
BaseNotificationFilter.copyInto(NotificationFilter copyObj)
|
| Methods in org.tigris.scarab.om with parameters of type NotificationFilter | |
static void |
BaseNotificationFilterPeer.populateObject(com.workingdogs.village.Record row,
int offset,
NotificationFilter obj)
Populates an object from a resultset row starting from a specified offset. |
static java.util.List |
BaseNotificationFilterPeer.doSelect(NotificationFilter obj)
Method to do selects |
static void |
BaseNotificationFilterPeer.doInsert(NotificationFilter obj)
Method to do inserts |
static void |
BaseNotificationFilterPeer.doUpdate(NotificationFilter obj)
|
static void |
BaseNotificationFilterPeer.doDelete(NotificationFilter obj)
|
static void |
BaseNotificationFilterPeer.doInsert(NotificationFilter obj,
java.sql.Connection con)
Method to do inserts. |
static void |
BaseNotificationFilterPeer.doUpdate(NotificationFilter obj,
java.sql.Connection con)
Method to do update. |
static void |
BaseNotificationFilterPeer.doDelete(NotificationFilter obj,
java.sql.Connection con)
Method to delete. |
static org.apache.torque.util.Criteria |
BaseNotificationFilterPeer.buildCriteria(NotificationFilter obj)
Build a Criteria object from the data object for this peer |
static org.apache.torque.util.Criteria |
BaseNotificationFilterPeer.buildSelectCriteria(NotificationFilter obj)
Build a Criteria object from the data object for this peer, skipping all binary columns |
void |
BaseScarabUserImpl.addNotificationFilter(NotificationFilter l)
Method called to associate a NotificationFilter object to this object through the NotificationFilter foreign key attribute |
static boolean |
BaseNotificationFilterManager.exists(NotificationFilter obj)
|
protected boolean |
BaseNotificationFilterManager.existsImpl(NotificationFilter om)
check for a duplicate project name |
protected NotificationFilter |
BaseNotificationFilter.copyInto(NotificationFilter copyObj)
|
void |
BaseScarabModule.addNotificationFilter(NotificationFilter l)
Method called to associate a NotificationFilter object to this object through the NotificationFilter foreign key attribute |
| Uses of NotificationFilter in org.tigris.scarab.tools |
| Methods in org.tigris.scarab.tools that return NotificationFilter | |
static NotificationFilter |
ScarabGlobalTool.getNotificationFilter(java.lang.Integer moduleId,
java.lang.Integer userId,
java.lang.String activityCode)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||