|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TurbineUserGroupRole | |
net.sourceforge.blogentis.om |
Uses of TurbineUserGroupRole in net.sourceforge.blogentis.om |
Methods in net.sourceforge.blogentis.om that return TurbineUserGroupRole | |
TurbineUserGroupRole |
BaseTurbineUserGroupRole.copy()
Makes a copy of this object. |
protected TurbineUserGroupRole |
BaseTurbineUserGroupRole.copyInto(TurbineUserGroupRole copyObj)
|
static TurbineUserGroupRole |
BaseTurbineUserGroupRolePeer.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 TurbineUserGroupRole |
BaseTurbineUserGroupRolePeer.retrieveByPK(org.apache.torque.om.ObjectKey pk)
Retrieve a single object by pk |
static TurbineUserGroupRole |
BaseTurbineUserGroupRolePeer.retrieveByPK(org.apache.torque.om.ObjectKey pk,
java.sql.Connection con)
Retrieve a single object by pk |
static TurbineUserGroupRole |
BaseTurbineUserGroupRolePeer.retrieveByPK(int user_id,
int group_id,
int role_id)
retrieve object using using pk values. |
static TurbineUserGroupRole |
BaseTurbineUserGroupRolePeer.retrieveByPK(int user_id,
int group_id,
int role_id,
java.sql.Connection con)
retrieve object using using pk values. |
Methods in net.sourceforge.blogentis.om with parameters of type TurbineUserGroupRole | |
protected TurbineUserGroupRole |
BaseTurbineUserGroupRole.copyInto(TurbineUserGroupRole copyObj)
|
void |
BaseTurbineGroup.addTurbineUserGroupRole(TurbineUserGroupRole l)
Method called to associate a TurbineUserGroupRole object to this object through the TurbineUserGroupRole foreign key attribute |
void |
BaseTurbineRole.addTurbineUserGroupRole(TurbineUserGroupRole l)
Method called to associate a TurbineUserGroupRole object to this object through the TurbineUserGroupRole foreign key attribute |
static void |
BaseTurbineUserGroupRolePeer.populateObject(com.workingdogs.village.Record row,
int offset,
TurbineUserGroupRole obj)
Populates an object from a resultset row starting from a specified offset. |
static java.util.List |
BaseTurbineUserGroupRolePeer.doSelect(TurbineUserGroupRole obj)
Method to do selects |
static void |
BaseTurbineUserGroupRolePeer.doInsert(TurbineUserGroupRole obj)
Method to do inserts |
static void |
BaseTurbineUserGroupRolePeer.doUpdate(TurbineUserGroupRole obj)
|
static void |
BaseTurbineUserGroupRolePeer.doDelete(TurbineUserGroupRole obj)
|
static void |
BaseTurbineUserGroupRolePeer.doInsert(TurbineUserGroupRole obj,
java.sql.Connection con)
Method to do inserts. |
static void |
BaseTurbineUserGroupRolePeer.doUpdate(TurbineUserGroupRole obj,
java.sql.Connection con)
Method to do update. |
static void |
BaseTurbineUserGroupRolePeer.doDelete(TurbineUserGroupRole obj,
java.sql.Connection con)
Method to delete. |
static org.apache.torque.util.Criteria |
BaseTurbineUserGroupRolePeer.buildCriteria(TurbineUserGroupRole obj)
Build a Criteria object from the data object for this peer |
void |
BaseTurbineUser.addTurbineUserGroupRole(TurbineUserGroupRole l)
Method called to associate a TurbineUserGroupRole object to this object through the TurbineUserGroupRole foreign key attribute |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |