Uses of Class
com.skava.accounts.model.entity.VersionEntity
Packages that use VersionEntity
Package
Description
Accounts Domain Model Declarations.
Accounts Entity Model Declarations.
Accounts Repository Declarations.
Accounts Utility Implementations.
-
Uses of VersionEntity in com.skava.accounts.model.domain
Methods in com.skava.accounts.model.domain that return VersionEntityModifier and TypeMethodDescriptionVersionDO.toEntity()
This method is used to set collcetion's Id,businessId,description,name and status to entity.Methods in com.skava.accounts.model.domain with parameters of type VersionEntityModifier and TypeMethodDescriptionVersionDO.fromEntity
(VersionEntity version) This method is used to set collcetionDO's Id,businessId,description,name and status from entity. -
Uses of VersionEntity in com.skava.accounts.model.entity
Constructor parameters in com.skava.accounts.model.entity with type arguments of type VersionEntityModifierConstructorDescriptionQVersionEntity
(com.querydsl.core.types.Path<? extends VersionEntity> path) -
Uses of VersionEntity in com.skava.accounts.repository
Methods in com.skava.accounts.repository that return types with arguments of type VersionEntityModifier and TypeMethodDescriptionVersionRepository.findByIdAndCollectionId
(long id, long collectionId) Loads Version by Version id and PriceList id. -
Uses of VersionEntity in com.skava.accounts.util
Methods in com.skava.accounts.util that return types with arguments of type VersionEntityModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<VersionEntity>
VersionProcess.search
(String filters, org.springframework.data.domain.Pageable pageable, String locale) This method will price in the entity and provide the results based on the filters