Uses of Class
com.echothree.model.data.payment.common.pk.PaymentProcessorDetailPK
Packages that use PaymentProcessorDetailPK
Package
Description
-
Uses of PaymentProcessorDetailPK in com.echothree.model.data.payment.server.entity
Methods in com.echothree.model.data.payment.server.entity that return PaymentProcessorDetailPKModifier and TypeMethodDescriptionPaymentProcessor.getActiveDetailPK()
PaymentProcessor.getLastDetailPK()
PaymentProcessorDetail.getPrimaryKey()
Methods in com.echothree.model.data.payment.server.entity with parameters of type PaymentProcessorDetailPKModifier and TypeMethodDescriptionvoid
PaymentProcessor.setActiveDetailPK
(PaymentProcessorDetailPK activeDetailPK) void
PaymentProcessor.setLastDetailPK
(PaymentProcessorDetailPK lastDetailPK) -
Uses of PaymentProcessorDetailPK in com.echothree.model.data.payment.server.factory
Methods in com.echothree.model.data.payment.server.factory that return PaymentProcessorDetailPKModifier and TypeMethodDescriptionPaymentProcessorDetailFactory.getNextPK()
PaymentProcessorDetailFactory.getPKFromQuery
(PreparedStatement ps, Object... params) PaymentProcessorDetailFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.payment.server.factory that return types with arguments of type PaymentProcessorDetailPKModifier and TypeMethodDescriptionPaymentProcessorDetailFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) PaymentProcessorDetailFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) PaymentProcessorDetailFactory.getPKsFromResultSetAsList
(ResultSet rs) PaymentProcessorDetailFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.payment.server.factory with parameters of type PaymentProcessorDetailPKModifier and TypeMethodDescriptionPaymentProcessorFactory.create
(PaymentProcessorDetailPK activeDetailPK, PaymentProcessorDetailPK lastDetailPK) PaymentProcessorFactory.create
(Session session, PaymentProcessorDetailPK activeDetailPK, PaymentProcessorDetailPK lastDetailPK) PaymentProcessorDetailFactory.getEntityFromCache
(Session session, PaymentProcessorDetailPK pk) PaymentProcessorDetailFactory.getEntityFromPK
(EntityPermission entityPermission, PaymentProcessorDetailPK pk) PaymentProcessorDetailFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, PaymentProcessorDetailPK pk) PaymentProcessorDetailFactory.getValueFromPK
(Session session, PaymentProcessorDetailPK pk) void
PaymentProcessorDetailFactory.remove
(Session session, PaymentProcessorDetailPK pk) boolean
PaymentProcessorDetailFactory.validPK
(Session session, PaymentProcessorDetailPK pk) Method parameters in com.echothree.model.data.payment.server.factory with type arguments of type PaymentProcessorDetailPKModifier and TypeMethodDescriptionPaymentProcessorDetailFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<PaymentProcessorDetailPK> pks) PaymentProcessorDetailFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<PaymentProcessorDetailPK> pks) PaymentProcessorDetailFactory.getValuesFromPKs
(Session session, Collection<PaymentProcessorDetailPK> pks) void
PaymentProcessorDetailFactory.remove
(Session session, Collection<PaymentProcessorDetailPK> pks) void
PaymentProcessorDetailFactory.remove
(Collection<PaymentProcessorDetailPK> pks) -
Uses of PaymentProcessorDetailPK in com.echothree.model.data.payment.server.value
Methods in com.echothree.model.data.payment.server.value that return PaymentProcessorDetailPKModifier and TypeMethodDescriptionPaymentProcessorValue.getActiveDetailPK()
PaymentProcessorValue.getLastDetailPK()
PaymentProcessorDetailValue.getPrimaryKey()
Methods in com.echothree.model.data.payment.server.value with parameters of type PaymentProcessorDetailPKModifier and TypeMethodDescriptionvoid
PaymentProcessorValue.setActiveDetailPK
(PaymentProcessorDetailPK activeDetailPK) void
PaymentProcessorValue.setLastDetailPK
(PaymentProcessorDetailPK lastDetailPK) Constructors in com.echothree.model.data.payment.server.value with parameters of type PaymentProcessorDetailPKModifierConstructorDescriptionPaymentProcessorDetailValue
(PaymentProcessorDetailPK paymentProcessorDetailPK, PaymentProcessorPK paymentProcessorPK, String paymentProcessorName, PaymentProcessorTypePK paymentProcessorTypePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of PaymentProcessorDetailValuePaymentProcessorValue
(PaymentProcessorDetailPK activeDetailPK, PaymentProcessorDetailPK lastDetailPK) Creates a new instance of PaymentProcessorValuePaymentProcessorValue
(PaymentProcessorPK paymentProcessorPK, PaymentProcessorDetailPK activeDetailPK, PaymentProcessorDetailPK lastDetailPK) Creates a new instance of PaymentProcessorValue