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 TypeMethodDescriptionvoidPaymentProcessor.setActiveDetailPK(PaymentProcessorDetailPK activeDetailPK) voidPaymentProcessor.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) voidPaymentProcessorDetailFactory.remove(Session session, PaymentProcessorDetailPK pk) booleanPaymentProcessorDetailFactory.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) voidPaymentProcessorDetailFactory.remove(Session session, Collection<PaymentProcessorDetailPK> pks) voidPaymentProcessorDetailFactory.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 TypeMethodDescriptionvoidPaymentProcessorValue.setActiveDetailPK(PaymentProcessorDetailPK activeDetailPK) voidPaymentProcessorValue.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