Uses of Class
com.skava.accounts.model.entity.PaymentTermEntity
Packages that use PaymentTermEntity
Package
Description
Accounts Domain Model Declarations.
Accounts Entity Model Declarations.
Accounts Repository Declarations.
Accounts Service Implementations.
-
Uses of PaymentTermEntity in com.skava.accounts.model.domain
Methods in com.skava.accounts.model.domain that return PaymentTermEntityModifier and TypeMethodDescriptionPaymentTermDO.toEntity
(CollectionsEntity collections) ToEntity - Used to convert entity to domain object.Methods in com.skava.accounts.model.domain with parameters of type PaymentTermEntityModifier and TypeMethodDescriptionPaymentTermDO.fromEntity
(PaymentTermEntity accountType) fromEntity - Used to convert domain object to entity. -
Uses of PaymentTermEntity in com.skava.accounts.model.entity
Fields in com.skava.accounts.model.entity with type parameters of type PaymentTermEntityModifier and TypeFieldDescriptionfinal com.querydsl.core.types.dsl.ListPath<PaymentTermEntity,
QPaymentTermEntity> QCollectionsEntity.paymentTerm
Constructor parameters in com.skava.accounts.model.entity with type arguments of type PaymentTermEntityModifierConstructorDescriptionQPaymentTermEntity
(com.querydsl.core.types.Path<? extends PaymentTermEntity> path) QPaymentTermEntity
(Class<? extends PaymentTermEntity> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits) -
Uses of PaymentTermEntity in com.skava.accounts.repository
Methods in com.skava.accounts.repository that return PaymentTermEntityModifier and TypeMethodDescriptionPaymentTermRepository.findNameById
(long paymentTermId) Find PaymentTerm name by id.Methods in com.skava.accounts.repository that return types with arguments of type PaymentTermEntityModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<PaymentTermEntity>
PaymentTermRepository.findAll
(org.springframework.data.jpa.domain.Specification<PaymentTermEntity> specification, org.springframework.data.domain.Pageable pageRequest) Find PaymentTermEntity based on inputs.PaymentTermRepository.findByIdAndCollectionId
(long id, long collectionId) Find PaymentTermEntity by id and collection id.Method parameters in com.skava.accounts.repository with type arguments of type PaymentTermEntityModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<PaymentTermEntity>
PaymentTermRepository.findAll
(org.springframework.data.jpa.domain.Specification<PaymentTermEntity> specification, org.springframework.data.domain.Pageable pageRequest) Find PaymentTermEntity based on inputs. -
Uses of PaymentTermEntity in com.skava.accounts.service.impl
Methods in com.skava.accounts.service.impl that return types with arguments of type PaymentTermEntityModifier and TypeMethodDescriptionCreateCollectionServiceImpl.createPaymentTermForThisCollection
(CollectionsEntity collectionEntity) This method is used to created Default paymentTerm for each newly created Collectionorg.springframework.data.domain.Page<PaymentTermEntity>
FindAllPaymentTermServiceImpl.search
(String filters, org.springframework.data.domain.Pageable pageable, String locale)