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) PaymentDeductionFactory.create(Session session, PaymentDeductionDetailPK activeDetailPK, PaymentDeductionDetailPK lastDetailPK) PaymentDeductionDetailFactory.getEntityFromCache(Session session, PaymentDeductionDetailPK pk) PaymentDeductionDetailFactory.getEntityFromPK(EntityPermission entityPermission, PaymentDeductionDetailPK pk) PaymentDeductionDetailFactory.getEntityFromPK(Session session, EntityPermission entityPermission, PaymentDeductionDetailPK pk) PaymentDeductionDetailFactory.getValueFromPK(Session session, PaymentDeductionDetailPK pk) voidPaymentDeductionDetailFactory.remove(Session session, PaymentDeductionDetailPK pk) booleanPaymentDeductionDetailFactory.validPK(Session session, 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.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<PaymentDeductionDetailPK> pks) PaymentDeductionDetailFactory.getValuesFromPKs(Session session, Collection<PaymentDeductionDetailPK> pks) voidPaymentDeductionDetailFactory.remove(Session session, 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