Uses of Class
org.apache.fulcrum.security.torque.om.TurbineUserGroupRole
-
Packages that use TurbineUserGroupRole Package Description org.apache.fulcrum.security.torque.om -
-
Uses of TurbineUserGroupRole in org.apache.fulcrum.security.torque.om
Fields in org.apache.fulcrum.security.torque.om with type parameters of type TurbineUserGroupRole Modifier and Type Field Description protected List<TurbineUserGroupRole>BaseTurbineGroup. collTurbineUserGroupRolesDefines the collTurbineUserGroupRoles field.protected List<TurbineUserGroupRole>BaseTurbineRole. collTurbineUserGroupRolesDefines the collTurbineUserGroupRoles field.protected List<TurbineUserGroupRole>BaseTurbineUser. collTurbineUserGroupRolesDefines the collTurbineUserGroupRoles field.Methods in org.apache.fulcrum.security.torque.om that return TurbineUserGroupRole Modifier and Type Method Description TurbineUserGroupRoleBaseTurbineUserGroupRole. copy()Makes a copy of this object.TurbineUserGroupRoleBaseTurbineUserGroupRole. copy(boolean deepcopy)Makes a copy of this object.TurbineUserGroupRoleBaseTurbineUserGroupRole. copy(boolean deepcopy, Connection con)Makes a copy of this object using connection.TurbineUserGroupRoleBaseTurbineUserGroupRole. copy(Connection con)Makes a copy of this object using a connection.TurbineUserGroupRoleBaseTurbineUserGroupRole. copyInto(TurbineUserGroupRole copyObj)Fills the copyObj with the contents of this object.protected TurbineUserGroupRoleBaseTurbineUserGroupRole. copyInto(TurbineUserGroupRole copyObj, boolean deepcopy)Fills the copyObj with the contents of this object.TurbineUserGroupRoleBaseTurbineUserGroupRole. copyInto(TurbineUserGroupRole copyObj, boolean deepcopy, Connection con)Fills the copyObj with the contents of this object using connection.TurbineUserGroupRoleBaseTurbineUserGroupRole. copyInto(TurbineUserGroupRole copyObj, Connection con)Fills the copyObj with the contents of this object using connection.static TurbineUserGroupRoleBaseTurbineUserGroupRolePeer. doSelectSingleRecord(TurbineUserGroupRole obj)Selects at most one TurbineUserGroupRole object from the database which has the same content as the passed object.static TurbineUserGroupRoleBaseTurbineUserGroupRolePeer. doSelectSingleRecord(org.apache.torque.criteria.Criteria criteria)Selects at most one TurbineUserGroupRole object from a database.static TurbineUserGroupRoleBaseTurbineUserGroupRolePeer. doSelectSingleRecord(org.apache.torque.criteria.Criteria criteria, Connection connection)Selects at most one TurbineUserGroupRole object from a database within a transaction.static TurbineUserGroupRoleBaseTurbineUserGroupRolePeer. getDbObjectInstance()Returns a new instance of the Data object classTurbineUserGroupRoleBaseTurbineUserGroupRolePeerImpl. getDbObjectInstance()Returns a new instance of the Data object classTurbineUserGroupRoleBaseTurbineUserGroupRoleRecordMapper. processRow(ResultSet resultSet, int offset, org.apache.torque.criteria.Criteria criteria)Constructs the object from the current row in the resultSet.static TurbineUserGroupRoleBaseTurbineUserGroupRolePeer. retrieveByPK(Integer userId, Integer groupId, Integer roleId)retrieve object using using pk values.static TurbineUserGroupRoleBaseTurbineUserGroupRolePeer. retrieveByPK(Integer userId, Integer groupId, Integer roleId, Connection con)retrieve object using using pk values.static TurbineUserGroupRoleBaseTurbineUserGroupRolePeer. retrieveByPK(org.apache.torque.om.ObjectKey<?> pk)Retrieve a single object by pkstatic TurbineUserGroupRoleBaseTurbineUserGroupRolePeer. retrieveByPK(org.apache.torque.om.ObjectKey<?> pk, Connection con)Retrieve a single object by pkTurbineUserGroupRoleBaseTurbineUserGroupRolePeerImpl. retrieveByPK(Integer userId, Integer groupId, Integer roleId)retrieve object using using pk values.TurbineUserGroupRoleBaseTurbineUserGroupRolePeerImpl. retrieveByPK(Integer userId, Integer groupId, Integer roleId, Connection con)retrieve object using using pk values.TurbineUserGroupRoleBaseTurbineUserGroupRolePeerImpl. retrieveByPK(org.apache.torque.om.ObjectKey<?> pk)Retrieve a single object by pkTurbineUserGroupRoleBaseTurbineUserGroupRolePeerImpl. retrieveByPK(org.apache.torque.om.ObjectKey<?> pk, Connection con)Retrieve a single object by pkMethods in org.apache.fulcrum.security.torque.om that return types with arguments of type TurbineUserGroupRole Modifier and Type Method Description static List<TurbineUserGroupRole>BaseTurbineUserGroupRolePeer. doSelect(TurbineUserGroupRole obj)Selects TurbineUserGroupRole objects from the database which have the same content as the passed object.static List<TurbineUserGroupRole>BaseTurbineUserGroupRolePeer. doSelect(org.apache.torque.criteria.Criteria criteria)Selects TurbineUserGroupRole objects from a database.static List<TurbineUserGroupRole>BaseTurbineUserGroupRolePeer. doSelect(org.apache.torque.criteria.Criteria criteria, Connection connection)Selects TurbineUserGroupRole objects from a database within a transaction.static Stream<TurbineUserGroupRole>BaseTurbineUserGroupRolePeer. doSelectAsStream(org.apache.torque.criteria.Criteria criteria, Connection connection)Selects TurbineUserGroupRole objects from a database within a transaction.protected static List<TurbineUserGroupRole>BaseTurbineUserGroupRolePeer. doSelectJoinAllExceptTurbineGroup(org.apache.torque.criteria.Criteria criteria)selects a collection of TurbineUserGroupRole objects pre-filled with all related objects.protected static List<TurbineUserGroupRole>BaseTurbineUserGroupRolePeer. doSelectJoinAllExceptTurbineGroup(org.apache.torque.criteria.Criteria criteria, Connection conn)selects a collection of TurbineUserGroupRole objects pre-filled with related objects.protected List<TurbineUserGroupRole>BaseTurbineUserGroupRolePeerImpl. doSelectJoinAllExceptTurbineGroup(org.apache.torque.criteria.Criteria criteria)selects a collection of TurbineUserGroupRole objects pre-filled with all related objects.protected List<TurbineUserGroupRole>BaseTurbineUserGroupRolePeerImpl. doSelectJoinAllExceptTurbineGroup(org.apache.torque.criteria.Criteria criteria, Connection conn)selects a collection of TurbineUserGroupRole objects pre-filled with related objects.protected static List<TurbineUserGroupRole>BaseTurbineUserGroupRolePeer. doSelectJoinAllExceptTurbineRole(org.apache.torque.criteria.Criteria criteria)selects a collection of TurbineUserGroupRole objects pre-filled with all related objects.protected static List<TurbineUserGroupRole>BaseTurbineUserGroupRolePeer. doSelectJoinAllExceptTurbineRole(org.apache.torque.criteria.Criteria criteria, Connection conn)selects a collection of TurbineUserGroupRole objects pre-filled with related objects.protected List<TurbineUserGroupRole>BaseTurbineUserGroupRolePeerImpl. doSelectJoinAllExceptTurbineRole(org.apache.torque.criteria.Criteria criteria)selects a collection of TurbineUserGroupRole objects pre-filled with all related objects.protected List<TurbineUserGroupRole>BaseTurbineUserGroupRolePeerImpl. doSelectJoinAllExceptTurbineRole(org.apache.torque.criteria.Criteria criteria, Connection conn)selects a collection of TurbineUserGroupRole objects pre-filled with related objects.protected static List<TurbineUserGroupRole>BaseTurbineUserGroupRolePeer. doSelectJoinAllExceptTurbineUser(org.apache.torque.criteria.Criteria criteria)selects a collection of TurbineUserGroupRole objects pre-filled with all related objects.protected static List<TurbineUserGroupRole>BaseTurbineUserGroupRolePeer. doSelectJoinAllExceptTurbineUser(org.apache.torque.criteria.Criteria criteria, Connection conn)selects a collection of TurbineUserGroupRole objects pre-filled with related objects.protected List<TurbineUserGroupRole>BaseTurbineUserGroupRolePeerImpl. doSelectJoinAllExceptTurbineUser(org.apache.torque.criteria.Criteria criteria)selects a collection of TurbineUserGroupRole objects pre-filled with all related objects.protected List<TurbineUserGroupRole>BaseTurbineUserGroupRolePeerImpl. doSelectJoinAllExceptTurbineUser(org.apache.torque.criteria.Criteria criteria, Connection conn)selects a collection of TurbineUserGroupRole objects pre-filled with related objects.static List<TurbineUserGroupRole>BaseTurbineUserGroupRolePeer. doSelectJoinTurbineGroup(org.apache.torque.criteria.Criteria criteria)Selects a collection of dbObjectClassName objects pre-filled with their TurbineGroup objects.static List<TurbineUserGroupRole>BaseTurbineUserGroupRolePeer. doSelectJoinTurbineGroup(org.apache.torque.criteria.Criteria criteria, Connection conn)Selects a collection of TurbineUserGroupRole objects pre-filled with their TurbineGroup objects.List<TurbineUserGroupRole>BaseTurbineUserGroupRolePeerImpl. doSelectJoinTurbineGroup(org.apache.torque.criteria.Criteria criteria)Selects a collection of dbObjectClassName objects pre-filled with their TurbineGroup objects.List<TurbineUserGroupRole>BaseTurbineUserGroupRolePeerImpl. doSelectJoinTurbineGroup(org.apache.torque.criteria.Criteria criteria, Connection conn)Selects a collection of TurbineUserGroupRole objects pre-filled with their TurbineGroup objects.static List<TurbineUserGroupRole>BaseTurbineUserGroupRolePeer. doSelectJoinTurbineRole(org.apache.torque.criteria.Criteria criteria)Selects a collection of dbObjectClassName objects pre-filled with their TurbineRole objects.static List<TurbineUserGroupRole>BaseTurbineUserGroupRolePeer. doSelectJoinTurbineRole(org.apache.torque.criteria.Criteria criteria, Connection conn)Selects a collection of TurbineUserGroupRole objects pre-filled with their TurbineRole objects.List<TurbineUserGroupRole>BaseTurbineUserGroupRolePeerImpl. doSelectJoinTurbineRole(org.apache.torque.criteria.Criteria criteria)Selects a collection of dbObjectClassName objects pre-filled with their TurbineRole objects.List<TurbineUserGroupRole>BaseTurbineUserGroupRolePeerImpl. doSelectJoinTurbineRole(org.apache.torque.criteria.Criteria criteria, Connection conn)Selects a collection of TurbineUserGroupRole objects pre-filled with their TurbineRole objects.static List<TurbineUserGroupRole>BaseTurbineUserGroupRolePeer. doSelectJoinTurbineUser(org.apache.torque.criteria.Criteria criteria)Selects a collection of dbObjectClassName objects pre-filled with their TurbineUser objects.static List<TurbineUserGroupRole>BaseTurbineUserGroupRolePeer. doSelectJoinTurbineUser(org.apache.torque.criteria.Criteria criteria, Connection conn)Selects a collection of TurbineUserGroupRole objects pre-filled with their TurbineUser objects.List<TurbineUserGroupRole>BaseTurbineUserGroupRolePeerImpl. doSelectJoinTurbineUser(org.apache.torque.criteria.Criteria criteria)Selects a collection of dbObjectClassName objects pre-filled with their TurbineUser objects.List<TurbineUserGroupRole>BaseTurbineUserGroupRolePeerImpl. doSelectJoinTurbineUser(org.apache.torque.criteria.Criteria criteria, Connection conn)Selects a collection of TurbineUserGroupRole objects pre-filled with their TurbineUser objects.List<TurbineUserGroupRole>BaseTurbineGroup. getTurbineUserGroupRoles()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>BaseTurbineGroup. getTurbineUserGroupRoles(org.apache.torque.criteria.Criteria criteria)If this collection has already been initialized with an identical criteria, it returns the collection.List<TurbineUserGroupRole>BaseTurbineGroup. getTurbineUserGroupRoles(org.apache.torque.criteria.Criteria criteria, Connection con)If this collection has already been initialized with an identical criteria, it returns the collection.List<TurbineUserGroupRole>BaseTurbineRole. getTurbineUserGroupRoles()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>BaseTurbineRole. getTurbineUserGroupRoles(org.apache.torque.criteria.Criteria criteria)If this collection has already been initialized with an identical criteria, it returns the collection.List<TurbineUserGroupRole>BaseTurbineRole. getTurbineUserGroupRoles(org.apache.torque.criteria.Criteria criteria, Connection con)If this collection has already been initialized with an identical criteria, it returns the collection.List<TurbineUserGroupRole>BaseTurbineUser. 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>BaseTurbineUser. getTurbineUserGroupRoles(org.apache.torque.criteria.Criteria criteria)If this collection has already been initialized with an identical criteria, it returns the collection.List<TurbineUserGroupRole>BaseTurbineUser. getTurbineUserGroupRoles(org.apache.torque.criteria.Criteria criteria, Connection con)If this collection has already been initialized with an identical criteria, it returns the collection.protected List<TurbineUserGroupRole>BaseTurbineRole. getTurbineUserGroupRolesJoinTurbineGroup(org.apache.torque.criteria.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.criteria.Criteria criteria, Connection connection)If this collection has already been initialized with an identical criteria, it returns the collection.protected List<TurbineUserGroupRole>BaseTurbineUser. getTurbineUserGroupRolesJoinTurbineGroup(org.apache.torque.criteria.Criteria criteria)If this collection has already been initialized with an identical criteria, it returns the collection.protected List<TurbineUserGroupRole>BaseTurbineUser. getTurbineUserGroupRolesJoinTurbineGroup(org.apache.torque.criteria.Criteria criteria, Connection connection)If this collection has already been initialized with an identical criteria, it returns the collection.protected List<TurbineUserGroupRole>BaseTurbineGroup. getTurbineUserGroupRolesJoinTurbineRole(org.apache.torque.criteria.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.criteria.Criteria criteria, Connection connection)If this collection has already been initialized with an identical criteria, it returns the collection.protected List<TurbineUserGroupRole>BaseTurbineUser. getTurbineUserGroupRolesJoinTurbineRole(org.apache.torque.criteria.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.criteria.Criteria criteria, Connection connection)If this collection has already been initialized with an identical criteria, it returns the collection.protected List<TurbineUserGroupRole>BaseTurbineGroup. getTurbineUserGroupRolesJoinTurbineUser(org.apache.torque.criteria.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.criteria.Criteria criteria, Connection connection)If this collection has already been initialized with an identical criteria, it returns the collection.protected List<TurbineUserGroupRole>BaseTurbineRole. getTurbineUserGroupRolesJoinTurbineUser(org.apache.torque.criteria.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.criteria.Criteria criteria, Connection connection)If this collection has already been initialized with an identical criteria, it returns the collection.List<TurbineUserGroupRole>BaseTurbineGroup. initTurbineUserGroupRoles()Initializes the cache collTurbineUserGroupRoles for referenced objects.List<TurbineUserGroupRole>BaseTurbineRole. initTurbineUserGroupRoles()Initializes the cache collTurbineUserGroupRoles for referenced objects.List<TurbineUserGroupRole>BaseTurbineUser. initTurbineUserGroupRoles()Initializes the cache collTurbineUserGroupRoles for referenced objects.static List<TurbineUserGroupRole>BaseTurbineUserGroupRolePeer. retrieveByObjectKeys(Collection<org.apache.torque.om.ObjectKey<?>> pks)Retrieve a multiple objects by pk.static List<TurbineUserGroupRole>BaseTurbineUserGroupRolePeer. retrieveByObjectKeys(Collection<org.apache.torque.om.ObjectKey<?>> pks, Connection con)Retrieve multiple objects by pk.List<TurbineUserGroupRole>BaseTurbineUserGroupRolePeerImpl. retrieveByObjectKeys(Collection<org.apache.torque.om.ObjectKey<?>> pks)Retrieve multiple objects by pk.List<TurbineUserGroupRole>BaseTurbineUserGroupRolePeerImpl. retrieveByObjectKeys(Collection<org.apache.torque.om.ObjectKey<?>> pks, Connection dbcon)Retrieve multiple objects by pk.Methods in org.apache.fulcrum.security.torque.om with parameters of type TurbineUserGroupRole Modifier and Type Method Description voidBaseTurbineGroup. addTurbineUserGroupRole(TurbineUserGroupRole toAdd)Method called to associate a TurbineUserGroupRole object to this object through the collTurbineUserGroupRoles foreign key attribute.voidBaseTurbineGroup. addTurbineUserGroupRole(TurbineUserGroupRole l, Connection con)Method called to associate a TurbineUserGroupRole object to this object through the collTurbineUserGroupRoles foreign key attribute using connection.voidBaseTurbineRole. addTurbineUserGroupRole(TurbineUserGroupRole toAdd)Method called to associate a TurbineUserGroupRole object to this object through the collTurbineUserGroupRoles foreign key attribute.voidBaseTurbineRole. addTurbineUserGroupRole(TurbineUserGroupRole l, Connection con)Method called to associate a TurbineUserGroupRole object to this object through the collTurbineUserGroupRoles foreign key attribute using connection.voidBaseTurbineUser. addTurbineUserGroupRole(TurbineUserGroupRole toAdd)Method called to associate a TurbineUserGroupRole object to this object through the collTurbineUserGroupRoles foreign key attribute.voidBaseTurbineUser. addTurbineUserGroupRole(TurbineUserGroupRole l, Connection con)Method called to associate a TurbineUserGroupRole object to this object through the collTurbineUserGroupRoles foreign key attribute using connection.static org.apache.torque.util.ColumnValuesBaseTurbineUserGroupRolePeer. buildColumnValues(TurbineUserGroupRole turbineUserGroupRole)Returns the contents of the object as ColumnValues objectorg.apache.torque.util.ColumnValuesBaseTurbineUserGroupRolePeerImpl. buildColumnValues(TurbineUserGroupRole turbineUserGroupRole)Returns the contents of the object as ColumnValues object.static org.apache.torque.criteria.CriteriaBaseTurbineUserGroupRolePeer. buildCriteria(TurbineUserGroupRole obj)Build a Criteria object from the data object for this peer.org.apache.torque.criteria.CriteriaBaseTurbineUserGroupRolePeerImpl. buildCriteria(TurbineUserGroupRole obj)Build a Criteria object from the data object for this peer.static org.apache.torque.criteria.CriteriaBaseTurbineUserGroupRolePeer. buildSelectCriteria(TurbineUserGroupRole obj)Build a Criteria object from the data object for this peer, skipping all binary columns.org.apache.torque.criteria.CriteriaBaseTurbineUserGroupRolePeerImpl. buildSelectCriteria(TurbineUserGroupRole obj)Build a Criteria object from the data object for this peer, skipping all binary columns.TurbineUserGroupRoleBaseTurbineUserGroupRole. copyInto(TurbineUserGroupRole copyObj)Fills the copyObj with the contents of this object.protected TurbineUserGroupRoleBaseTurbineUserGroupRole. copyInto(TurbineUserGroupRole copyObj, boolean deepcopy)Fills the copyObj with the contents of this object.TurbineUserGroupRoleBaseTurbineUserGroupRole. copyInto(TurbineUserGroupRole copyObj, boolean deepcopy, Connection con)Fills the copyObj with the contents of this object using connection.TurbineUserGroupRoleBaseTurbineUserGroupRole. copyInto(TurbineUserGroupRole copyObj, Connection con)Fills the copyObj with the contents of this object using connection.static intBaseTurbineUserGroupRolePeer. doDelete(TurbineUserGroupRole obj)Deletes a data object, i.e. a row in a table, in the database.static intBaseTurbineUserGroupRolePeer. doDelete(TurbineUserGroupRole obj, Connection con)Deletes a data object, i.e. a row in a table, in the database.intBaseTurbineUserGroupRolePeerImpl. doDelete(TurbineUserGroupRole obj)Deletes a data object, i.e. a row in a table, in the database.intBaseTurbineUserGroupRolePeerImpl. doDelete(TurbineUserGroupRole obj, Connection con)Deletes a data object, i.e. a row in a table, in the database.static voidBaseTurbineUserGroupRolePeer. doInsert(TurbineUserGroupRole obj)Method to do insertsstatic voidBaseTurbineUserGroupRolePeer. doInsert(TurbineUserGroupRole obj, Connection con)Method to do inserts.static List<TurbineUserGroupRole>BaseTurbineUserGroupRolePeer. doSelect(TurbineUserGroupRole obj)Selects TurbineUserGroupRole objects from the database which have the same content as the passed object.static TurbineUserGroupRoleBaseTurbineUserGroupRolePeer. doSelectSingleRecord(TurbineUserGroupRole obj)Selects at most one TurbineUserGroupRole object from the database which has the same content as the passed object.static intBaseTurbineUserGroupRolePeer. doUpdate(TurbineUserGroupRole obj)Updates an TurbineUserGroupRole in the database.static intBaseTurbineUserGroupRolePeer. doUpdate(TurbineUserGroupRole obj, Connection con)Updates a TurbineUserGroupRole in the database.booleanBaseTurbineUserGroupRole. valueEquals(TurbineUserGroupRole toCompare)Compares the content of this object to another objectMethod parameters in org.apache.fulcrum.security.torque.om with type arguments of type TurbineUserGroupRole Modifier and Type Method Description static org.apache.torque.criteria.CriteriaBaseTurbineUserGroupRolePeer. buildPkCriteria(Collection<TurbineUserGroupRole> objects)Build a Criteria object which selects all passed objects using their primary key.org.apache.torque.criteria.CriteriaBaseTurbineUserGroupRolePeerImpl. buildPkCriteria(Collection<TurbineUserGroupRole> objects)Build a Criteria object which selects all passed objects using their primary key.static intBaseTurbineUserGroupRolePeer. doDelete(Collection<TurbineUserGroupRole> objects)Deletes data objects, i.e. rows in a table, in the database.static intBaseTurbineUserGroupRolePeer. doDelete(Collection<TurbineUserGroupRole> objects, Connection con)Deletes data objects, i.e. rows in a table, in the database.intBaseTurbineUserGroupRolePeerImpl. doDelete(Collection<TurbineUserGroupRole> objects)Deletes data objects, i.e. rows in a table, in the database.intBaseTurbineUserGroupRolePeerImpl. doDelete(Collection<TurbineUserGroupRole> objects, Connection con)Deletes data objects, i.e. rows in a table, in the database.static voidBaseTurbineGroupPeer. setAndSaveTurbineUserGroupRoles(TurbineGroup toLinkTo, Collection<TurbineUserGroupRole> toSave)Saves the passed collection as linked objects.voidBaseTurbineGroupPeer. setAndSaveTurbineUserGroupRoles(TurbineGroup toLinkTo, Collection<TurbineUserGroupRole> toSave, Connection connection)Saves the passed collection as linked objects.voidBaseTurbineGroupPeerImpl. setAndSaveTurbineUserGroupRoles(TurbineGroup toLinkTo, Collection<TurbineUserGroupRole> toSave)Saves the passed collection as linked objects.voidBaseTurbineGroupPeerImpl. setAndSaveTurbineUserGroupRoles(TurbineGroup toLinkTo, Collection<TurbineUserGroupRole> toSave, Connection connection)Saves the passed collection as linked objects.static voidBaseTurbineRolePeer. setAndSaveTurbineUserGroupRoles(TurbineRole toLinkTo, Collection<TurbineUserGroupRole> toSave)Saves the passed collection as linked objects.voidBaseTurbineRolePeer. setAndSaveTurbineUserGroupRoles(TurbineRole toLinkTo, Collection<TurbineUserGroupRole> toSave, Connection connection)Saves the passed collection as linked objects.voidBaseTurbineRolePeerImpl. setAndSaveTurbineUserGroupRoles(TurbineRole toLinkTo, Collection<TurbineUserGroupRole> toSave)Saves the passed collection as linked objects.voidBaseTurbineRolePeerImpl. setAndSaveTurbineUserGroupRoles(TurbineRole toLinkTo, Collection<TurbineUserGroupRole> toSave, Connection connection)Saves the passed collection as linked objects.static voidBaseTurbineUserPeer. setAndSaveTurbineUserGroupRoles(TurbineUser toLinkTo, Collection<TurbineUserGroupRole> toSave)Saves the passed collection as linked objects.voidBaseTurbineUserPeer. setAndSaveTurbineUserGroupRoles(TurbineUser toLinkTo, Collection<TurbineUserGroupRole> toSave, Connection connection)Saves the passed collection as linked objects.voidBaseTurbineUserPeerImpl. setAndSaveTurbineUserGroupRoles(TurbineUser toLinkTo, Collection<TurbineUserGroupRole> toSave)Saves the passed collection as linked objects.voidBaseTurbineUserPeerImpl. setAndSaveTurbineUserGroupRoles(TurbineUser toLinkTo, Collection<TurbineUserGroupRole> toSave, Connection connection)Saves the passed collection as linked objects.Constructor parameters in org.apache.fulcrum.security.torque.om with type arguments of type TurbineUserGroupRole Constructor Description BaseTurbineUserGroupRolePeerImpl(org.apache.torque.om.mapper.RecordMapper<TurbineUserGroupRole> recordMapper, org.apache.torque.map.TableMap tableMap, String databaseName)Constructor providing the objects to be injected as parameters.
-