Uses of Class
com.echothree.model.data.payment.common.pk.PaymentProcessorTransactionCodePK
Packages that use PaymentProcessorTransactionCodePK
Package
Description
-
Uses of PaymentProcessorTransactionCodePK in com.echothree.model.data.payment.server.entity
Methods in com.echothree.model.data.payment.server.entity that return PaymentProcessorTransactionCodePK -
Uses of PaymentProcessorTransactionCodePK in com.echothree.model.data.payment.server.factory
Methods in com.echothree.model.data.payment.server.factory that return PaymentProcessorTransactionCodePKModifier and TypeMethodDescriptionPaymentProcessorTransactionCodeFactory.getNextPK()
PaymentProcessorTransactionCodeFactory.getPKFromQuery
(PreparedStatement ps, Object... params) PaymentProcessorTransactionCodeFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.payment.server.factory that return types with arguments of type PaymentProcessorTransactionCodePKModifier and TypeMethodDescriptionPaymentProcessorTransactionCodeFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) PaymentProcessorTransactionCodeFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) PaymentProcessorTransactionCodeFactory.getPKsFromResultSetAsList
(ResultSet rs) PaymentProcessorTransactionCodeFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.payment.server.factory with parameters of type PaymentProcessorTransactionCodePKModifier and TypeMethodDescriptionPaymentProcessorTransactionCodeFactory.getEntityFromCache
(Session session, PaymentProcessorTransactionCodePK pk) PaymentProcessorTransactionCodeFactory.getEntityFromPK
(EntityPermission entityPermission, PaymentProcessorTransactionCodePK pk) PaymentProcessorTransactionCodeFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, PaymentProcessorTransactionCodePK pk) PaymentProcessorTransactionCodeFactory.getValueFromPK
(Session session, PaymentProcessorTransactionCodePK pk) void
PaymentProcessorTransactionCodeFactory.remove
(Session session, PaymentProcessorTransactionCodePK pk) boolean
PaymentProcessorTransactionCodeFactory.validPK
(Session session, PaymentProcessorTransactionCodePK pk) Method parameters in com.echothree.model.data.payment.server.factory with type arguments of type PaymentProcessorTransactionCodePKModifier and TypeMethodDescriptionPaymentProcessorTransactionCodeFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<PaymentProcessorTransactionCodePK> pks) PaymentProcessorTransactionCodeFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<PaymentProcessorTransactionCodePK> pks) PaymentProcessorTransactionCodeFactory.getValuesFromPKs
(Session session, Collection<PaymentProcessorTransactionCodePK> pks) void
PaymentProcessorTransactionCodeFactory.remove
(Session session, Collection<PaymentProcessorTransactionCodePK> pks) void
PaymentProcessorTransactionCodeFactory.remove
(Collection<PaymentProcessorTransactionCodePK> pks) -
Uses of PaymentProcessorTransactionCodePK in com.echothree.model.data.payment.server.value
Methods in com.echothree.model.data.payment.server.value that return PaymentProcessorTransactionCodePKConstructors in com.echothree.model.data.payment.server.value with parameters of type PaymentProcessorTransactionCodePKModifierConstructorDescriptionPaymentProcessorTransactionCodeValue
(PaymentProcessorTransactionCodePK paymentProcessorTransactionCodePK, PaymentProcessorTransactionPK paymentProcessorTransactionPK, PaymentProcessorTypeCodePK paymentProcessorTypeCodePK, Long fromTime, Long thruTime) Creates a new instance of PaymentProcessorTransactionCodeValue