Uses of Class
com.echothree.model.data.payment.server.value.PaymentDeductionValue
Packages that use PaymentDeductionValue
Package
Description
-
Uses of PaymentDeductionValue in com.echothree.model.data.payment.server.entity
Methods in com.echothree.model.data.payment.server.entity that return PaymentDeductionValueMethods in com.echothree.model.data.payment.server.entity with parameters of type PaymentDeductionValueModifier and TypeMethodDescriptionvoidPaymentDeduction.setPaymentDeductionValue(PaymentDeductionValue value) Constructors in com.echothree.model.data.payment.server.entity with parameters of type PaymentDeductionValueModifierConstructorDescriptionPaymentDeduction(PaymentDeductionValue value, EntityPermission entityPermission) Creates a new instance of PaymentDeduction -
Uses of PaymentDeductionValue in com.echothree.model.data.payment.server.factory
Methods in com.echothree.model.data.payment.server.factory that return PaymentDeductionValueModifier and TypeMethodDescriptionPaymentDeductionFactory.getValueFromPK(Session session, PaymentDeductionPK pk) PaymentDeductionFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.payment.server.factory that return types with arguments of type PaymentDeductionValueModifier and TypeMethodDescriptionPaymentDeductionFactory.getValuesFromPKs(Session session, Collection<PaymentDeductionPK> pks) PaymentDeductionFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.payment.server.factory with parameters of type PaymentDeductionValueModifier and TypeMethodDescriptionPaymentDeductionFactory.getEntityFromValue(EntityPermission entityPermission, PaymentDeductionValue value) PaymentDeductionFactory.getEntityFromValue(Session session, EntityPermission entityPermission, PaymentDeductionValue value) Method parameters in com.echothree.model.data.payment.server.factory with type arguments of type PaymentDeductionValueModifier and TypeMethodDescriptionvoidPaymentDeductionFactory.create(Session session, Collection<PaymentDeductionValue> _values) voidPaymentDeductionFactory.create(Collection<PaymentDeductionValue> _values) -
Uses of PaymentDeductionValue in com.echothree.model.data.payment.server.value
Methods in com.echothree.model.data.payment.server.value that return PaymentDeductionValue