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 -
Uses of PaymentDeductionPK in com.echothree.model.jooq.server.records.payment
Methods in com.echothree.model.jooq.server.records.payment that return PaymentDeductionPKModifier and TypeMethodDescriptionPaymentDeductionDetails.PaymentDeduction()Getter forpaymentdeductiondetails.pymtddcdt_pymtddc_paymentdeductionid.PaymentDeductions.PaymentDeduction()Getter forpaymentdeductions.pymtddc_paymentdeductionid.Methods in com.echothree.model.jooq.server.records.payment that return types with arguments of type PaymentDeductionPKMethods in com.echothree.model.jooq.server.records.payment with parameters of type PaymentDeductionPKModifier and TypeMethodDescriptionvoidPaymentDeductionDetails.PaymentDeduction(PaymentDeductionPK value) Setter forpaymentdeductiondetails.pymtddcdt_pymtddc_paymentdeductionid.voidPaymentDeductions.PaymentDeduction(PaymentDeductionPK value) Setter forpaymentdeductions.pymtddc_paymentdeductionid.Constructors in com.echothree.model.jooq.server.records.payment with parameters of type PaymentDeductionPKModifierConstructorDescriptionPaymentDeductionDetails(PaymentDeductionDetailPK PaymentDeductionDetail, PaymentDeductionPK PaymentDeduction, String PaymentDeductionName, PaymentDeductionTypePK PaymentDeductionType, PaymentPK Payment, Long Amount, Long FromTime, Long ThruTime) Create a detached, initialised PaymentDeductionDetailsPaymentDeductions(PaymentDeductionPK PaymentDeduction, PaymentDeductionDetailPK ActiveDetail, PaymentDeductionDetailPK LastDetail) Create a detached, initialised PaymentDeductions -
Uses of PaymentDeductionPK in com.echothree.model.jooq.server.tables.payment
Fields in com.echothree.model.jooq.server.tables.payment with type parameters of type PaymentDeductionPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<PaymentDeductionDetails, PaymentDeductionPK> PaymentDeductionDetails.PAYMENT_DEDUCTIONThe columnpaymentdeductiondetails.pymtddcdt_pymtddc_paymentdeductionid.final org.jooq.TableField<PaymentDeductions, PaymentDeductionPK> PaymentDeductions.PAYMENT_DEDUCTIONThe columnpaymentdeductions.pymtddc_paymentdeductionid.