Uses of Class
org.craftercms.studio.api.v2.dal.Group
Packages that use Group
Package
Description
-
Uses of Group in org.craftercms.studio.api.v2.dal
Methods in org.craftercms.studio.api.v2.dal that return GroupModifier and TypeMethodDescriptionGroupDAO.getGroup(long groupId) Get group by group idUserGroup.getGroup()GroupDAO.getGroupByName(String groupName) Get group by group nameSecurityDAO.getGroupObject(Map params) Methods in org.craftercms.studio.api.v2.dal that return types with arguments of type GroupModifier and TypeMethodDescriptionGroupDAO.getAllGroupsForOrganization(long orgId, String keyword, int offset, int limit, String sort) Get all groups for given organizationGet groups by group idsSecurityDAO.getUserGroups(String username) UserDAO.getUserGroups(Map params) Get user groupsSecurityDAO.getUserGroupsPerSite(Map params) Methods in org.craftercms.studio.api.v2.dal with parameters of type Group -
Uses of Group in org.craftercms.studio.api.v2.dal.security
Method parameters in org.craftercms.studio.api.v2.dal.security with type arguments of type GroupModifier and TypeMethodDescriptionlongSitePermissionMappings.getAvailableActions(String username, List<Group> groups, String path) -
Uses of Group in org.craftercms.studio.api.v2.service.security
Methods in org.craftercms.studio.api.v2.service.security that return GroupModifier and TypeMethodDescriptionGroupService.createGroup(long orgId, String groupName, String groupDescription, boolean externallyManaged) Create groupGroupService.getGroup(long groupId) Get groupGroupService.updateGroup(long orgId, Group group) Update groupMethods in org.craftercms.studio.api.v2.service.security that return types with arguments of type GroupModifier and TypeMethodDescriptionGroupService.getAllGroups(long orgId, String keyword, int offset, int limit, String sort) Get all groupsMethods in org.craftercms.studio.api.v2.service.security with parameters of type Group -
Uses of Group in org.craftercms.studio.api.v2.service.security.internal
Methods in org.craftercms.studio.api.v2.service.security.internal that return GroupModifier and TypeMethodDescriptionGroupServiceInternal.createGroup(long orgId, String groupName, String groupDescription, boolean externallyManaged) GroupServiceInternal.getGroup(long groupId) GroupServiceInternal.getGroupByName(String groupName) GroupServiceInternal.updateGroup(long orgId, Group group) Methods in org.craftercms.studio.api.v2.service.security.internal that return types with arguments of type GroupModifier and TypeMethodDescriptionGroupServiceInternal.getAllGroups(long orgId, String keyword, int offset, int limit, String sort) UserServiceInternal.getUserGroups(long userId, String username) Methods in org.craftercms.studio.api.v2.service.security.internal with parameters of type Group -
Uses of Group in org.craftercms.studio.controller.rest.v2
Methods in org.craftercms.studio.controller.rest.v2 that return types with arguments of type GroupModifier and TypeMethodDescriptionGroupsController.createGroup(@Valid Group group) Create group APIGroupsController.getAllGroups(String keyword, @javax.validation.constraints.PositiveOrZero int offset, @javax.validation.constraints.PositiveOrZero int limit, String sort) Get groups APIGroupsController.getGroup(int groupId) Get group APIGroupsController.updateGroup(@Valid UpdateGroupRequest updateRequest) Update group APIMethods in org.craftercms.studio.controller.rest.v2 with parameters of type GroupModifier and TypeMethodDescriptionGroupsController.createGroup(@Valid Group group) Create group API -
Uses of Group in org.craftercms.studio.impl.v2.service.security
Methods in org.craftercms.studio.impl.v2.service.security that return GroupModifier and TypeMethodDescriptionGroupServiceImpl.createGroup(long orgId, String groupName, String groupDescription, boolean externallyManaged) GroupServiceImpl.getGroup(long groupId) GroupServiceImpl.updateGroup(long orgId, Group group) Methods in org.craftercms.studio.impl.v2.service.security that return types with arguments of type GroupModifier and TypeMethodDescriptionGroupServiceImpl.getAllGroups(long orgId, String keyword, int offset, int limit, String sort) Methods in org.craftercms.studio.impl.v2.service.security with parameters of type Group -
Uses of Group in org.craftercms.studio.impl.v2.service.security.internal
Methods in org.craftercms.studio.impl.v2.service.security.internal that return GroupModifier and TypeMethodDescriptionGroupServiceInternalImpl.createGroup(long orgId, String groupName, String groupDescription, boolean externallyManaged) GroupServiceInternalImpl.getGroup(long groupId) GroupServiceInternalImpl.getGroupByName(String groupName) GroupServiceInternalImpl.updateGroup(long orgId, Group updatedGroup) Methods in org.craftercms.studio.impl.v2.service.security.internal that return types with arguments of type GroupModifier and TypeMethodDescriptionGroupServiceInternalImpl.getAllGroups(long orgId, String keyword, int offset, int limit, String sort) UserServiceInternalImpl.getUserGroups(long userId, String username) Methods in org.craftercms.studio.impl.v2.service.security.internal with parameters of type GroupModifier and TypeMethodDescriptionGroupServiceInternalImpl.updateGroup(long orgId, Group updatedGroup)