Uses of Class
com.echothree.model.data.payment.server.entity.PaymentProcessorResultCodeDescription
Packages that use PaymentProcessorResultCodeDescription
Package
Description
-
Uses of PaymentProcessorResultCodeDescription in com.echothree.model.control.payment.server.control
Methods in com.echothree.model.control.payment.server.control that return PaymentProcessorResultCodeDescriptionModifier and TypeMethodDescriptionPaymentProcessorResultCodeControl.createPaymentProcessorResultCodeDescription
(PaymentProcessorResultCode paymentProcessorResultCode, Language language, String description, BasePK createdBy) PaymentProcessorResultCodeControl.getPaymentProcessorResultCodeDescription
(PaymentProcessorResultCode paymentProcessorResultCode, Language language) PaymentProcessorResultCodeControl.getPaymentProcessorResultCodeDescriptionForUpdate
(PaymentProcessorResultCode paymentProcessorResultCode, Language language) Methods in com.echothree.model.control.payment.server.control that return types with arguments of type PaymentProcessorResultCodeDescriptionModifier and TypeMethodDescriptionPaymentProcessorResultCodeControl.getPaymentProcessorResultCodeDescriptionsByPaymentProcessorResultCode
(PaymentProcessorResultCode paymentProcessorResultCode) PaymentProcessorResultCodeControl.getPaymentProcessorResultCodeDescriptionsByPaymentProcessorResultCodeForUpdate
(PaymentProcessorResultCode paymentProcessorResultCode) Methods in com.echothree.model.control.payment.server.control with parameters of type PaymentProcessorResultCodeDescriptionModifier and TypeMethodDescriptionvoid
PaymentProcessorResultCodeControl.deletePaymentProcessorResultCodeDescription
(PaymentProcessorResultCodeDescription paymentProcessorResultCodeDescription, BasePK deletedBy) PaymentProcessorResultCodeControl.getPaymentProcessorResultCodeDescriptionTransfer
(UserVisit userVisit, PaymentProcessorResultCodeDescription paymentProcessorResultCodeDescription) PaymentProcessorResultCodeControl.getPaymentProcessorResultCodeDescriptionValue
(PaymentProcessorResultCodeDescription paymentProcessorResultCodeDescription) -
Uses of PaymentProcessorResultCodeDescription in com.echothree.model.control.payment.server.transfer
Methods in com.echothree.model.control.payment.server.transfer with parameters of type PaymentProcessorResultCodeDescriptionModifier and TypeMethodDescriptionPaymentProcessorResultCodeDescriptionTransferCache.getTransfer
(PaymentProcessorResultCodeDescription paymentProcessorResultCodeDescription) -
Uses of PaymentProcessorResultCodeDescription in com.echothree.model.data.payment.server.factory
Methods in com.echothree.model.data.payment.server.factory that return PaymentProcessorResultCodeDescriptionModifier and TypeMethodDescriptionPaymentProcessorResultCodeDescriptionFactory.create
(PaymentProcessorResultCodePK paymentProcessorResultCodePK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) PaymentProcessorResultCodeDescriptionFactory.create
(PaymentProcessorResultCode paymentProcessorResultCode, Language language, String description, Long fromTime, Long thruTime) PaymentProcessorResultCodeDescriptionFactory.create
(Session session, PaymentProcessorResultCodePK paymentProcessorResultCodePK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) PaymentProcessorResultCodeDescriptionFactory.create
(Session session, PaymentProcessorResultCode paymentProcessorResultCode, Language language, String description, Long fromTime, Long thruTime) PaymentProcessorResultCodeDescriptionFactory.getEntityFromCache
(Session session, PaymentProcessorResultCodeDescriptionPK pk) PaymentProcessorResultCodeDescriptionFactory.getEntityFromPK
(EntityPermission entityPermission, PaymentProcessorResultCodeDescriptionPK pk) PaymentProcessorResultCodeDescriptionFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, PaymentProcessorResultCodeDescriptionPK pk) PaymentProcessorResultCodeDescriptionFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) PaymentProcessorResultCodeDescriptionFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) PaymentProcessorResultCodeDescriptionFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) PaymentProcessorResultCodeDescriptionFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) PaymentProcessorResultCodeDescriptionFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) PaymentProcessorResultCodeDescriptionFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) PaymentProcessorResultCodeDescriptionFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) PaymentProcessorResultCodeDescriptionFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) PaymentProcessorResultCodeDescriptionFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) PaymentProcessorResultCodeDescriptionFactory.getEntityFromValue
(EntityPermission entityPermission, PaymentProcessorResultCodeDescriptionValue value) PaymentProcessorResultCodeDescriptionFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, PaymentProcessorResultCodeDescriptionValue value) Methods in com.echothree.model.data.payment.server.factory that return types with arguments of type PaymentProcessorResultCodeDescriptionModifier and TypeMethodDescriptionPaymentProcessorResultCodeDescriptionFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<PaymentProcessorResultCodeDescriptionPK> pks) PaymentProcessorResultCodeDescriptionFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<PaymentProcessorResultCodeDescriptionPK> pks) PaymentProcessorResultCodeDescriptionFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) PaymentProcessorResultCodeDescriptionFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) PaymentProcessorResultCodeDescriptionFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) PaymentProcessorResultCodeDescriptionFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) PaymentProcessorResultCodeDescriptionFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) PaymentProcessorResultCodeDescriptionFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) PaymentProcessorResultCodeDescriptionFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) PaymentProcessorResultCodeDescriptionFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) PaymentProcessorResultCodeDescriptionFactory.getEntitiesFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.payment.server.factory with parameters of type PaymentProcessorResultCodeDescriptionModifier and TypeMethodDescriptionvoid
PaymentProcessorResultCodeDescriptionFactory.remove
(Session session, PaymentProcessorResultCodeDescription entity) void
PaymentProcessorResultCodeDescriptionFactory.store
(Session session, PaymentProcessorResultCodeDescription entity) Method parameters in com.echothree.model.data.payment.server.factory with type arguments of type PaymentProcessorResultCodeDescriptionModifier and TypeMethodDescriptionvoid
PaymentProcessorResultCodeDescriptionFactory.store
(Session session, Collection<PaymentProcessorResultCodeDescription> entities) void
PaymentProcessorResultCodeDescriptionFactory.store
(Collection<PaymentProcessorResultCodeDescription> entities)