Uses of Class
com.echothree.model.data.payment.server.entity.PaymentDeductionDetail
Packages that use PaymentDeductionDetail
Package
Description
-
Uses of PaymentDeductionDetail in com.echothree.model.data.payment.server.entity
Methods in com.echothree.model.data.payment.server.entity that return PaymentDeductionDetailModifier and TypeMethodDescriptionPaymentDeduction.getActiveDetail()PaymentDeduction.getActiveDetail(EntityPermission entityPermission) PaymentDeduction.getActiveDetailForUpdate()PaymentDeduction.getLastDetail()PaymentDeduction.getLastDetail(EntityPermission entityPermission) PaymentDeduction.getLastDetailForUpdate()Methods in com.echothree.model.data.payment.server.entity with parameters of type PaymentDeductionDetailModifier and TypeMethodDescriptionvoidPaymentDeduction.setActiveDetail(PaymentDeductionDetail entity) voidPaymentDeduction.setLastDetail(PaymentDeductionDetail entity) -
Uses of PaymentDeductionDetail in com.echothree.model.data.payment.server.factory
Methods in com.echothree.model.data.payment.server.factory that return PaymentDeductionDetailModifier and TypeMethodDescriptionPaymentDeductionDetailFactory.create(PaymentDeductionPK paymentDeductionPK, String paymentDeductionName, PaymentDeductionTypePK paymentDeductionTypePK, PaymentPK paymentPK, Long amount, Long fromTime, Long thruTime) PaymentDeductionDetailFactory.create(PaymentDeduction paymentDeduction, String paymentDeductionName, PaymentDeductionType paymentDeductionType, Payment payment, Long amount, Long fromTime, Long thruTime) PaymentDeductionDetailFactory.getEntityFromCache(PaymentDeductionDetailPK pk) PaymentDeductionDetailFactory.getEntityFromPK(EntityPermission entityPermission, PaymentDeductionDetailPK pk) PaymentDeductionDetailFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) PaymentDeductionDetailFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) PaymentDeductionDetailFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) PaymentDeductionDetailFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) PaymentDeductionDetailFactory.getEntityFromValue(EntityPermission entityPermission, PaymentDeductionDetailValue value) Methods in com.echothree.model.data.payment.server.factory that return types with arguments of type PaymentDeductionDetailModifier and TypeMethodDescriptionPaymentDeductionDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<PaymentDeductionDetailPK> pks) PaymentDeductionDetailFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) PaymentDeductionDetailFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) PaymentDeductionDetailFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) PaymentDeductionDetailFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.payment.server.factory with parameters of type PaymentDeductionDetailModifier and TypeMethodDescriptionPaymentDeductionFactory.create(PaymentDeductionDetail activeDetail, PaymentDeductionDetail lastDetail) voidPaymentDeductionDetailFactory.remove(PaymentDeductionDetail entity) voidPaymentDeductionDetailFactory.store(PaymentDeductionDetail entity) Method parameters in com.echothree.model.data.payment.server.factory with type arguments of type PaymentDeductionDetailModifier and TypeMethodDescriptionvoidPaymentDeductionDetailFactory.store(Collection<PaymentDeductionDetail> entities)