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 TypeMethodDescriptionvoidPaymentDeductionDetail.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) PaymentDeductionFactory.getEntityFromCache(PaymentDeductionPK pk) PaymentDeductionFactory.getEntityFromPK(EntityPermission entityPermission, PaymentDeductionPK pk) PaymentDeductionFactory.getValueFromPK(PaymentDeductionPK pk) voidPaymentDeductionFactory.remove(PaymentDeductionPK pk) booleanPaymentDeductionFactory.validPK(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.getValuesFromPKs(Collection<PaymentDeductionPK> pks) voidPaymentDeductionFactory.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 TypeMethodDescriptionvoidPaymentDeductionDetailValue.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