Uses of Class
com.echothree.model.data.payment.server.entity.PaymentMethodCheck
Packages that use PaymentMethodCheck
Package
Description
-
Uses of PaymentMethodCheck in com.echothree.model.control.payment.server.control
Methods in com.echothree.model.control.payment.server.control that return PaymentMethodCheckModifier and TypeMethodDescriptionPaymentMethodControl.createPaymentMethodCheck(PaymentMethod paymentMethod, Integer holdDays, BasePK createdBy) PaymentMethodControl.getPaymentMethodCheck(PaymentMethod paymentMethod) PaymentMethodControl.getPaymentMethodCheckForUpdate(PaymentMethod paymentMethod) Methods in com.echothree.model.control.payment.server.control with parameters of type PaymentMethodCheckModifier and TypeMethodDescriptionvoidPaymentMethodControl.deletePaymentMethodCheck(PaymentMethodCheck paymentMethodCheck, BasePK deletedBy) -
Uses of PaymentMethodCheck in com.echothree.model.data.payment.server.factory
Methods in com.echothree.model.data.payment.server.factory that return PaymentMethodCheckModifier and TypeMethodDescriptionPaymentMethodCheckFactory.create(PaymentMethodPK paymentMethodPK, Integer holdDays, Long fromTime, Long thruTime) PaymentMethodCheckFactory.create(PaymentMethod paymentMethod, Integer holdDays, Long fromTime, Long thruTime) PaymentMethodCheckFactory.getEntityFromCache(PaymentMethodCheckPK pk) PaymentMethodCheckFactory.getEntityFromPK(EntityPermission entityPermission, PaymentMethodCheckPK pk) PaymentMethodCheckFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) PaymentMethodCheckFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) PaymentMethodCheckFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) PaymentMethodCheckFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) PaymentMethodCheckFactory.getEntityFromValue(EntityPermission entityPermission, PaymentMethodCheckValue value) Methods in com.echothree.model.data.payment.server.factory that return types with arguments of type PaymentMethodCheckModifier and TypeMethodDescriptionPaymentMethodCheckFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<PaymentMethodCheckPK> pks) PaymentMethodCheckFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) PaymentMethodCheckFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) PaymentMethodCheckFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) PaymentMethodCheckFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.payment.server.factory with parameters of type PaymentMethodCheckModifier and TypeMethodDescriptionvoidPaymentMethodCheckFactory.remove(PaymentMethodCheck entity) voidPaymentMethodCheckFactory.store(PaymentMethodCheck entity) Method parameters in com.echothree.model.data.payment.server.factory with type arguments of type PaymentMethodCheckModifier and TypeMethodDescriptionvoidPaymentMethodCheckFactory.store(Collection<PaymentMethodCheck> entities)