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 Response
addChildGroup(String parentGroupId, String childGroupId)
Response
addChildGroup(String groupId, String childGroupId, Set<String> rights, Date startDate, Date endDate)
Response
delete(Group group)
List<Group>
findBeans(GroupSearchBean sb, int from, int size)
List<Group>
findBeans(GroupSearchBean sb, EntitlementsCollection[] collections, int from, int size)
GroupListResponse
findBeansResponse(GroupSearchBean sb, EntitlementsCollection[] collections, int from, int size)
Group
getGroup(String id)
StringResponse
save(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)
-
-