Uses of Class
com.skava.auth.model.rest.entities.GroupAttributeVO
Packages that use GroupAttributeVO
Package
Description
Models to represent the entity classes.
Implementation classes to represent the service layer implementations of the group attribute.
Support classes for hold the reusable functionalities.
Controller classes to represent the entry point of the REST service.
-
Uses of GroupAttributeVO in com.skava.auth.model.entities
Constructors in com.skava.auth.model.entities with parameters of type GroupAttributeVOModifierConstructorDescriptionGroupAttribute
(GroupAttributeVO input) Instantiates a new group attributes. -
Uses of GroupAttributeVO in com.skava.auth.service.impl.groupattribute
Methods in com.skava.auth.service.impl.groupattribute with parameters of type GroupAttributeVOModifier and TypeMethodDescriptionCreateGroupAttributeServiceImpl.process
(@Valid GroupAttributeVO input) -
Uses of GroupAttributeVO in com.skava.auth.util
Methods in com.skava.auth.util with parameters of type GroupAttributeVOModifier and TypeMethodDescriptionstatic GroupAttribute
GroupAttributeUtil.createGroupAttribute
(GroupAttributeVO input, GroupAttributeRepository groupAttributeRepository) -
Uses of GroupAttributeVO in com.skava.auth.web
Methods in com.skava.auth.web with parameters of type GroupAttributeVOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Object>
GroupAttributeController.createGroupAttribute
(String version, String authToken, long storeId, GroupAttributeVO request, String locale, Long collectionId) This service creates a new group attribute.org.springframework.http.ResponseEntity<Object>
GroupAttributeController.updateGroupAttribute
(String version, String authToken, long storeId, Long groupattributeId, GroupAttributeVO groupAttributeDetails, String locale, Long collectionId) This service updates the specified group privilege attribute.