Uses of Class
com.skava.payment.model.entity.paymentoption.PaymentOptionPropertyEntity
Packages that use PaymentOptionPropertyEntity
Package
Description
Copyright ©2023, Infosys Equinox.
Copyright ©2023, Infosys Equinox.
Copyright ©2023, Infosys Equinox.
Copyright ©2023, Infosys Equinox.
Copyright ©2023, Infosys Equinox.
-
Uses of PaymentOptionPropertyEntity in com.skava.payment.model.entity.paymentoption
Fields in com.skava.payment.model.entity.paymentoption with type parameters of type PaymentOptionPropertyEntityModifier and TypeFieldDescriptionfinal com.querydsl.core.types.dsl.ListPath<PaymentOptionPropertyEntity,
QPaymentOptionPropertyEntity> QPaymentOptionEntity.paymentOptionPropertyEntity
Constructor parameters in com.skava.payment.model.entity.paymentoption with type arguments of type PaymentOptionPropertyEntityModifierConstructorDescriptionQPaymentOptionPropertyEntity
(com.querydsl.core.types.Path<? extends PaymentOptionPropertyEntity> path) QPaymentOptionPropertyEntity
(Class<? extends PaymentOptionPropertyEntity> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits) -
Uses of PaymentOptionPropertyEntity in com.skava.paymentapp.model.request.paymentoption
Methods in com.skava.paymentapp.model.request.paymentoption that return PaymentOptionPropertyEntityModifier and TypeMethodDescriptionPaymentOptionPropertyRequestInternal.toPaymentOptionPropertyEntity()
-
Uses of PaymentOptionPropertyEntity in com.skava.paymentapp.model.response.paymentoption
Methods in com.skava.paymentapp.model.response.paymentoption with parameters of type PaymentOptionPropertyEntityModifier and TypeMethodDescriptionEligiblePaymentOptionProperty.fromEntity
(PaymentOptionPropertyEntity prop) PaymentOptionPropertyResponse.fromEntity
(PaymentOptionPropertyEntity prop) -
Uses of PaymentOptionPropertyEntity in com.skava.paymentapp.process.paymentoption
Methods in com.skava.paymentapp.process.paymentoption that return PaymentOptionPropertyEntityModifier and TypeMethodDescriptionPaymentOptionPropertyProcess.createPaymentOptionProperty
(PaymentOptionPropertyRequestInternal requestInternal, PaymentOptionEntity paymentOptionEntity) PaymentOptionPropertyProcess.findByOptionIdAndPropertName
(Integer paymentOptionId, String propertyName) PaymentOptionPropertyProcess.findPaymentOptionPropertyById
(Integer paymentOptionPropertyId) Methods in com.skava.paymentapp.process.paymentoption that return types with arguments of type PaymentOptionPropertyEntityModifier and TypeMethodDescriptionPaymentOptionPropertyProcess.createPropertiesForPaymentOption
(Set<PaymentOptionPropertyRequest> props, PaymentOptionEntity paymentOptionEntity) PaymentOptionPropertyProcess.findByPaymentOptionId
(Integer paymentOptionId) PaymentOptionPropertyProcess.findByPaymentOptionIdAndCollectionId
(Integer paymentOptionId, Long collectionId) PaymentOptionPropertyProcess.patchPaymentOptionProperties
(PaymentOptionEntity paymentOption, Set<PaymentOptionPropertyRequest> properties) PaymentOptionPropertyProcess.putPaymentOptionProperties
(PaymentOptionEntity paymentOption, Set<PaymentOptionPropertyRequest> properties) -
Uses of PaymentOptionPropertyEntity in com.skava.paymentapp.repository.paymentoption
Methods in com.skava.paymentapp.repository.paymentoption that return PaymentOptionPropertyEntityModifier and TypeMethodDescriptionPaymentOptionPropertyRepository.findByNameAndPaymentOptionEntityPaymentOptionId
(String propertyName, Integer paymentOptionId) PaymentOptionPropertyRepository.findByPaymentOptionEntityAndLocale
(PaymentOptionEntity entity, String locale) Find by payment option entity and localeMethods in com.skava.paymentapp.repository.paymentoption that return types with arguments of type PaymentOptionPropertyEntityModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<PaymentOptionPropertyEntity>
PaymentOptionPropertyRepository.findAll
(org.springframework.data.jpa.domain.Specification<PaymentOptionPropertyEntity> paramSpecification, org.springframework.data.domain.Pageable paramPageable) PaymentOptionPropertyRepository.findByPaymentOptionEntityPaymentOptionId
(Integer id) PaymentOptionPropertyRepository.findByPaymentOptionEntityPaymentOptionIdAndPaymentOptionEntityCollectionId
(Integer id, Long collectionId) Method parameters in com.skava.paymentapp.repository.paymentoption with type arguments of type PaymentOptionPropertyEntityModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<PaymentOptionPropertyEntity>
PaymentOptionPropertyRepository.findAll
(org.springframework.data.jpa.domain.Specification<PaymentOptionPropertyEntity> paramSpecification, org.springframework.data.domain.Pageable paramPageable)