|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TurbineUserGroupRole | |
---|---|
org.apache.turbine.services.security.torque.om |
Uses of TurbineUserGroupRole in org.apache.turbine.services.security.torque.om |
---|
Fields in org.apache.turbine.services.security.torque.om with type parameters of type TurbineUserGroupRole | |
---|---|
protected List<TurbineUserGroupRole> |
BaseTurbineUser.collTurbineUserGroupRoles
Collection to store aggregation of collTurbineUserGroupRoles |
protected List<TurbineUserGroupRole> |
BaseTurbineRole.collTurbineUserGroupRoles
Collection to store aggregation of collTurbineUserGroupRoles |
protected List<TurbineUserGroupRole> |
BaseTurbineGroup.collTurbineUserGroupRoles
Collection to store aggregation of collTurbineUserGroupRoles |
Methods in org.apache.turbine.services.security.torque.om that return TurbineUserGroupRole | |
---|---|
TurbineUserGroupRole |
BaseTurbineUserGroupRole.copy()
Makes a copy of this object. |
TurbineUserGroupRole |
BaseTurbineUserGroupRole.copy(boolean deepcopy)
Makes a copy of this object. |
TurbineUserGroupRole |
BaseTurbineUserGroupRole.copy(boolean deepcopy,
Connection con)
Makes a copy of this object using connection. |
TurbineUserGroupRole |
BaseTurbineUserGroupRole.copy(Connection con)
Makes a copy of this object using connection. |
protected TurbineUserGroupRole |
BaseTurbineUserGroupRole.copyInto(TurbineUserGroupRole copyObj)
Fills the copyObj with the contents of this object. |
protected TurbineUserGroupRole |
BaseTurbineUserGroupRole.copyInto(TurbineUserGroupRole copyObj,
boolean deepcopy)
Fills the copyObj with the contents of this object. |
protected TurbineUserGroupRole |
BaseTurbineUserGroupRole.copyInto(TurbineUserGroupRole copyObj,
boolean deepcopy,
Connection con)
Fills the copyObj with the contents of this object using connection. |
protected TurbineUserGroupRole |
BaseTurbineUserGroupRole.copyInto(TurbineUserGroupRole copyObj,
Connection con)
Fills the copyObj with the contents of this object using connection. |
static TurbineUserGroupRole |
BaseTurbineUserGroupRolePeer.retrieveByPK(int userId,
int groupId,
int roleId)
retrieve object using using pk values. |
static TurbineUserGroupRole |
BaseTurbineUserGroupRolePeer.retrieveByPK(int userId,
int groupId,
int roleId,
Connection con)
retrieve object using using pk values. |
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,
Connection con)
Retrieve a single object by pk |
static TurbineUserGroupRole |
BaseTurbineUserGroupRolePeer.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 TurbineUserGroupRole | |
---|---|
static List<TurbineUserGroupRole> |
BaseTurbineUserGroupRolePeer.doSelect(org.apache.torque.util.Criteria criteria)
Method to do selects. |
static List<TurbineUserGroupRole> |
BaseTurbineUserGroupRolePeer.doSelect(org.apache.torque.util.Criteria criteria,
Connection con)
Method to do selects within a transaction. |
static List<TurbineUserGroupRole> |
BaseTurbineUserGroupRolePeer.doSelect(TurbineUserGroupRole obj)
Method to do selects |
protected static List<TurbineUserGroupRole> |
BaseTurbineUserGroupRolePeer.doSelectJoinAllExceptTurbineGroup(org.apache.torque.util.Criteria criteria)
selects a collection of TurbineUserGroupRole objects pre-filled with all related objects. |
protected static List<TurbineUserGroupRole> |
BaseTurbineUserGroupRolePeer.doSelectJoinAllExceptTurbineGroup(org.apache.torque.util.Criteria criteria,
Connection conn)
selects a collection of TurbineUserGroupRole objects pre-filled with all related objects. |
protected static List<TurbineUserGroupRole> |
BaseTurbineUserGroupRolePeer.doSelectJoinAllExceptTurbineRole(org.apache.torque.util.Criteria criteria)
selects a collection of TurbineUserGroupRole objects pre-filled with all related objects. |
protected static List<TurbineUserGroupRole> |
BaseTurbineUserGroupRolePeer.doSelectJoinAllExceptTurbineRole(org.apache.torque.util.Criteria criteria,
Connection conn)
selects a collection of TurbineUserGroupRole objects pre-filled with all related objects. |
protected static List<TurbineUserGroupRole> |
BaseTurbineUserGroupRolePeer.doSelectJoinAllExceptTurbineUser(org.apache.torque.util.Criteria criteria)
selects a collection of TurbineUserGroupRole objects pre-filled with all related objects. |
protected static List<TurbineUserGroupRole> |
BaseTurbineUserGroupRolePeer.doSelectJoinAllExceptTurbineUser(org.apache.torque.util.Criteria criteria,
Connection conn)
selects a collection of TurbineUserGroupRole objects pre-filled with all related objects. |
protected static List<TurbineUserGroupRole> |
BaseTurbineUserGroupRolePeer.doSelectJoinTurbineGroup(org.apache.torque.util.Criteria criteria)
selects a collection of TurbineUserGroupRole objects pre-filled with their TurbineGroup objects. |
protected static List<TurbineUserGroupRole> |
BaseTurbineUserGroupRolePeer.doSelectJoinTurbineGroup(org.apache.torque.util.Criteria criteria,
Connection conn)
selects a collection of TurbineUserGroupRole objects pre-filled with their TurbineGroup objects. |
protected static List<TurbineUserGroupRole> |
BaseTurbineUserGroupRolePeer.doSelectJoinTurbineRole(org.apache.torque.util.Criteria criteria)
selects a collection of TurbineUserGroupRole objects pre-filled with their TurbineRole objects. |
protected static List<TurbineUserGroupRole> |
BaseTurbineUserGroupRolePeer.doSelectJoinTurbineRole(org.apache.torque.util.Criteria criteria,
Connection conn)
selects a collection of TurbineUserGroupRole objects pre-filled with their TurbineRole objects. |
protected static List<TurbineUserGroupRole> |
BaseTurbineUserGroupRolePeer.doSelectJoinTurbineUser(org.apache.torque.util.Criteria criteria)
selects a collection of TurbineUserGroupRole objects pre-filled with their TurbineUser objects. |
protected static List<TurbineUserGroupRole> |
BaseTurbineUserGroupRolePeer.doSelectJoinTurbineUser(org.apache.torque.util.Criteria criteria,
Connection conn)
selects a collection of TurbineUserGroupRole objects pre-filled with their TurbineUser objects. |
List<TurbineUserGroupRole> |
BaseTurbineUser.getTurbineUserGroupRoles()
If this collection has already been initialized, returns the collection. |
List<TurbineUserGroupRole> |
BaseTurbineRole.getTurbineUserGroupRoles()
If this collection has already been initialized, returns the collection. |
List<TurbineUserGroupRole> |
BaseTurbineGroup.getTurbineUserGroupRoles()
If this collection has already been initialized, returns the collection. |
List<TurbineUserGroupRole> |
BaseTurbineUser.getTurbineUserGroupRoles(Connection con)
If this collection has already been initialized, returns the collection. |
List<TurbineUserGroupRole> |
BaseTurbineRole.getTurbineUserGroupRoles(Connection con)
If this collection has already been initialized, returns the collection. |
List<TurbineUserGroupRole> |
BaseTurbineGroup.getTurbineUserGroupRoles(Connection con)
If this collection has already been initialized, returns the collection. |
List<TurbineUserGroupRole> |
BaseTurbineUser.getTurbineUserGroupRoles(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
List<TurbineUserGroupRole> |
BaseTurbineRole.getTurbineUserGroupRoles(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
List<TurbineUserGroupRole> |
BaseTurbineGroup.getTurbineUserGroupRoles(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
List<TurbineUserGroupRole> |
BaseTurbineUser.getTurbineUserGroupRoles(org.apache.torque.util.Criteria criteria,
Connection con)
If this collection has already been initialized with an identical criteria, it returns the collection. |
List<TurbineUserGroupRole> |
BaseTurbineRole.getTurbineUserGroupRoles(org.apache.torque.util.Criteria criteria,
Connection con)
If this collection has already been initialized with an identical criteria, it returns the collection. |
List<TurbineUserGroupRole> |
BaseTurbineGroup.getTurbineUserGroupRoles(org.apache.torque.util.Criteria criteria,
Connection con)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected List<TurbineUserGroupRole> |
BaseTurbineUser.getTurbineUserGroupRolesJoinTurbineGroup(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected List<TurbineUserGroupRole> |
BaseTurbineRole.getTurbineUserGroupRolesJoinTurbineGroup(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected List<TurbineUserGroupRole> |
BaseTurbineGroup.getTurbineUserGroupRolesJoinTurbineGroup(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected List<TurbineUserGroupRole> |
BaseTurbineUser.getTurbineUserGroupRolesJoinTurbineRole(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected List<TurbineUserGroupRole> |
BaseTurbineRole.getTurbineUserGroupRolesJoinTurbineRole(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected List<TurbineUserGroupRole> |
BaseTurbineGroup.getTurbineUserGroupRolesJoinTurbineRole(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected List<TurbineUserGroupRole> |
BaseTurbineUser.getTurbineUserGroupRolesJoinTurbineUser(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected List<TurbineUserGroupRole> |
BaseTurbineRole.getTurbineUserGroupRolesJoinTurbineUser(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected List<TurbineUserGroupRole> |
BaseTurbineGroup.getTurbineUserGroupRolesJoinTurbineUser(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
static List<TurbineUserGroupRole> |
BaseTurbineUserGroupRolePeer.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<TurbineUserGroupRole> |
BaseTurbineUserGroupRolePeer.resultSet2Objects(ResultSet results)
Get the list of objects for a ResultSet. |
static List<TurbineUserGroupRole> |
BaseTurbineUserGroupRolePeer.retrieveByPKs(List<org.apache.torque.om.ObjectKey> pks)
Retrieve a multiple objects by pk |
static List<TurbineUserGroupRole> |
BaseTurbineUserGroupRolePeer.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 TurbineUserGroupRole | |
---|---|
void |
BaseTurbineUser.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 |
void |
BaseTurbineGroup.addTurbineUserGroupRole(TurbineUserGroupRole l)
Method called to associate a TurbineUserGroupRole object to this object through the TurbineUserGroupRole foreign key attribute |
void |
BaseTurbineUser.addTurbineUserGroupRole(TurbineUserGroupRole l,
Connection con)
Method called to associate a TurbineUserGroupRole object to this object through the TurbineUserGroupRole foreign key attribute using connection. |
void |
BaseTurbineRole.addTurbineUserGroupRole(TurbineUserGroupRole l,
Connection con)
Method called to associate a TurbineUserGroupRole object to this object through the TurbineUserGroupRole foreign key attribute using connection. |
void |
BaseTurbineGroup.addTurbineUserGroupRole(TurbineUserGroupRole l,
Connection con)
Method called to associate a TurbineUserGroupRole object to this object through the TurbineUserGroupRole foreign key attribute using connection. |
static org.apache.torque.util.Criteria |
BaseTurbineUserGroupRolePeer.buildCriteria(TurbineUserGroupRole obj)
Build a Criteria object from the data object for this peer |
static org.apache.torque.util.Criteria |
BaseTurbineUserGroupRolePeer.buildSelectCriteria(TurbineUserGroupRole obj)
Build a Criteria object from the data object for this peer, skipping all binary columns |
protected TurbineUserGroupRole |
BaseTurbineUserGroupRole.copyInto(TurbineUserGroupRole copyObj)
Fills the copyObj with the contents of this object. |
protected TurbineUserGroupRole |
BaseTurbineUserGroupRole.copyInto(TurbineUserGroupRole copyObj,
boolean deepcopy)
Fills the copyObj with the contents of this object. |
protected TurbineUserGroupRole |
BaseTurbineUserGroupRole.copyInto(TurbineUserGroupRole copyObj,
boolean deepcopy,
Connection con)
Fills the copyObj with the contents of this object using connection. |
protected TurbineUserGroupRole |
BaseTurbineUserGroupRole.copyInto(TurbineUserGroupRole copyObj,
Connection con)
Fills the copyObj with the contents of this object using connection. |
static void |
BaseTurbineUserGroupRolePeer.doDelete(TurbineUserGroupRole obj)
|
static void |
BaseTurbineUserGroupRolePeer.doDelete(TurbineUserGroupRole obj,
Connection con)
Method to delete. |
static void |
BaseTurbineUserGroupRolePeer.doInsert(TurbineUserGroupRole obj)
Method to do inserts |
static void |
BaseTurbineUserGroupRolePeer.doInsert(TurbineUserGroupRole obj,
Connection con)
Method to do inserts. |
static List<TurbineUserGroupRole> |
BaseTurbineUserGroupRolePeer.doSelect(TurbineUserGroupRole obj)
Method to do selects |
static void |
BaseTurbineUserGroupRolePeer.doUpdate(TurbineUserGroupRole obj)
|
static void |
BaseTurbineUserGroupRolePeer.doUpdate(TurbineUserGroupRole obj,
Connection con)
Method to do update. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |