Uses of Class
com.skava.accounts.model.entity.CollectionsEntity
Packages that use CollectionsEntity
Package
Description
Accounts Domain Model Declarations.
Accounts Entity Model Declarations.
Accounts Repository Declarations.
Accounts Service Implementations.
Accounts Utility Implementations.
-
Uses of CollectionsEntity in com.skava.accounts.model.domain
Methods in com.skava.accounts.model.domain that return CollectionsEntityModifier and TypeMethodDescriptionCollectionsDO.toEntity()
toEntity - Used to convert domain object to entity.Methods in com.skava.accounts.model.domain with parameters of type CollectionsEntityModifier and TypeMethodDescriptionCollectionsDO.fromEntity
(CollectionsEntity collection, CollectionAttributesRepository attributesRepository) fromEntity - Used to convert entity to domain object.CollectionsDO.fromEntity
(CollectionsEntity collection, CollectionAttributesRepository attributesRepository, String service) fromEntity - Used to convert entity to domain object.AccountTypesDO.toEntity
(CollectionsEntity collections) toentity.PaymentTermDO.toEntity
(CollectionsEntity collections) ToEntity - Used to convert entity to domain object.PropertiesDO.toEntity
(CollectionsEntity collections) toEntity - Used to convert domain object to entity. -
Uses of CollectionsEntity in com.skava.accounts.model.entity
Constructors in com.skava.accounts.model.entity with parameters of type CollectionsEntityModifierConstructorDescriptionAccountTypesEntity
(String name, String description, CollectionsEntity collectionsEntity) PaymentTermEntity
(String name, String term, CollectionsEntity collectionEntity) PropertiesEntity
(CollectionsEntity collection, CollectionAttributesEntity attribute, Properties property) Instantiates a new collection property.Constructor parameters in com.skava.accounts.model.entity with type arguments of type CollectionsEntityModifierConstructorDescriptionQCollectionsEntity
(com.querydsl.core.types.Path<? extends CollectionsEntity> path) -
Uses of CollectionsEntity in com.skava.accounts.repository
Methods in com.skava.accounts.repository that return types with arguments of type CollectionsEntityModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<CollectionsEntity>
CollectionsRepository.findAll
(org.springframework.data.jpa.domain.Specification<CollectionsEntity> specification, org.springframework.data.domain.Pageable pageRequest) Find all CollectionsEntity based on the inputs.CollectionsRepository.findByIdAndBussinessId
(long id, long businessId) Find CollectionsEntity based on id and businessId.Method parameters in com.skava.accounts.repository with type arguments of type CollectionsEntityModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<CollectionsEntity>
CollectionsRepository.findAll
(org.springframework.data.jpa.domain.Specification<CollectionsEntity> specification, org.springframework.data.domain.Pageable pageRequest) Find all CollectionsEntity based on the inputs. -
Uses of CollectionsEntity in com.skava.accounts.service.impl
Methods in com.skava.accounts.service.impl that return types with arguments of type CollectionsEntityModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<CollectionsEntity>
FindAllCollectionServiceImpl.search
(String filters, org.springframework.data.domain.Pageable pageable, String locale) search - find the collections for the given filter.Methods in com.skava.accounts.service.impl with parameters of type CollectionsEntityModifier and TypeMethodDescriptionCreateCollectionServiceImpl.createAccountTypeForThisCollection
(CollectionsEntity collectionEntity) This method is used to created Default accountypes for each newly created CollectionCreateCollectionServiceImpl.createPaymentTermForThisCollection
(CollectionsEntity collectionEntity) This method is used to created Default paymentTerm for each newly created Collection -
Uses of CollectionsEntity in com.skava.accounts.util
Methods in com.skava.accounts.util that return CollectionsEntityModifier and TypeMethodDescriptionstatic CollectionsEntity
CacheUtil.getCollectionFromCacheOrDB
(long collectionId, long businessId, String locale, AccountCommonServices accountCommonService, CollectionsRepository collectionRepository) static CollectionsEntity
CacheUtil.getCollectionFromCacheOrDB
(long collectionId, AccountCommonServices accountCommonService, CollectionsRepository collectionRepository) static CollectionsEntity
CollectionUtil.updateCollectionProperties
(CollectionsEntity collectionEntity, CollectionsDO collectionDO, PropertiesRepository propertyRepository, CollectionsRepository collectionRepository) Methods in com.skava.accounts.util with parameters of type CollectionsEntityModifier and TypeMethodDescriptionstatic void
CollectionUtil.createAccountTypeForThisCollection
(CollectionsEntity collectionEntity, AccountTypesRepository accountTypeRepository) This method is used to created Default accountypes for each newly created Collectionstatic void
CollectionUtil.createPaymentTermForThisCollection
(CollectionsEntity collectionEntity, PaymentTermRepository paymentTermRepository) This method is used to created Default paymentTerm for each newly created Collectionstatic CollectionsEntity
CollectionUtil.updateCollectionProperties
(CollectionsEntity collectionEntity, CollectionsDO collectionDO, PropertiesRepository propertyRepository, CollectionsRepository collectionRepository)