public abstract class TorqueAbstractTurbineTurbineSecurityEntity extends TorqueAbstractSecurityEntity implements TurbineUserGroupRoleEntity
Constructor and Description |
---|
TorqueAbstractTurbineTurbineSecurityEntity() |
Modifier and Type | Method and Description |
---|---|
void |
addUserGroupRole(TurbineUserGroupRole userGroupRole) |
void |
addUserGroupRole(TurbineUserGroupRole user_group_role,
boolean isLazilyLoaded) |
<T extends TurbineUserGroupRole> |
getUserGroupRoleSet() |
void |
removeUserGroupRole(TurbineUserGroupRole userGroupRole) |
void |
removeUserGroupRole(TurbineUserGroupRole user_group_role,
boolean isLazilyLoaded) |
<T extends TurbineUserGroupRole> |
setUserGroupRoleSet(Set<T> userGroupRoleSet) |
delete, getEntityId, getEntityName, getId, getName, retrieveAttachedObjects, retrieveAttachedObjects, setEntityId, setEntityName, setId, setName, update
public TorqueAbstractTurbineTurbineSecurityEntity()
public void addUserGroupRole(TurbineUserGroupRole userGroupRole) throws DataBackendException
addUserGroupRole
in interface TurbineUserGroupRoleEntity
DataBackendException
public void addUserGroupRole(TurbineUserGroupRole user_group_role, boolean isLazilyLoaded) throws DataBackendException
user_group_role
- u/g/r to addisLazilyLoaded
- true
for lazy loadingDataBackendException
- if the database backend is not foundpublic <T extends TurbineUserGroupRole> Set<T> getUserGroupRoleSet() throws DataBackendException
getUserGroupRoleSet
in interface TurbineUserGroupRoleEntity
DataBackendException
public void removeUserGroupRole(TurbineUserGroupRole userGroupRole) throws DataBackendException
removeUserGroupRole
in interface TurbineUserGroupRoleEntity
DataBackendException
public void removeUserGroupRole(TurbineUserGroupRole user_group_role, boolean isLazilyLoaded) throws DataBackendException
user_group_role
- u/g/r to removeisLazilyLoaded
- true
for lazy loadingDataBackendException
- if the database backend is not foundpublic <T extends TurbineUserGroupRole> void setUserGroupRoleSet(Set<T> userGroupRoleSet)
setUserGroupRoleSet
in interface TurbineUserGroupRoleEntity
Copyright © 2011–2019 The Apache Software Foundation. All rights reserved.