Uses of Class
com.echothree.model.data.payment.server.entity.PaymentProcessorTransactionCode
Packages that use PaymentProcessorTransactionCode
Package
Description
-
Uses of PaymentProcessorTransactionCode in com.echothree.control.user.payment.server.command
Methods in com.echothree.control.user.payment.server.command that return types with arguments of type PaymentProcessorTransactionCodeModifier and TypeMethodDescriptionprotected Collection<PaymentProcessorTransactionCode> GetPaymentProcessorTransactionCodesCommand.getEntities()Method parameters in com.echothree.control.user.payment.server.command with type arguments of type PaymentProcessorTransactionCodeModifier and TypeMethodDescriptionprotected BaseResultGetPaymentProcessorTransactionCodesCommand.getResult(Collection<PaymentProcessorTransactionCode> entities) -
Uses of PaymentProcessorTransactionCode in com.echothree.model.control.payment.server.control
Methods in com.echothree.model.control.payment.server.control that return PaymentProcessorTransactionCodeModifier and TypeMethodDescriptionPaymentProcessorTransactionCodeControl.createPaymentProcessorTransactionCode(PaymentProcessorTransaction paymentProcessorTransaction, PaymentProcessorTypeCode paymentProcessorTypeCode, BasePK createdBy) PaymentProcessorTransactionCodeControl.getPaymentProcessorTransactionCode(PaymentProcessorTransaction paymentProcessorTransaction, PaymentProcessorTypeCode paymentProcessorTypeCode) PaymentProcessorTransactionCodeControl.getPaymentProcessorTransactionCode(PaymentProcessorTransaction paymentProcessorTransaction, PaymentProcessorTypeCode paymentProcessorTypeCode, EntityPermission entityPermission) PaymentProcessorTransactionCodeControl.getPaymentProcessorTransactionCodeForUpdate(PaymentProcessorTransaction paymentProcessorTransaction, PaymentProcessorTypeCode paymentProcessorTypeCode) Methods in com.echothree.model.control.payment.server.control that return types with arguments of type PaymentProcessorTransactionCodeModifier and TypeMethodDescriptionPaymentProcessorTransactionCodeControl.getPaymentProcessorTransactionCodesByPaymentProcessorForUpdate(PaymentProcessorTransaction paymentProcessorTransaction) PaymentProcessorTransactionCodeControl.getPaymentProcessorTransactionCodesByPaymentProcessorTransaction(PaymentProcessorTransaction paymentProcessorTransaction) PaymentProcessorTransactionCodeControl.getPaymentProcessorTransactionCodesByPaymentProcessorTransaction(PaymentProcessorTransaction paymentProcessorTransaction, EntityPermission entityPermission) PaymentProcessorTransactionCodeControl.getPaymentProcessorTransactionCodesByPaymentProcessorTypeCode(PaymentProcessorTypeCode paymentProcessorTypeCode) PaymentProcessorTransactionCodeControl.getPaymentProcessorTransactionCodesByPaymentProcessorTypeCode(PaymentProcessorTypeCode paymentProcessorTypeCode, EntityPermission entityPermission) PaymentProcessorTransactionCodeControl.getPaymentProcessorTransactionCodesByPaymentProcessorTypeCodeForUpdate(PaymentProcessorTypeCode paymentProcessorTypeCode) Methods in com.echothree.model.control.payment.server.control with parameters of type PaymentProcessorTransactionCodeModifier and TypeMethodDescriptionvoidPaymentProcessorTransactionCodeControl.deletePaymentProcessorTransactionCode(PaymentProcessorTransactionCode paymentProcessorTransactionCode, BasePK deletedBy) PaymentProcessorTransactionCodeControl.getPaymentProcessorTransactionCodeTransfer(UserVisit userVisit, PaymentProcessorTransactionCode paymentProcessorTransactionCode) PaymentProcessorTransactionCodeControl.getPaymentProcessorTransactionCodeValue(PaymentProcessorTransactionCode paymentProcessorTransactionCode) Method parameters in com.echothree.model.control.payment.server.control with type arguments of type PaymentProcessorTransactionCodeModifier and TypeMethodDescriptionPaymentProcessorTransactionCodeControl.getPaymentProcessorTransactionCodeTransfers(UserVisit userVisit, Collection<PaymentProcessorTransactionCode> paymentProcessorTransactionCodes) -
Uses of PaymentProcessorTransactionCode in com.echothree.model.control.payment.server.graphql
Constructors in com.echothree.model.control.payment.server.graphql with parameters of type PaymentProcessorTransactionCodeModifierConstructorDescriptionPaymentProcessorTransactionCodeObject(PaymentProcessorTransactionCode paymentProcessorTransactionCode) -
Uses of PaymentProcessorTransactionCode in com.echothree.model.control.payment.server.transfer
Methods in com.echothree.model.control.payment.server.transfer with parameters of type PaymentProcessorTransactionCodeModifier and TypeMethodDescriptionPaymentProcessorTransactionCodeTransferCache.getTransfer(UserVisit userVisit, PaymentProcessorTransactionCode paymentProcessorTransactionCode) -
Uses of PaymentProcessorTransactionCode in com.echothree.model.data.payment.server.factory
Methods in com.echothree.model.data.payment.server.factory that return PaymentProcessorTransactionCodeModifier and TypeMethodDescriptionPaymentProcessorTransactionCodeFactory.create(PaymentProcessorTransactionPK paymentProcessorTransactionPK, PaymentProcessorTypeCodePK paymentProcessorTypeCodePK, Long fromTime, Long thruTime) PaymentProcessorTransactionCodeFactory.create(PaymentProcessorTransaction paymentProcessorTransaction, PaymentProcessorTypeCode paymentProcessorTypeCode, Long fromTime, Long thruTime) PaymentProcessorTransactionCodeFactory.create(Session session, PaymentProcessorTransactionPK paymentProcessorTransactionPK, PaymentProcessorTypeCodePK paymentProcessorTypeCodePK, Long fromTime, Long thruTime) PaymentProcessorTransactionCodeFactory.create(Session session, PaymentProcessorTransaction paymentProcessorTransaction, PaymentProcessorTypeCode paymentProcessorTypeCode, Long fromTime, Long thruTime) PaymentProcessorTransactionCodeFactory.getEntityFromCache(Session session, PaymentProcessorTransactionCodePK pk) PaymentProcessorTransactionCodeFactory.getEntityFromPK(EntityPermission entityPermission, PaymentProcessorTransactionCodePK pk) PaymentProcessorTransactionCodeFactory.getEntityFromPK(Session session, EntityPermission entityPermission, PaymentProcessorTransactionCodePK pk) PaymentProcessorTransactionCodeFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps) PaymentProcessorTransactionCodeFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) PaymentProcessorTransactionCodeFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) PaymentProcessorTransactionCodeFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) PaymentProcessorTransactionCodeFactory.getEntityFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) PaymentProcessorTransactionCodeFactory.getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) PaymentProcessorTransactionCodeFactory.getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) PaymentProcessorTransactionCodeFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) PaymentProcessorTransactionCodeFactory.getEntityFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) PaymentProcessorTransactionCodeFactory.getEntityFromValue(EntityPermission entityPermission, PaymentProcessorTransactionCodeValue value) PaymentProcessorTransactionCodeFactory.getEntityFromValue(Session session, EntityPermission entityPermission, PaymentProcessorTransactionCodeValue value) Methods in com.echothree.model.data.payment.server.factory that return types with arguments of type PaymentProcessorTransactionCodeModifier and TypeMethodDescriptionPaymentProcessorTransactionCodeFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<PaymentProcessorTransactionCodePK> pks) PaymentProcessorTransactionCodeFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<PaymentProcessorTransactionCodePK> pks) PaymentProcessorTransactionCodeFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps) PaymentProcessorTransactionCodeFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) PaymentProcessorTransactionCodeFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) PaymentProcessorTransactionCodeFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) PaymentProcessorTransactionCodeFactory.getEntitiesFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) PaymentProcessorTransactionCodeFactory.getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) PaymentProcessorTransactionCodeFactory.getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) PaymentProcessorTransactionCodeFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) PaymentProcessorTransactionCodeFactory.getEntitiesFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.payment.server.factory with parameters of type PaymentProcessorTransactionCodeModifier and TypeMethodDescriptionvoidPaymentProcessorTransactionCodeFactory.remove(Session session, PaymentProcessorTransactionCode entity) voidPaymentProcessorTransactionCodeFactory.store(Session session, PaymentProcessorTransactionCode entity) Method parameters in com.echothree.model.data.payment.server.factory with type arguments of type PaymentProcessorTransactionCodeModifier and TypeMethodDescriptionvoidPaymentProcessorTransactionCodeFactory.store(Session session, Collection<PaymentProcessorTransactionCode> entities) voidPaymentProcessorTransactionCodeFactory.store(Collection<PaymentProcessorTransactionCode> entities)