Package org.openiam.common.beans.mq
Class RoleRabbitMQService
- java.lang.Object
-
- org.openiam.common.beans.mq.AbstractRabbitMQService
-
- org.openiam.common.beans.mq.RoleRabbitMQService
-
@Service public class RoleRabbitMQService extends AbstractRabbitMQService
-
-
Field Summary
-
Fields inherited from class org.openiam.common.beans.mq.AbstractRabbitMQService
rabbitMQSender
-
-
Constructor Summary
Constructors Constructor Description RoleRabbitMQService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResponseaddChildRole(String parentRole, String childRole)ResponseaddChildRole(String roleId, String childRoleId, Set<String> rights, Date startDate, Date endDate)Responsedelete(Role role)List<Role>findBeans(RoleSearchBean sb, int from, int size)List<Role>findBeans(RoleSearchBean sb, EntitlementsCollection[] collections, int from, int size)RoleListResponsefindBeansResponse(RoleSearchBean sb, EntitlementsCollection[] collections, int from, int size)RolegetRole(String id)RoleResponsesave(Role role)-
Methods inherited from class org.openiam.common.beans.mq.AbstractRabbitMQService
crudRequest, idRequest
-
-
-
-
Method Detail
-
save
public RoleResponse save(Role role)
-
findBeans
public List<Role> findBeans(RoleSearchBean sb, int from, int size)
-
findBeans
public List<Role> findBeans(RoleSearchBean sb, EntitlementsCollection[] collections, int from, int size)
-
addChildRole
public Response addChildRole(String roleId, String childRoleId, Set<String> rights, Date startDate, Date endDate)
-
findBeansResponse
public RoleListResponse findBeansResponse(RoleSearchBean sb, EntitlementsCollection[] collections, int from, int size)
-
-