Uses of Class
com.echothree.model.data.payment.common.pk.PaymentDeductionPK
Packages that use PaymentDeductionPK
Package
Description
-
Uses of PaymentDeductionPK in com.echothree.model.data.payment.server.entity
Methods in com.echothree.model.data.payment.server.entity that return PaymentDeductionPKModifier and TypeMethodDescriptionPaymentDeductionDetail.getPaymentDeductionPK()
PaymentDeduction.getPrimaryKey()
Methods in com.echothree.model.data.payment.server.entity with parameters of type PaymentDeductionPKModifier and TypeMethodDescriptionvoid
PaymentDeductionDetail.setPaymentDeductionPK
(PaymentDeductionPK paymentDeductionPK) -
Uses of PaymentDeductionPK in com.echothree.model.data.payment.server.factory
Methods in com.echothree.model.data.payment.server.factory that return PaymentDeductionPKModifier and TypeMethodDescriptionPaymentDeductionFactory.getNextPK()
PaymentDeductionFactory.getPKFromQuery
(PreparedStatement ps, Object... params) PaymentDeductionFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.payment.server.factory that return types with arguments of type PaymentDeductionPKModifier and TypeMethodDescriptionPaymentDeductionFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) PaymentDeductionFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) PaymentDeductionFactory.getPKsFromResultSetAsList
(ResultSet rs) PaymentDeductionFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.payment.server.factory with parameters of type PaymentDeductionPKModifier and TypeMethodDescriptionPaymentDeductionDetailFactory.create
(PaymentDeductionPK paymentDeductionPK, String paymentDeductionName, PaymentDeductionTypePK paymentDeductionTypePK, PaymentPK paymentPK, Long amount, Long fromTime, Long thruTime) PaymentDeductionDetailFactory.create
(Session session, PaymentDeductionPK paymentDeductionPK, String paymentDeductionName, PaymentDeductionTypePK paymentDeductionTypePK, PaymentPK paymentPK, Long amount, Long fromTime, Long thruTime) PaymentDeductionFactory.getEntityFromCache
(Session session, PaymentDeductionPK pk) PaymentDeductionFactory.getEntityFromPK
(EntityPermission entityPermission, PaymentDeductionPK pk) PaymentDeductionFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, PaymentDeductionPK pk) PaymentDeductionFactory.getValueFromPK
(Session session, PaymentDeductionPK pk) void
PaymentDeductionFactory.remove
(Session session, PaymentDeductionPK pk) boolean
PaymentDeductionFactory.validPK
(Session session, PaymentDeductionPK pk) Method parameters in com.echothree.model.data.payment.server.factory with type arguments of type PaymentDeductionPKModifier and TypeMethodDescriptionPaymentDeductionFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<PaymentDeductionPK> pks) PaymentDeductionFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<PaymentDeductionPK> pks) PaymentDeductionFactory.getValuesFromPKs
(Session session, Collection<PaymentDeductionPK> pks) void
PaymentDeductionFactory.remove
(Session session, Collection<PaymentDeductionPK> pks) void
PaymentDeductionFactory.remove
(Collection<PaymentDeductionPK> pks) -
Uses of PaymentDeductionPK in com.echothree.model.data.payment.server.value
Methods in com.echothree.model.data.payment.server.value that return PaymentDeductionPKModifier and TypeMethodDescriptionPaymentDeductionDetailValue.getPaymentDeductionPK()
PaymentDeductionValue.getPrimaryKey()
Methods in com.echothree.model.data.payment.server.value with parameters of type PaymentDeductionPKModifier and TypeMethodDescriptionvoid
PaymentDeductionDetailValue.setPaymentDeductionPK
(PaymentDeductionPK paymentDeductionPK) Constructors in com.echothree.model.data.payment.server.value with parameters of type PaymentDeductionPKModifierConstructorDescriptionPaymentDeductionDetailValue
(PaymentDeductionDetailPK paymentDeductionDetailPK, PaymentDeductionPK paymentDeductionPK, String paymentDeductionName, PaymentDeductionTypePK paymentDeductionTypePK, PaymentPK paymentPK, Long amount, Long fromTime, Long thruTime) Creates a new instance of PaymentDeductionDetailValuePaymentDeductionDetailValue
(PaymentDeductionPK paymentDeductionPK, String paymentDeductionName, PaymentDeductionTypePK paymentDeductionTypePK, PaymentPK paymentPK, Long amount, Long fromTime, Long thruTime) Creates a new instance of PaymentDeductionDetailValuePaymentDeductionValue
(PaymentDeductionPK paymentDeductionPK, PaymentDeductionDetailPK activeDetailPK, PaymentDeductionDetailPK lastDetailPK) Creates a new instance of PaymentDeductionValue