|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TurbineGroup | |
---|---|
org.apache.turbine.services.security.torque.om |
Uses of TurbineGroup in org.apache.turbine.services.security.torque.om |
---|
Methods in org.apache.turbine.services.security.torque.om that return TurbineGroup | |
---|---|
TurbineGroup |
BaseTurbineGroup.copy()
Makes a copy of this object. |
TurbineGroup |
BaseTurbineGroup.copy(boolean deepcopy)
Makes a copy of this object. |
TurbineGroup |
BaseTurbineGroup.copy(boolean deepcopy,
Connection con)
Makes a copy of this object using connection. |
TurbineGroup |
BaseTurbineGroup.copy(Connection con)
Makes a copy of this object using connection. |
protected TurbineGroup |
BaseTurbineGroup.copyInto(TurbineGroup copyObj)
Fills the copyObj with the contents of this object. |
protected TurbineGroup |
BaseTurbineGroup.copyInto(TurbineGroup copyObj,
boolean deepcopy)
Fills the copyObj with the contents of this object. |
protected TurbineGroup |
BaseTurbineGroup.copyInto(TurbineGroup copyObj,
boolean deepcopy,
Connection con)
Fills the copyObj with the contents of this object using connection. |
protected TurbineGroup |
BaseTurbineGroup.copyInto(TurbineGroup copyObj,
Connection con)
Fills the copyObj with the contents of this object using connection. |
TurbineGroup |
BaseTurbineUserGroupRole.getTurbineGroup()
Returns the associated TurbineGroup object. |
TurbineGroup |
BaseTurbineUserGroupRole.getTurbineGroup(Connection connection)
Return the associated TurbineGroup object If it was not retrieved before, the object is retrieved from the database using the passed connection |
static TurbineGroup |
BaseTurbineGroupPeer.retrieveByPK(int pk)
Retrieve a single object by pk |
static TurbineGroup |
BaseTurbineGroupPeer.retrieveByPK(int pk,
Connection con)
Retrieve a single object by pk |
static TurbineGroup |
BaseTurbineGroupPeer.retrieveByPK(org.apache.torque.om.ObjectKey pk)
Retrieve a single object by pk |
static TurbineGroup |
BaseTurbineGroupPeer.retrieveByPK(org.apache.torque.om.ObjectKey pk,
Connection con)
Retrieve a single object by pk |
static TurbineGroup |
BaseTurbineGroupPeer.row2Object(com.workingdogs.village.Record row,
int offset,
Class cls)
Create a new object of type cls from a resultset row starting from a specified offset. |
Methods in org.apache.turbine.services.security.torque.om that return types with arguments of type TurbineGroup | |
---|---|
static List<TurbineGroup> |
BaseTurbineGroupPeer.doSelect(org.apache.torque.util.Criteria criteria)
Method to do selects. |
static List<TurbineGroup> |
BaseTurbineGroupPeer.doSelect(org.apache.torque.util.Criteria criteria,
Connection con)
Method to do selects within a transaction. |
static List<TurbineGroup> |
BaseTurbineGroupPeer.doSelect(TurbineGroup obj)
Method to do selects |
static List<TurbineGroup> |
BaseTurbineGroupPeer.populateObjects(List<com.workingdogs.village.Record> records)
The returned List will contain objects of the default type or objects that inherit from the default. |
static List<TurbineGroup> |
BaseTurbineGroupPeer.resultSet2Objects(ResultSet results)
Get the list of objects for a ResultSet. |
static List<TurbineGroup> |
BaseTurbineGroupPeer.retrieveByPKs(List<org.apache.torque.om.ObjectKey> pks)
Retrieve a multiple objects by pk |
static List<TurbineGroup> |
BaseTurbineGroupPeer.retrieveByPKs(List<org.apache.torque.om.ObjectKey> pks,
Connection dbcon)
Retrieve a multiple objects by pk |
Methods in org.apache.turbine.services.security.torque.om with parameters of type TurbineGroup | |
---|---|
static org.apache.torque.util.Criteria |
BaseTurbineGroupPeer.buildCriteria(TurbineGroup obj)
Build a Criteria object from the data object for this peer |
static org.apache.torque.util.Criteria |
BaseTurbineGroupPeer.buildSelectCriteria(TurbineGroup obj)
Build a Criteria object from the data object for this peer, skipping all binary columns |
protected TurbineGroup |
BaseTurbineGroup.copyInto(TurbineGroup copyObj)
Fills the copyObj with the contents of this object. |
protected TurbineGroup |
BaseTurbineGroup.copyInto(TurbineGroup copyObj,
boolean deepcopy)
Fills the copyObj with the contents of this object. |
protected TurbineGroup |
BaseTurbineGroup.copyInto(TurbineGroup copyObj,
boolean deepcopy,
Connection con)
Fills the copyObj with the contents of this object using connection. |
protected TurbineGroup |
BaseTurbineGroup.copyInto(TurbineGroup copyObj,
Connection con)
Fills the copyObj with the contents of this object using connection. |
static void |
BaseTurbineGroupPeer.doDelete(TurbineGroup obj)
|
static void |
BaseTurbineGroupPeer.doDelete(TurbineGroup obj,
Connection con)
Method to delete. |
static void |
BaseTurbineGroupPeer.doInsert(TurbineGroup obj)
Method to do inserts |
static void |
BaseTurbineGroupPeer.doInsert(TurbineGroup obj,
Connection con)
Method to do inserts. |
static List<TurbineGroup> |
BaseTurbineGroupPeer.doSelect(TurbineGroup obj)
Method to do selects |
static void |
BaseTurbineGroupPeer.doUpdate(TurbineGroup obj)
|
static void |
BaseTurbineGroupPeer.doUpdate(TurbineGroup obj,
Connection con)
Method to do update. |
static void |
BaseTurbineGroupPeer.populateObject(com.workingdogs.village.Record row,
int offset,
TurbineGroup obj)
Populates an object from a resultset row starting from a specified offset. |
void |
BaseTurbineUserGroupRole.setTurbineGroup(TurbineGroup v)
Declares an association between this object and a TurbineGroup object |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |