Uses of Class
com.echothree.model.data.payment.common.pk.PaymentProcessorResultCodePK
Packages that use PaymentProcessorResultCodePK
Package
Description
-
Uses of PaymentProcessorResultCodePK in com.echothree.model.data.payment.server.entity
Methods in com.echothree.model.data.payment.server.entity that return PaymentProcessorResultCodePKModifier and TypeMethodDescriptionPaymentProcessorResultCodeDescription.getPaymentProcessorResultCodePK()
PaymentProcessorResultCodeDetail.getPaymentProcessorResultCodePK()
PaymentProcessorTransactionDetail.getPaymentProcessorResultCodePK()
PaymentProcessorResultCode.getPrimaryKey()
Methods in com.echothree.model.data.payment.server.entity with parameters of type PaymentProcessorResultCodePKModifier and TypeMethodDescriptionvoid
PaymentProcessorResultCodeDescription.setPaymentProcessorResultCodePK
(PaymentProcessorResultCodePK paymentProcessorResultCodePK) void
PaymentProcessorResultCodeDetail.setPaymentProcessorResultCodePK
(PaymentProcessorResultCodePK paymentProcessorResultCodePK) void
PaymentProcessorTransactionDetail.setPaymentProcessorResultCodePK
(PaymentProcessorResultCodePK paymentProcessorResultCodePK) -
Uses of PaymentProcessorResultCodePK in com.echothree.model.data.payment.server.factory
Methods in com.echothree.model.data.payment.server.factory that return PaymentProcessorResultCodePKModifier and TypeMethodDescriptionPaymentProcessorResultCodeFactory.getNextPK()
PaymentProcessorResultCodeFactory.getPKFromQuery
(PreparedStatement ps, Object... params) PaymentProcessorResultCodeFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.payment.server.factory that return types with arguments of type PaymentProcessorResultCodePKModifier and TypeMethodDescriptionPaymentProcessorResultCodeFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) PaymentProcessorResultCodeFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) PaymentProcessorResultCodeFactory.getPKsFromResultSetAsList
(ResultSet rs) PaymentProcessorResultCodeFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.payment.server.factory with parameters of type PaymentProcessorResultCodePKModifier and TypeMethodDescriptionPaymentProcessorResultCodeDescriptionFactory.create
(PaymentProcessorResultCodePK paymentProcessorResultCodePK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) PaymentProcessorResultCodeDescriptionFactory.create
(Session session, PaymentProcessorResultCodePK paymentProcessorResultCodePK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) PaymentProcessorResultCodeDetailFactory.create
(PaymentProcessorResultCodePK paymentProcessorResultCodePK, String paymentProcessorResultCodeName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) PaymentProcessorResultCodeDetailFactory.create
(Session session, PaymentProcessorResultCodePK paymentProcessorResultCodePK, String paymentProcessorResultCodeName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) PaymentProcessorTransactionDetailFactory.create
(PaymentProcessorTransactionPK paymentProcessorTransactionPK, String paymentProcessorTransactionName, PaymentProcessorPK paymentProcessorPK, PaymentProcessorActionTypePK paymentProcessorActionTypePK, PaymentProcessorResultCodePK paymentProcessorResultCodePK, Long fromTime, Long thruTime) PaymentProcessorTransactionDetailFactory.create
(Session session, PaymentProcessorTransactionPK paymentProcessorTransactionPK, String paymentProcessorTransactionName, PaymentProcessorPK paymentProcessorPK, PaymentProcessorActionTypePK paymentProcessorActionTypePK, PaymentProcessorResultCodePK paymentProcessorResultCodePK, Long fromTime, Long thruTime) PaymentProcessorResultCodeFactory.getEntityFromCache
(Session session, PaymentProcessorResultCodePK pk) PaymentProcessorResultCodeFactory.getEntityFromPK
(EntityPermission entityPermission, PaymentProcessorResultCodePK pk) PaymentProcessorResultCodeFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, PaymentProcessorResultCodePK pk) PaymentProcessorResultCodeFactory.getValueFromPK
(Session session, PaymentProcessorResultCodePK pk) void
PaymentProcessorResultCodeFactory.remove
(Session session, PaymentProcessorResultCodePK pk) boolean
PaymentProcessorResultCodeFactory.validPK
(Session session, PaymentProcessorResultCodePK pk) Method parameters in com.echothree.model.data.payment.server.factory with type arguments of type PaymentProcessorResultCodePKModifier and TypeMethodDescriptionPaymentProcessorResultCodeFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<PaymentProcessorResultCodePK> pks) PaymentProcessorResultCodeFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<PaymentProcessorResultCodePK> pks) PaymentProcessorResultCodeFactory.getValuesFromPKs
(Session session, Collection<PaymentProcessorResultCodePK> pks) void
PaymentProcessorResultCodeFactory.remove
(Session session, Collection<PaymentProcessorResultCodePK> pks) void
PaymentProcessorResultCodeFactory.remove
(Collection<PaymentProcessorResultCodePK> pks) -
Uses of PaymentProcessorResultCodePK in com.echothree.model.data.payment.server.value
Methods in com.echothree.model.data.payment.server.value that return PaymentProcessorResultCodePKModifier and TypeMethodDescriptionPaymentProcessorResultCodeDescriptionValue.getPaymentProcessorResultCodePK()
PaymentProcessorResultCodeDetailValue.getPaymentProcessorResultCodePK()
PaymentProcessorTransactionDetailValue.getPaymentProcessorResultCodePK()
PaymentProcessorResultCodeValue.getPrimaryKey()
Methods in com.echothree.model.data.payment.server.value with parameters of type PaymentProcessorResultCodePKModifier and TypeMethodDescriptionvoid
PaymentProcessorResultCodeDescriptionValue.setPaymentProcessorResultCodePK
(PaymentProcessorResultCodePK paymentProcessorResultCodePK) void
PaymentProcessorResultCodeDetailValue.setPaymentProcessorResultCodePK
(PaymentProcessorResultCodePK paymentProcessorResultCodePK) void
PaymentProcessorTransactionDetailValue.setPaymentProcessorResultCodePK
(PaymentProcessorResultCodePK paymentProcessorResultCodePK) Constructors in com.echothree.model.data.payment.server.value with parameters of type PaymentProcessorResultCodePKModifierConstructorDescriptionPaymentProcessorResultCodeDescriptionValue
(PaymentProcessorResultCodeDescriptionPK paymentProcessorResultCodeDescriptionPK, PaymentProcessorResultCodePK paymentProcessorResultCodePK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of PaymentProcessorResultCodeDescriptionValuePaymentProcessorResultCodeDescriptionValue
(PaymentProcessorResultCodePK paymentProcessorResultCodePK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of PaymentProcessorResultCodeDescriptionValuePaymentProcessorResultCodeDetailValue
(PaymentProcessorResultCodeDetailPK paymentProcessorResultCodeDetailPK, PaymentProcessorResultCodePK paymentProcessorResultCodePK, String paymentProcessorResultCodeName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of PaymentProcessorResultCodeDetailValuePaymentProcessorResultCodeDetailValue
(PaymentProcessorResultCodePK paymentProcessorResultCodePK, String paymentProcessorResultCodeName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of PaymentProcessorResultCodeDetailValuePaymentProcessorResultCodeValue
(PaymentProcessorResultCodePK paymentProcessorResultCodePK, PaymentProcessorResultCodeDetailPK activeDetailPK, PaymentProcessorResultCodeDetailPK lastDetailPK) Creates a new instance of PaymentProcessorResultCodeValuePaymentProcessorTransactionDetailValue
(PaymentProcessorTransactionDetailPK paymentProcessorTransactionDetailPK, PaymentProcessorTransactionPK paymentProcessorTransactionPK, String paymentProcessorTransactionName, PaymentProcessorPK paymentProcessorPK, PaymentProcessorActionTypePK paymentProcessorActionTypePK, PaymentProcessorResultCodePK paymentProcessorResultCodePK, Long fromTime, Long thruTime) Creates a new instance of PaymentProcessorTransactionDetailValuePaymentProcessorTransactionDetailValue
(PaymentProcessorTransactionPK paymentProcessorTransactionPK, String paymentProcessorTransactionName, PaymentProcessorPK paymentProcessorPK, PaymentProcessorActionTypePK paymentProcessorActionTypePK, PaymentProcessorResultCodePK paymentProcessorResultCodePK, Long fromTime, Long thruTime) Creates a new instance of PaymentProcessorTransactionDetailValue