Uses of Class
de.aservo.confapi.crowd.model.GroupsBean
Packages that use GroupsBean
Package
Description
-
Uses of GroupsBean in de.aservo.confapi.crowd.rest
Methods in de.aservo.confapi.crowd.rest with parameters of type GroupsBeanModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseGroupsResourceImpl.setGroups(long directoryId, GroupsBean groupBeans) -
Uses of GroupsBean in de.aservo.confapi.crowd.rest.api
Methods in de.aservo.confapi.crowd.rest.api with parameters of type GroupsBeanModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseGroupsResource.setGroups(@javax.validation.constraints.NotNull long directoryId, @NotNull GroupsBean groupBeans) -
Uses of GroupsBean in de.aservo.confapi.crowd.service
Methods in de.aservo.confapi.crowd.service that return GroupsBeanModifier and TypeMethodDescriptionGroupsServiceImpl.setGroups(long directoryId, GroupsBean groupsBean) Methods in de.aservo.confapi.crowd.service with parameters of type GroupsBeanModifier and TypeMethodDescriptionGroupsServiceImpl.setGroups(long directoryId, GroupsBean groupsBean) -
Uses of GroupsBean in de.aservo.confapi.crowd.service.api
Methods in de.aservo.confapi.crowd.service.api that return GroupsBeanModifier and TypeMethodDescriptionGroupsService.setGroups(long directoryId, GroupsBean groupsBean) Set (add or update) groups.Methods in de.aservo.confapi.crowd.service.api with parameters of type GroupsBeanModifier and TypeMethodDescriptionGroupsService.setGroups(long directoryId, GroupsBean groupsBean) Set (add or update) groups.