Uses of Class
com.skava.accounts.model.entity.CollectionAttributesEntity
Packages that use CollectionAttributesEntity
Package
Description
Accounts Entity Model Declarations.
Accounts Exchange Model Declarations.
Accounts Repository Declarations.
Accounts Utility Implementations.
-
Uses of CollectionAttributesEntity in com.skava.accounts.model.entity
Fields in com.skava.accounts.model.entity declared as CollectionAttributesEntityModifier and TypeFieldDescriptionprotected CollectionAttributesEntity
PropertiesEntity.attribute
attribute id of the property.Constructors in com.skava.accounts.model.entity with parameters of type CollectionAttributesEntityModifierConstructorDescriptionPropertiesEntity
(CollectionsEntity collection, CollectionAttributesEntity attribute, Properties property) Instantiates a new collection property.Constructor parameters in com.skava.accounts.model.entity with type arguments of type CollectionAttributesEntityModifierConstructorDescriptionQCollectionAttributesEntity
(com.querydsl.core.types.Path<? extends CollectionAttributesEntity> path) -
Uses of CollectionAttributesEntity in com.skava.accounts.model.exchange
Methods in com.skava.accounts.model.exchange with parameters of type CollectionAttributesEntityModifier and TypeMethodDescriptionCollectionAttributes.fromEntity
(CollectionAttributesEntity colletionAttributes) FromEntity - This function is used to map the params present in objectCollectionAttributesEntity
toCollectionAttributes
-
Uses of CollectionAttributesEntity in com.skava.accounts.repository
Methods in com.skava.accounts.repository that return types with arguments of type CollectionAttributesEntityModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<CollectionAttributesEntity>
CollectionAttributesRepository.findAll
(org.springframework.data.domain.Pageable pageRequest) Find all CollectionAttributesEntity by given inputs.CollectionAttributesRepository.findByName
(String name) find CollectionAttributesEntity ByName. -
Uses of CollectionAttributesEntity in com.skava.accounts.util
Methods in com.skava.accounts.util that return CollectionAttributesEntityModifier and TypeMethodDescriptionCreateAccountServiceUtil.createDefaultCostcentreDO
(AccountsEntity account) This method is used to create default costcentreDO.CreateAccountServiceUtil.createDefaultTeamDO
(AccountsEntity account) `This method is used to create default teamDO.Methods in com.skava.accounts.util that return types with arguments of type CollectionAttributesEntityModifier and TypeMethodDescriptionstatic Iterable<CollectionAttributesEntity>
CacheUtil.getCollectionAttributeFromCacheOrDB
(AccountCommonServices accountCommonService, CollectionAttributesRepository collectionAttributeRepository) Method parameters in com.skava.accounts.util with type arguments of type CollectionAttributesEntityModifier and TypeMethodDescriptionstatic Collections
CollectionUtil.getCollectionProperties
(Collections collection, List<Properties> requestProperties, Iterable<CollectionAttributesEntity> attributesEntities, Set<String> ignoredPropertiesList, String locale, org.springframework.context.MessageSource messageSource) Gets the collection properties.