Klasse TorqueAbstractTurbineTurbineSecurityEntity
java.lang.Object
org.apache.fulcrum.security.torque.security.TorqueAbstractSecurityEntity
org.apache.fulcrum.security.torque.security.turbine.TorqueAbstractTurbineTurbineSecurityEntity
- Alle implementierten Schnittstellen:
- Serializable,- SecurityEntity,- TurbineUserGroupRoleEntity,- org.apache.torque.om.ObjectModel,- org.apache.torque.om.Persistent
- Bekannte direkte Unterklassen:
- DefaultAbstractTurbineGroup,- DefaultAbstractTurbineRole,- FulcrumAbstractTurbineGroup,- FulcrumAbstractTurbineRole,- FulcrumAbstractTurbineUser,- TorqueAbstractTurbineTurbineSecurityEntityDefault
public abstract class TorqueAbstractTurbineTurbineSecurityEntity
extends TorqueAbstractSecurityEntity
implements TurbineUserGroupRoleEntity
This abstract class provides the SecurityInterface to the managers.
 
 Additional Torque contract
- Version:
- $Id:$
- Autor:
- Thomas Vandahl
- Siehe auch:
- 
KonstruktorübersichtKonstruktoren
- 
MethodenübersichtModifizierer und TypMethodeBeschreibungvoidaddUserGroupRole(TurbineUserGroupRole userGroupRole) voidaddUserGroupRole(TurbineUserGroupRole user_group_role, boolean isLazilyLoaded) <T extends TurbineUserGroupRole>
 Set<T>voidremoveUserGroupRole(TurbineUserGroupRole userGroupRole) voidremoveUserGroupRole(TurbineUserGroupRole user_group_role, boolean isLazilyLoaded) <T extends TurbineUserGroupRole>
 voidsetUserGroupRoleSet(Set<T> userGroupRoleSet) Von Klasse geerbte Methoden org.apache.fulcrum.security.torque.security.TorqueAbstractSecurityEntitydelete, getEntityId, getEntityName, getId, getName, retrieveAttachedObjects, retrieveAttachedObjects, setEntityId, setEntityName, setId, setName, updateVon Klasse geerbte Methoden java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden org.apache.torque.om.ObjectModelgetPrimaryKey, isModified, isNew, setModified, setNew, setPrimaryKey, setPrimaryKeyVon Schnittstelle geerbte Methoden org.apache.torque.om.Persistentsave, save, save
- 
Konstruktordetails- 
TorqueAbstractTurbineTurbineSecurityEntitypublic TorqueAbstractTurbineTurbineSecurityEntity()
 
- 
- 
Methodendetails- 
addUserGroupRole- Angegeben von:
- addUserGroupRolein Schnittstelle- TurbineUserGroupRoleEntity
- Löst aus:
- DataBackendException
 
- 
addUserGroupRolepublic void addUserGroupRole(TurbineUserGroupRole user_group_role, boolean isLazilyLoaded) throws DataBackendException - Parameter:
- user_group_role- u/g/r to add
- isLazilyLoaded-- truefor lazy loading
- Löst aus:
- DataBackendException- if the database backend is not found
 
- 
getUserGroupRoleSet- Angegeben von:
- getUserGroupRoleSetin Schnittstelle- TurbineUserGroupRoleEntity
- Löst aus:
- DataBackendException
 
- 
removeUserGroupRole- Angegeben von:
- removeUserGroupRolein Schnittstelle- TurbineUserGroupRoleEntity
- Löst aus:
- DataBackendException
 
- 
removeUserGroupRolepublic void removeUserGroupRole(TurbineUserGroupRole user_group_role, boolean isLazilyLoaded) throws DataBackendException - Parameter:
- user_group_role- u/g/r to remove
- isLazilyLoaded-- truefor lazy loading
- Löst aus:
- DataBackendException- if the database backend is not found
 
- 
setUserGroupRoleSet- Angegeben von:
- setUserGroupRoleSetin Schnittstelle- TurbineUserGroupRoleEntity
 
 
-