public class TorqueDynamicGroupManagerImpl extends TorqueAbstractGroupManager
lazyLoadingmanagerROLE| Constructor and Description |
|---|
TorqueDynamicGroupManagerImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected <T extends Group> |
doSelectAllGroups(Connection con)
Get all specialized Groups
|
protected <T extends Group> |
doSelectById(Integer id,
Connection con)
Get a specialized Group by id
|
protected <T extends Group> |
doSelectByName(String name,
Connection con)
Get a specialized Group by name
|
checkExists, configure, getAllGroups, getGroupById, getGroupByName, getLazyLoading, persistNewGroup, removeGroup, renameGroup, setLazyLoadingaddGroup, checkExists, getGroupInstance, getGroupInstancegetClassName, setClassNamedispose, getGroupManager, getPermissionManager, getRoleManager, getServiceManager, getUserManager, release, resolve, serviceprotected <T extends Group> List<T> doSelectAllGroups(Connection con) throws org.apache.torque.TorqueException
TorqueAbstractGroupManagerdoSelectAllGroups in class TorqueAbstractGroupManagercon - a database connectionorg.apache.torque.TorqueException - if any database error occursprotected <T extends Group> T doSelectById(Integer id, Connection con) throws org.apache.torque.NoRowsException, org.apache.torque.TooManyRowsException, org.apache.torque.TorqueException
TorqueAbstractGroupManagerdoSelectById in class TorqueAbstractGroupManagerid - the id of the groupcon - a database connectionorg.apache.torque.NoRowsException - if no such group existsorg.apache.torque.TooManyRowsException - if multiple groups with the given id existorg.apache.torque.TorqueException - if any database error occurs if any other database error occursprotected <T extends Group> T doSelectByName(String name, Connection con) throws org.apache.torque.NoRowsException, org.apache.torque.TooManyRowsException, org.apache.torque.TorqueException
TorqueAbstractGroupManagerdoSelectByName in class TorqueAbstractGroupManagername - the name of the groupcon - a database connectionorg.apache.torque.NoRowsException - if no such group existsorg.apache.torque.TooManyRowsException - if multiple groups with the given name existorg.apache.torque.TorqueException - if any database error occurs if any other database error occursCopyright © 2011–2019 The Apache Software Foundation. All rights reserved.