Uses of Interface
org.apache.fulcrum.security.torque.peer.TurbineUserGroupRoleModelPeerMapper
Packages that use TurbineUserGroupRoleModelPeerMapper
Package
Description
-
Uses of TurbineUserGroupRoleModelPeerMapper in org.apache.fulcrum.security.torque.om
Classes in org.apache.fulcrum.security.torque.om that implement TurbineUserGroupRoleModelPeerMapperModifier and TypeClassDescriptionclass
The skeleton for this class was autogenerated by Torque on: [Mon Dec 21 09:31:58 CET 2020] You should add additional methods to this class to meet the application requirements.class
The skeleton for this class was autogenerated by Torque on: [Fri Jan 03 13:59:27 CET 2025] You should add additional methods to this class to meet the application requirements. -
Uses of TurbineUserGroupRoleModelPeerMapper in org.apache.fulcrum.security.torque.peer
Classes in org.apache.fulcrum.security.torque.peer with type parameters of type TurbineUserGroupRoleModelPeerMapperModifier and TypeInterfaceDescriptioninterface
This extension to the marker interface Peer is to allow for swappable Peer implementations in Turbine Torque Manager Implementations. -
Uses of TurbineUserGroupRoleModelPeerMapper in org.apache.fulcrum.security.torque.security.turbine
Methods in org.apache.fulcrum.security.torque.security.turbine with type parameters of type TurbineUserGroupRoleModelPeerMapperModifier and TypeMethodDescriptionabstract <T extends TurbineUserGroupRoleModelPeerMapper>
voidTorqueAbstractTurbineTurbineSecurityEntityDefault.retrieveAttachedObjects
(Connection con, Boolean lazy, List<T> ugrs) Retrieve attached objects for user: user-group-role relationship(s) This method is required if custom peers is activated for (user) manager, to allow the custom group/role inACLFactory.getAccessControlList(org.apache.fulcrum.security.entity.User)
-
Uses of TurbineUserGroupRoleModelPeerMapper in org.apache.fulcrum.security.torque.turbine
Methods in org.apache.fulcrum.security.torque.turbine with type parameters of type TurbineUserGroupRoleModelPeerMapperModifier and TypeMethodDescriptionprotected <T extends TurbineUserGroupRoleModelPeerMapper>
List<T> DefaultAbstractTurbineRole.getTurbineUserGroupRolesJoinTurbineGroup
(org.apache.torque.criteria.Criteria criteria, Connection con) Forward reference to generated code Get a list of association objects, pre-populated with their TurbineGroup objects.protected <T extends TurbineUserGroupRoleModelPeerMapper>
List<T> DefaultAbstractTurbineUser.getTurbineUserGroupRolesJoinTurbineGroup
(org.apache.torque.criteria.Criteria criteria, Connection con) Forward reference to module generated code Get a list of association objects, pre-populated with their TurbineGroup objects.protected <T extends TurbineUserGroupRoleModelPeerMapper>
List<T> DefaultAbstractTurbineGroup.getTurbineUserGroupRolesJoinTurbineRole
(org.apache.torque.criteria.Criteria criteria, Connection con) Forward reference to generated code Get a list of association objects, pre-populated with their TurbineRole objects.<T extends TurbineUserGroupRoleModelPeerMapper>
voidDefaultAbstractTurbineUser.retrieveAttachedObjects
(Connection con, Boolean lazy, List<T> ugrs)