Uses of Class
com.echothree.model.data.payment.common.pk.PaymentProcessorResultCodeDescriptionPK
Packages that use PaymentProcessorResultCodeDescriptionPK
Package
Description
-
Uses of PaymentProcessorResultCodeDescriptionPK in com.echothree.model.data.payment.server.entity
Methods in com.echothree.model.data.payment.server.entity that return PaymentProcessorResultCodeDescriptionPK -
Uses of PaymentProcessorResultCodeDescriptionPK in com.echothree.model.data.payment.server.factory
Methods in com.echothree.model.data.payment.server.factory that return PaymentProcessorResultCodeDescriptionPKModifier and TypeMethodDescriptionPaymentProcessorResultCodeDescriptionFactory.getNextPK()
PaymentProcessorResultCodeDescriptionFactory.getPKFromQuery
(PreparedStatement ps, Object... params) PaymentProcessorResultCodeDescriptionFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.payment.server.factory that return types with arguments of type PaymentProcessorResultCodeDescriptionPKModifier and TypeMethodDescriptionPaymentProcessorResultCodeDescriptionFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) PaymentProcessorResultCodeDescriptionFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) PaymentProcessorResultCodeDescriptionFactory.getPKsFromResultSetAsList
(ResultSet rs) PaymentProcessorResultCodeDescriptionFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.payment.server.factory with parameters of type PaymentProcessorResultCodeDescriptionPKModifier and TypeMethodDescriptionPaymentProcessorResultCodeDescriptionFactory.getEntityFromCache
(Session session, PaymentProcessorResultCodeDescriptionPK pk) PaymentProcessorResultCodeDescriptionFactory.getEntityFromPK
(EntityPermission entityPermission, PaymentProcessorResultCodeDescriptionPK pk) PaymentProcessorResultCodeDescriptionFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, PaymentProcessorResultCodeDescriptionPK pk) PaymentProcessorResultCodeDescriptionFactory.getValueFromPK
(Session session, PaymentProcessorResultCodeDescriptionPK pk) void
PaymentProcessorResultCodeDescriptionFactory.remove
(Session session, PaymentProcessorResultCodeDescriptionPK pk) boolean
PaymentProcessorResultCodeDescriptionFactory.validPK
(Session session, PaymentProcessorResultCodeDescriptionPK pk) Method parameters in com.echothree.model.data.payment.server.factory with type arguments of type PaymentProcessorResultCodeDescriptionPKModifier and TypeMethodDescriptionPaymentProcessorResultCodeDescriptionFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<PaymentProcessorResultCodeDescriptionPK> pks) PaymentProcessorResultCodeDescriptionFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<PaymentProcessorResultCodeDescriptionPK> pks) PaymentProcessorResultCodeDescriptionFactory.getValuesFromPKs
(Session session, Collection<PaymentProcessorResultCodeDescriptionPK> pks) void
PaymentProcessorResultCodeDescriptionFactory.remove
(Session session, Collection<PaymentProcessorResultCodeDescriptionPK> pks) void
PaymentProcessorResultCodeDescriptionFactory.remove
(Collection<PaymentProcessorResultCodeDescriptionPK> pks) -
Uses of PaymentProcessorResultCodeDescriptionPK in com.echothree.model.data.payment.server.value
Methods in com.echothree.model.data.payment.server.value that return PaymentProcessorResultCodeDescriptionPKConstructors in com.echothree.model.data.payment.server.value with parameters of type PaymentProcessorResultCodeDescriptionPKModifierConstructorDescriptionPaymentProcessorResultCodeDescriptionValue
(PaymentProcessorResultCodeDescriptionPK paymentProcessorResultCodeDescriptionPK, PaymentProcessorResultCodePK paymentProcessorResultCodePK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of PaymentProcessorResultCodeDescriptionValue