Uses of Class
com.skava.auth.model.rest.entities.CollectionVO
Packages that use CollectionVO
Package
Description
Models to represent the entity classes.
Data transfer classes for collection to transfer data from service to CollectionController.
Implementation classes to represent the service layer implementations of the collection.
Classes to validate the request from the controllers to service implementations.
Support classes for hold the reusable functionalities.
Controller classes to represent the entry point of the REST service.
-
Uses of CollectionVO in com.skava.auth.model.entities
Constructors in com.skava.auth.model.entities with parameters of type CollectionVOModifierConstructorDescriptionCollection
(CollectionVO collection, Long createdBy, Long updatedBy) Instantiates a new collection entity. -
Uses of CollectionVO in com.skava.auth.model.response.collection
Constructors in com.skava.auth.model.response.collection with parameters of type CollectionVOModifierConstructorDescriptionCollectionResponse
(CollectionVO collection) Instantiates a new auth collection response. -
Uses of CollectionVO in com.skava.auth.service.impl.collection
Methods in com.skava.auth.service.impl.collection with parameters of type CollectionVOModifier and TypeMethodDescriptionCreateCollectionServiceImpl.process
(CollectionVO input) process.UpdateCollectionServiceImpl.process
(CollectionVO input) -
Uses of CollectionVO in com.skava.auth.service.validator
Methods in com.skava.auth.service.validator that return CollectionVO -
Uses of CollectionVO in com.skava.auth.util
Methods in com.skava.auth.util that return CollectionVOModifier and TypeMethodDescriptionstatic CollectionVO
CacheUtil.getCollection
(Long collectionId, CacheImpl cacheImpl, CollectionRepository collectionRepository) static CollectionVO
CacheUtil.getCollection
(Long collectionId, Long businessId, CacheImpl cacheImpl, CollectionRepository collectionRepository) static CollectionVO
CollectionUtil.getCollection
(Long businessId, Long collectionId, CollectionRepository collectionRepository, CacheImpl cacheImpl) Methods in com.skava.auth.util with parameters of type CollectionVOModifier and TypeMethodDescriptionstatic void
AuthorizationEventUtil.buildClientEventData
(com.skava.core.event.EventClientComponent eventClientComponent, List<ClientRolesVO> clientroles, CollectionVO collectionVO, String authToken, long storeId) This method used to build event datastatic void
AuthorizationEventUtil.buildEventData
(com.skava.core.event.EventClientComponent eventClientComponent, List<UserRolesVO> userroles, CollectionVO collectionVO, String authToken, long storeId) This method used to build event datastatic com.skava.core.auth.AuthGrantedAuthority
AuthGrandManipluationUtil.getAuthorityGrant
(Long userId, CollectionVO collection, String[] tokenData, org.springframework.context.ApplicationContext context, AuthCommonServices authCommonServices, RoleRepository roleRepository, boolean skipPrivilegeForStandardRole) This method returns the authorization service granted authority based on user's role association.static com.skava.core.auth.AuthGrantedAuthority
AuthGrandManipluationUtil.getClientAuthorityGrant
(String clientId, CollectionVO collection, String[] clientTokenData, org.springframework.context.ApplicationContext context, AuthCommonServices authCommonServices, RoleRepository roleRepository, boolean skipPrivilegeForStandardRole) This method returns the authorization service granted authority based on clients's role association.static CollectionStatus
AuthUtil.getCollectionStatus
(CollectionVO request) validateCollectionStatusstatic String
SessionUtil.getPropertyValueByName
(CollectionVO collection, String propertName) getPropertyValueByName -
Uses of CollectionVO in com.skava.auth.web
Methods in com.skava.auth.web with parameters of type CollectionVOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Object>
CollectionController.createCollection
(String version, Long businessId, long storeId, String authToken, CollectionVO request, String locale) This API creates a collection.org.springframework.http.ResponseEntity<Object>
CollectionController.updateCollectionDetails
(String version, Long businessId, long storeId, String authToken, Long collectionId, CollectionVO request, String locale) This API updates collection associated to the collection Id.