Uses of Class
com.echothree.model.data.payment.common.pk.PaymentDetailPK
Packages that use PaymentDetailPK
Package
Description
-
Uses of PaymentDetailPK in com.echothree.model.data.payment.server.entity
Methods in com.echothree.model.data.payment.server.entity that return PaymentDetailPKModifier and TypeMethodDescriptionPayment.getActiveDetailPK()
Payment.getLastDetailPK()
PaymentDetail.getPrimaryKey()
Methods in com.echothree.model.data.payment.server.entity with parameters of type PaymentDetailPKModifier and TypeMethodDescriptionvoid
Payment.setActiveDetailPK
(PaymentDetailPK activeDetailPK) void
Payment.setLastDetailPK
(PaymentDetailPK lastDetailPK) -
Uses of PaymentDetailPK in com.echothree.model.data.payment.server.factory
Methods in com.echothree.model.data.payment.server.factory that return PaymentDetailPKModifier and TypeMethodDescriptionPaymentDetailFactory.getNextPK()
PaymentDetailFactory.getPKFromQuery
(PreparedStatement ps, Object... params) PaymentDetailFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.payment.server.factory that return types with arguments of type PaymentDetailPKModifier and TypeMethodDescriptionPaymentDetailFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) PaymentDetailFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) PaymentDetailFactory.getPKsFromResultSetAsList
(ResultSet rs) PaymentDetailFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.payment.server.factory with parameters of type PaymentDetailPKModifier and TypeMethodDescriptionPaymentFactory.create
(PaymentDetailPK activeDetailPK, PaymentDetailPK lastDetailPK) PaymentFactory.create
(Session session, PaymentDetailPK activeDetailPK, PaymentDetailPK lastDetailPK) PaymentDetailFactory.getEntityFromCache
(Session session, PaymentDetailPK pk) PaymentDetailFactory.getEntityFromPK
(EntityPermission entityPermission, PaymentDetailPK pk) PaymentDetailFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, PaymentDetailPK pk) PaymentDetailFactory.getValueFromPK
(Session session, PaymentDetailPK pk) void
PaymentDetailFactory.remove
(Session session, PaymentDetailPK pk) boolean
PaymentDetailFactory.validPK
(Session session, PaymentDetailPK pk) Method parameters in com.echothree.model.data.payment.server.factory with type arguments of type PaymentDetailPKModifier and TypeMethodDescriptionPaymentDetailFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<PaymentDetailPK> pks) PaymentDetailFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<PaymentDetailPK> pks) PaymentDetailFactory.getValuesFromPKs
(Session session, Collection<PaymentDetailPK> pks) void
PaymentDetailFactory.remove
(Session session, Collection<PaymentDetailPK> pks) void
PaymentDetailFactory.remove
(Collection<PaymentDetailPK> pks) -
Uses of PaymentDetailPK in com.echothree.model.data.payment.server.value
Methods in com.echothree.model.data.payment.server.value that return PaymentDetailPKModifier and TypeMethodDescriptionPaymentValue.getActiveDetailPK()
PaymentValue.getLastDetailPK()
PaymentDetailValue.getPrimaryKey()
Methods in com.echothree.model.data.payment.server.value with parameters of type PaymentDetailPKModifier and TypeMethodDescriptionvoid
PaymentValue.setActiveDetailPK
(PaymentDetailPK activeDetailPK) void
PaymentValue.setLastDetailPK
(PaymentDetailPK lastDetailPK) Constructors in com.echothree.model.data.payment.server.value with parameters of type PaymentDetailPKModifierConstructorDescriptionPaymentDetailValue
(PaymentDetailPK paymentDetailPK, PaymentPK paymentPK, String paymentName, PartyPaymentMethodPK partyPaymentMethodPK, CurrencyPK currencyPK, Long amount, Long fromTime, Long thruTime) Creates a new instance of PaymentDetailValuePaymentValue
(PaymentDetailPK activeDetailPK, PaymentDetailPK lastDetailPK) Creates a new instance of PaymentValuePaymentValue
(PaymentPK paymentPK, PaymentDetailPK activeDetailPK, PaymentDetailPK lastDetailPK) Creates a new instance of PaymentValue