Uses of Class
com.echothree.model.data.payment.common.pk.PaymentDeductionDetailPK
Packages that use PaymentDeductionDetailPK
Package
Description
-
Uses of PaymentDeductionDetailPK in com.echothree.model.data.payment.server.entity
Methods in com.echothree.model.data.payment.server.entity that return PaymentDeductionDetailPKModifier and TypeMethodDescriptionPaymentDeduction.getActiveDetailPK()PaymentDeduction.getLastDetailPK()PaymentDeductionDetail.getPrimaryKey()Methods in com.echothree.model.data.payment.server.entity with parameters of type PaymentDeductionDetailPKModifier and TypeMethodDescriptionvoidPaymentDeduction.setActiveDetailPK(PaymentDeductionDetailPK activeDetailPK) voidPaymentDeduction.setLastDetailPK(PaymentDeductionDetailPK lastDetailPK) -
Uses of PaymentDeductionDetailPK in com.echothree.model.data.payment.server.factory
Methods in com.echothree.model.data.payment.server.factory that return PaymentDeductionDetailPKModifier and TypeMethodDescriptionPaymentDeductionDetailFactory.getNextPK()PaymentDeductionDetailFactory.getPKFromQuery(PreparedStatement ps, Object... params) PaymentDeductionDetailFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.payment.server.factory that return types with arguments of type PaymentDeductionDetailPKModifier and TypeMethodDescriptionPaymentDeductionDetailFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) PaymentDeductionDetailFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) PaymentDeductionDetailFactory.getPKsFromResultSetAsList(ResultSet rs) PaymentDeductionDetailFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.payment.server.factory with parameters of type PaymentDeductionDetailPKModifier and TypeMethodDescriptionPaymentDeductionFactory.create(PaymentDeductionDetailPK activeDetailPK, PaymentDeductionDetailPK lastDetailPK) PaymentDeductionDetailFactory.getEntityFromCache(PaymentDeductionDetailPK pk) PaymentDeductionDetailFactory.getEntityFromPK(EntityPermission entityPermission, PaymentDeductionDetailPK pk) PaymentDeductionDetailFactory.getValueFromPK(PaymentDeductionDetailPK pk) voidPaymentDeductionDetailFactory.remove(PaymentDeductionDetailPK pk) booleanPaymentDeductionDetailFactory.validPK(PaymentDeductionDetailPK pk) Method parameters in com.echothree.model.data.payment.server.factory with type arguments of type PaymentDeductionDetailPKModifier and TypeMethodDescriptionPaymentDeductionDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<PaymentDeductionDetailPK> pks) PaymentDeductionDetailFactory.getValuesFromPKs(Collection<PaymentDeductionDetailPK> pks) voidPaymentDeductionDetailFactory.remove(Collection<PaymentDeductionDetailPK> pks) -
Uses of PaymentDeductionDetailPK in com.echothree.model.data.payment.server.value
Methods in com.echothree.model.data.payment.server.value that return PaymentDeductionDetailPKModifier and TypeMethodDescriptionPaymentDeductionValue.getActiveDetailPK()PaymentDeductionValue.getLastDetailPK()PaymentDeductionDetailValue.getPrimaryKey()Methods in com.echothree.model.data.payment.server.value with parameters of type PaymentDeductionDetailPKModifier and TypeMethodDescriptionvoidPaymentDeductionValue.setActiveDetailPK(PaymentDeductionDetailPK activeDetailPK) voidPaymentDeductionValue.setLastDetailPK(PaymentDeductionDetailPK lastDetailPK) Constructors in com.echothree.model.data.payment.server.value with parameters of type PaymentDeductionDetailPKModifierConstructorDescriptionPaymentDeductionDetailValue(PaymentDeductionDetailPK paymentDeductionDetailPK, PaymentDeductionPK paymentDeductionPK, String paymentDeductionName, PaymentDeductionTypePK paymentDeductionTypePK, PaymentPK paymentPK, Long amount, Long fromTime, Long thruTime) Creates a new instance of PaymentDeductionDetailValuePaymentDeductionValue(PaymentDeductionDetailPK activeDetailPK, PaymentDeductionDetailPK lastDetailPK) Creates a new instance of PaymentDeductionValuePaymentDeductionValue(PaymentDeductionPK paymentDeductionPK, PaymentDeductionDetailPK activeDetailPK, PaymentDeductionDetailPK lastDetailPK) Creates a new instance of PaymentDeductionValue -
Uses of PaymentDeductionDetailPK in com.echothree.model.jooq.server.records.payment
Methods in com.echothree.model.jooq.server.records.payment that return PaymentDeductionDetailPKModifier and TypeMethodDescriptionPaymentDeductions.ActiveDetail()Getter forpaymentdeductions.pymtddc_activedetailid.PaymentDeductions.LastDetail()Getter forpaymentdeductions.pymtddc_lastdetailid.PaymentDeductionDetails.PaymentDeductionDetail()Getter forpaymentdeductiondetails.pymtddcdt_paymentdeductiondetailid.Methods in com.echothree.model.jooq.server.records.payment that return types with arguments of type PaymentDeductionDetailPKModifier and TypeMethodDescriptionorg.jooq.Record1<PaymentDeductionDetailPK> PaymentDeductionDetails.key()Methods in com.echothree.model.jooq.server.records.payment with parameters of type PaymentDeductionDetailPKModifier and TypeMethodDescriptionvoidPaymentDeductions.ActiveDetail(PaymentDeductionDetailPK value) Setter forpaymentdeductions.pymtddc_activedetailid.voidPaymentDeductions.LastDetail(PaymentDeductionDetailPK value) Setter forpaymentdeductions.pymtddc_lastdetailid.voidPaymentDeductionDetails.PaymentDeductionDetail(PaymentDeductionDetailPK value) Setter forpaymentdeductiondetails.pymtddcdt_paymentdeductiondetailid.Constructors in com.echothree.model.jooq.server.records.payment with parameters of type PaymentDeductionDetailPKModifierConstructorDescriptionPaymentDeductionDetails(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 PaymentDeductionDetailPK in com.echothree.model.jooq.server.tables.payment
Fields in com.echothree.model.jooq.server.tables.payment with type parameters of type PaymentDeductionDetailPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<PaymentDeductions, PaymentDeductionDetailPK> PaymentDeductions.ACTIVE_DETAILThe columnpaymentdeductions.pymtddc_activedetailid.final org.jooq.TableField<PaymentDeductions, PaymentDeductionDetailPK> PaymentDeductions.LAST_DETAILThe columnpaymentdeductions.pymtddc_lastdetailid.final org.jooq.TableField<PaymentDeductionDetails, PaymentDeductionDetailPK> PaymentDeductionDetails.PAYMENT_DEDUCTION_DETAILThe columnpaymentdeductiondetails.pymtddcdt_paymentdeductiondetailid.