public class TorqueDynamicRoleManagerImpl extends TorqueAbstractRoleManager
lazyLoadingmanagerROLE| Constructor and Description |
|---|
TorqueDynamicRoleManagerImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected <T extends Role> |
doSelectAllRoles(Connection con)
Get all specialized Roles
|
protected <T extends Role> |
doSelectById(Integer id,
Connection con)
Get a specialized Role by id
|
protected <T extends Role> |
doSelectByName(String name,
Connection con)
Get a specialized Role by name
|
checkExists, configure, getAllRoles, getLazyLoading, getRoleById, getRoleByName, persistNewRole, removeRole, renameRole, setLazyLoadingaddRole, checkExists, getRoleInstance, getRoleInstancegetClassName, setClassNamedispose, getGroupManager, getPermissionManager, getRoleManager, getServiceManager, getUserManager, release, resolve, serviceprotected <T extends Role> List<T> doSelectAllRoles(Connection con) throws org.apache.torque.TorqueException
TorqueAbstractRoleManagerdoSelectAllRoles in class TorqueAbstractRoleManagercon - a database connectionorg.apache.torque.TorqueException - if any database error occursprotected <T extends Role> T doSelectById(Integer id, Connection con) throws org.apache.torque.NoRowsException, org.apache.torque.TooManyRowsException, org.apache.torque.TorqueException
TorqueAbstractRoleManagerdoSelectById in class TorqueAbstractRoleManagerid - 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 Role> T doSelectByName(String name, Connection con) throws org.apache.torque.NoRowsException, org.apache.torque.TooManyRowsException, org.apache.torque.TorqueException
TorqueAbstractRoleManagerdoSelectByName in class TorqueAbstractRoleManagername - 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.