Uses of Class
com.skava.auth.model.rest.entities.PrivilegeVO
Packages that use PrivilegeVO
Package
Description
Models to represent the entity classes.
Implementation classes to represent the service layer implementations of the privilege.
Support classes for hold the reusable functionalities.
Controller classes to represent the entry point of the REST service.
-
Uses of PrivilegeVO in com.skava.auth.model.entities
Constructors in com.skava.auth.model.entities with parameters of type PrivilegeVOModifierConstructorDescriptionPrivilege
(PrivilegeVO input, Long userId) Instantiates a new privilege by assigning the given values. -
Uses of PrivilegeVO in com.skava.auth.service.impl.privilege
Methods in com.skava.auth.service.impl.privilege with parameters of type PrivilegeVO -
Uses of PrivilegeVO in com.skava.auth.util
Methods in com.skava.auth.util with parameters of type PrivilegeVOModifier and TypeMethodDescriptionstatic Privilege
PrivilegeUtil.createPrivilege
(PrivilegeVO input, Long userId, PrivilegeRepository privilegeRepository) static Privilege
PrivilegeUtil.getPrivilegeByServiceActionAndEntity
(PrivilegeVO inputPrivilege, Long userId, PrivilegeRepository privilegeRepository) Method parameters in com.skava.auth.util with type arguments of type PrivilegeVOModifier and TypeMethodDescriptionPrivilegeUtil.getPrivileges
(Set<PrivilegeVO> inputPrivileges, Long userId, PrivilegeRepository privilegeRepository) getPrivileges method returns the set of privileges -
Uses of PrivilegeVO in com.skava.auth.web
Methods in com.skava.auth.web with parameters of type PrivilegeVOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Object>
PrivilegeController.createPrivilege
(String version, Long businessId, String authToken, long storeId, PrivilegeVO privilege) This service is used to create privilege based on the given privilege data.org.springframework.http.ResponseEntity<Object>
PrivilegeController.updatePrivilege
(String version, Long businessId, String authToken, long storeId, Long privilegeId, PrivilegeVO privilegeDetails) This service is used to update privilege for which privilege id given in request.