Package org.openiam.common.beans.mq
Class GroupRabbitMQService
- java.lang.Object
-
- org.openiam.common.beans.mq.AbstractRabbitMQService
-
- org.openiam.common.beans.mq.GroupRabbitMQService
-
@Component public class GroupRabbitMQService extends AbstractRabbitMQService
-
-
Field Summary
-
Fields inherited from class org.openiam.common.beans.mq.AbstractRabbitMQService
rabbitMQSender
-
-
Constructor Summary
Constructors Constructor Description GroupRabbitMQService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResponseaddChildGroup(String parentGroupId, String childGroupId)ResponseaddChildGroup(String groupId, String childGroupId, Set<String> rights, Date startDate, Date endDate)Responsedelete(Group group)List<Group>findBeans(GroupSearchBean sb, int from, int size)List<Group>findBeans(GroupSearchBean sb, EntitlementsCollection[] collections, int from, int size)GroupListResponsefindBeansResponse(GroupSearchBean sb, EntitlementsCollection[] collections, int from, int size)GroupgetGroup(String id)StringResponsesave(Group group)-
Methods inherited from class org.openiam.common.beans.mq.AbstractRabbitMQService
crudRequest, idRequest
-
-
-
-
Method Detail
-
save
public StringResponse save(Group group)
-
findBeans
public List<Group> findBeans(GroupSearchBean sb, int from, int size)
-
findBeans
public List<Group> findBeans(GroupSearchBean sb, EntitlementsCollection[] collections, int from, int size)
-
addChildGroup
public Response addChildGroup(String groupId, String childGroupId, Set<String> rights, Date startDate, Date endDate)
-
findBeansResponse
public GroupListResponse findBeansResponse(GroupSearchBean sb, EntitlementsCollection[] collections, int from, int size)
-
-