|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TurbineRole | |
net.sourceforge.blogentis.om |
Uses of TurbineRole in net.sourceforge.blogentis.om |
Methods in net.sourceforge.blogentis.om that return TurbineRole | |
TurbineRole |
BaseTurbineRolePermission.getTurbineRole()
Get the associated TurbineRole object |
static TurbineRole |
BaseTurbineRolePeer.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 TurbineRole |
BaseTurbineRolePeer.retrieveByPK(int pk)
Retrieve a single object by pk |
static TurbineRole |
BaseTurbineRolePeer.retrieveByPK(org.apache.torque.om.ObjectKey pk)
Retrieve a single object by pk |
static TurbineRole |
BaseTurbineRolePeer.retrieveByPK(org.apache.torque.om.ObjectKey pk,
java.sql.Connection con)
Retrieve a single object by pk |
TurbineRole |
TurbineUserGroupRole.getRole()
|
TurbineRole |
BaseTurbineUserGroupRole.getTurbineRole()
Get the associated TurbineRole object |
TurbineRole |
BaseTurbineRole.copy()
Makes a copy of this object. |
protected TurbineRole |
BaseTurbineRole.copyInto(TurbineRole copyObj)
|
Methods in net.sourceforge.blogentis.om with parameters of type TurbineRole | |
void |
BaseTurbineRolePermission.setTurbineRole(TurbineRole v)
Declares an association between this object and a TurbineRole object |
static void |
BaseTurbineRolePeer.populateObject(com.workingdogs.village.Record row,
int offset,
TurbineRole obj)
Populates an object from a resultset row starting from a specified offset. |
static java.util.List |
BaseTurbineRolePeer.doSelect(TurbineRole obj)
Method to do selects |
static void |
BaseTurbineRolePeer.doInsert(TurbineRole obj)
Method to do inserts |
static void |
BaseTurbineRolePeer.doUpdate(TurbineRole obj)
|
static void |
BaseTurbineRolePeer.doDelete(TurbineRole obj)
|
static void |
BaseTurbineRolePeer.doInsert(TurbineRole obj,
java.sql.Connection con)
Method to do inserts. |
static void |
BaseTurbineRolePeer.doUpdate(TurbineRole obj,
java.sql.Connection con)
Method to do update. |
static void |
BaseTurbineRolePeer.doDelete(TurbineRole obj,
java.sql.Connection con)
Method to delete. |
static org.apache.torque.util.Criteria |
BaseTurbineRolePeer.buildCriteria(TurbineRole obj)
Build a Criteria object from the data object for this peer |
void |
BaseTurbineUserGroupRole.setTurbineRole(TurbineRole v)
Declares an association between this object and a TurbineRole object |
protected TurbineRole |
BaseTurbineRole.copyInto(TurbineRole copyObj)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |