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