Uses of Class
com.skava.auth.model.entities.Collection
Packages that use Collection
Package
Description
Models to represent the entity classes.
Data transfer classes for collection to transfer data from service to CollectionController.
Data transfer classes for entities to hold the entity related informations.
Repository classes to represent the data access layer of the entities.
Classes to validate the request from the controllers to service implementations.
Support classes for hold the reusable functionalities.
-
Uses of Collection in com.skava.auth.model.entities
Constructors in com.skava.auth.model.entities with parameters of type CollectionModifierConstructorDescriptionClientRole
(ClientRole matchedClientRole, ClientRole clientRole, Collection collection) ClientRole
(String clientId, ClientRoleVO clientRole, Collection collection) CollectionProperty
(Collection collection, CollectionAttribute attribute, CollectionPropertyVO property) Instantiates a new collection property.UserRole
(UserRole matchedUserRole, UserRole userRole, Collection collection) UserRole
(Long userId, UserRoleVO userRole, Collection collection) Constructor parameters in com.skava.auth.model.entities with type arguments of type CollectionModifierConstructorDescriptionQCollection
(com.querydsl.core.types.Path<? extends Collection> path) -
Uses of Collection in com.skava.auth.model.response.collection
Constructor parameters in com.skava.auth.model.response.collection with type arguments of type CollectionModifierConstructorDescriptionCollectionsResponse
(List<Collection> collections, PageableInfo pageableInfo) Instantiates a new auth collections response. -
Uses of Collection in com.skava.auth.model.rest.entities
Constructors in com.skava.auth.model.rest.entities with parameters of type CollectionModifierConstructorDescriptionCollectionVO
(Collection collection, boolean loadPropeties) ConstructCollectionVO
object by parsingCollection
object. -
Uses of Collection in com.skava.auth.repository
Methods in com.skava.auth.repository that return CollectionModifier and TypeMethodDescriptionCollectionRepository.findTopByBusinessId
(Long businessId) Service definition to find collection by business id.Methods in com.skava.auth.repository that return types with arguments of type CollectionModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<Collection>
CollectionRepository.findAll
(org.springframework.data.jpa.domain.Specification<Collection> specification, org.springframework.data.domain.Pageable pageRequest) Service definition to find all collections.CollectionRepository.findByIdAndBusinessId
(Long collectionId, Long businessId) Service definition to find collection by id and business id.Method parameters in com.skava.auth.repository with type arguments of type CollectionModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<Collection>
CollectionRepository.findAll
(org.springframework.data.jpa.domain.Specification<Collection> specification, org.springframework.data.domain.Pageable pageRequest) Service definition to find all collections. -
Uses of Collection in com.skava.auth.service.validator
Methods in com.skava.auth.service.validator that return CollectionModifier and TypeMethodDescriptionAuthValidatorComponent.validateCollection
(Long collectionId, Long businessId) -
Uses of Collection in com.skava.auth.util
Methods in com.skava.auth.util that return CollectionModifier and TypeMethodDescriptionstatic Collection
CollectionUtil.createCollection
(Collection collection, CollectionRepository collectionRepository) static Collection
CollectionUtil.getCollection
(Long collectionId, Long businessId, CollectionRepository collectionRepository) static Collection
CollectionUtil.updateCollection
(Collection collection, CollectionRepository collectionRepository) Methods in com.skava.auth.util that return types with arguments of type CollectionModifier and TypeMethodDescriptionstatic org.springframework.data.domain.Page<Collection>
CollectionUtil.filterCollections
(Long businessId, String filter, String sort, int page, int size, CollectionRepository collectionRepository, jakarta.persistence.EntityManager entityManager) This method is used to search collection.Methods in com.skava.auth.util with parameters of type CollectionModifier and TypeMethodDescriptionstatic void
AuthorizationEventUtil.buildClientEventData
(com.skava.core.event.EventClientComponent eventClientComponent, List<ClientRolesVO> addedClientroles, List<ClientRolesVO> removedClientroles, List<ClientRolesVO> updatedClientRoles, Collection collection, String authToken, long storeId) This method used to build event datastatic void
AuthorizationEventUtil.buildEventData
(com.skava.core.event.EventClientComponent eventClientComponent, List<UserRolesVO> addedUserroles, List<UserRolesVO> removedUserroles, List<UserRolesVO> updatedUserRoles, Collection collection, String authToken, long storeId) This method used to build event datastatic Collection
CollectionUtil.createCollection
(Collection collection, CollectionRepository collectionRepository) static Set<CollectionProperty>
AuthUtil.getCollectionProperties
(Collection collection, List<CollectionPropertyVO> requestProperties, List<CollectionAttribute> attributes, org.springframework.context.MessageSource messageSource) static Set<CollectionProperty>
AuthUtil.getUpdatedCollectionProperties
(Collection collection, List<CollectionPropertyVO> requestProperties, List<CollectionAttribute> attributes, org.springframework.context.MessageSource messageSource) static <T> void
AuthorizationEventUtil.sendingNotificationForRole
(com.skava.core.event.EventClientComponent eventClientComponent, com.skava.core.event.Message<T> authMessage, String routingKey, Collection collection, long storeId) This method is used to send Notification to user if any user or client roles added or updated.static Collection
CollectionUtil.updateCollection
(Collection collection, CollectionRepository collectionRepository)