Package de.xima.fc.api.entity
Class EntityberechtigungAPI
- java.lang.Object
-
- de.xima.fc.api.ASubAPI
-
- de.xima.fc.api.entity.AEntityAPI<Entityberechtigung>
-
- de.xima.fc.api.entity.EntityberechtigungAPI
-
public class EntityberechtigungAPI extends AEntityAPI<Entityberechtigung>
API class for manipulation ofEntityberechtigung
entities.- Author:
- XIMA MEDIA GmbH
-
-
Field Summary
-
Fields inherited from class de.xima.fc.api.entity.AEntityAPI
entityClass
-
-
Constructor Summary
Constructors Constructor Description EntityberechtigungAPI()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Entityberechtigung>
getAllByRolle(UserContext uc, Rolle rolle)
Method for determining all entity authorizations by the role.-
Methods inherited from class de.xima.fc.api.entity.AEntityAPI
create, create, delete, delete, deleteAllBy, deleteById, deleteById, getAll, getAllBy, getAttributes, getAttributes, getBy, getById, getById, getSingleAttributes, getSingleAttributes, resultTotalCount, resultTotalCount, update, update
-
Methods inherited from class de.xima.fc.api.ASubAPI
getHandlerProvider
-
-
-
-
Method Detail
-
getAllByRolle
public List<Entityberechtigung> getAllByRolle(UserContext uc, Rolle rolle)
Method for determining all entity authorizations by the role.- Parameters:
uc
-UserContext
the user context in which the action is to be performed.rolle
-Rolle
the role for the authorization.- Returns:
List
ofEntityberechtigung
.
-
-