Uses of Class
com.skava.auth.model.rest.entities.RoleVO
Packages that use RoleVO
Package
Description
Models to represent the entity classes.
Implementation classes to represent the service layer implementations of the role.
Support classes for hold the reusable functionalities.
Controller classes to represent the entry point of the REST service.
-
Uses of RoleVO in com.skava.auth.model.entities
Constructors in com.skava.auth.model.entities with parameters of type RoleVO -
Uses of RoleVO in com.skava.auth.service.impl.role
Methods in com.skava.auth.service.impl.role with parameters of type RoleVOModifier and TypeMethodDescription -
Uses of RoleVO in com.skava.auth.util
Methods in com.skava.auth.util with parameters of type RoleVOModifier and TypeMethodDescriptionstatic Role
RoleUtil.createRole
(RoleVO input, Long collectionId, Long userId, RoleRepository roleRepository) static Role
RoleUtil.createRole
(RoleVO inputRole, Set<Privilege> privileges, Long collectionId, Long userId, RoleRepository roleRepository) -
Uses of RoleVO in com.skava.auth.web
Methods in com.skava.auth.web with parameters of type RoleVOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Object>
RoleController.createRole
(String version, String authToken, long storeId, RoleVO request, Long businessId, Long collectionId) This service is used to create role.org.springframework.http.ResponseEntity<Object>
RoleController.modifyRole
(String version, String authToken, long storeId, Long roleId, RoleVO request, Long collectionId) This service is used to update role details based on collection identifier and role identifier.org.springframework.http.ResponseEntity<Object>
RoleController.replaceRole
(String version, String authToken, long storeId, Long roleId, RoleVO request, Long businessId, Long collectionId) This service is used to update role details based on collection identifier and role identifier.