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, updatepublic TorqueAbstractTurbineTurbineSecurityEntity()
public void addUserGroupRole(TurbineUserGroupRole userGroupRole) throws DataBackendException
addUserGroupRole in interface TurbineUserGroupRoleEntityDataBackendExceptionpublic 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 TurbineUserGroupRoleEntityDataBackendExceptionpublic void removeUserGroupRole(TurbineUserGroupRole userGroupRole) throws DataBackendException
removeUserGroupRole in interface TurbineUserGroupRoleEntityDataBackendExceptionpublic 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 TurbineUserGroupRoleEntityCopyright © 2011–2019 The Apache Software Foundation. All rights reserved.