Uses of Class
com.echothree.model.data.payment.common.pk.PaymentProcessorResultCodeDetailPK
Packages that use PaymentProcessorResultCodeDetailPK
Package
Description
-
Uses of PaymentProcessorResultCodeDetailPK in com.echothree.model.data.payment.server.entity
Methods in com.echothree.model.data.payment.server.entity that return PaymentProcessorResultCodeDetailPKModifier and TypeMethodDescriptionPaymentProcessorResultCode.getActiveDetailPK()PaymentProcessorResultCode.getLastDetailPK()PaymentProcessorResultCodeDetail.getPrimaryKey()Methods in com.echothree.model.data.payment.server.entity with parameters of type PaymentProcessorResultCodeDetailPKModifier and TypeMethodDescriptionvoidPaymentProcessorResultCode.setActiveDetailPK(PaymentProcessorResultCodeDetailPK activeDetailPK) voidPaymentProcessorResultCode.setLastDetailPK(PaymentProcessorResultCodeDetailPK lastDetailPK) -
Uses of PaymentProcessorResultCodeDetailPK in com.echothree.model.data.payment.server.factory
Methods in com.echothree.model.data.payment.server.factory that return PaymentProcessorResultCodeDetailPKModifier and TypeMethodDescriptionPaymentProcessorResultCodeDetailFactory.getNextPK()PaymentProcessorResultCodeDetailFactory.getPKFromQuery(PreparedStatement ps, Object... params) PaymentProcessorResultCodeDetailFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.payment.server.factory that return types with arguments of type PaymentProcessorResultCodeDetailPKModifier and TypeMethodDescriptionPaymentProcessorResultCodeDetailFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) PaymentProcessorResultCodeDetailFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) PaymentProcessorResultCodeDetailFactory.getPKsFromResultSetAsList(ResultSet rs) PaymentProcessorResultCodeDetailFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.payment.server.factory with parameters of type PaymentProcessorResultCodeDetailPKModifier and TypeMethodDescriptionPaymentProcessorResultCodeFactory.create(PaymentProcessorResultCodeDetailPK activeDetailPK, PaymentProcessorResultCodeDetailPK lastDetailPK) PaymentProcessorResultCodeFactory.create(Session session, PaymentProcessorResultCodeDetailPK activeDetailPK, PaymentProcessorResultCodeDetailPK lastDetailPK) PaymentProcessorResultCodeDetailFactory.getEntityFromCache(Session session, PaymentProcessorResultCodeDetailPK pk) PaymentProcessorResultCodeDetailFactory.getEntityFromPK(EntityPermission entityPermission, PaymentProcessorResultCodeDetailPK pk) PaymentProcessorResultCodeDetailFactory.getEntityFromPK(Session session, EntityPermission entityPermission, PaymentProcessorResultCodeDetailPK pk) PaymentProcessorResultCodeDetailFactory.getValueFromPK(Session session, PaymentProcessorResultCodeDetailPK pk) voidPaymentProcessorResultCodeDetailFactory.remove(Session session, PaymentProcessorResultCodeDetailPK pk) booleanPaymentProcessorResultCodeDetailFactory.validPK(Session session, PaymentProcessorResultCodeDetailPK pk) Method parameters in com.echothree.model.data.payment.server.factory with type arguments of type PaymentProcessorResultCodeDetailPKModifier and TypeMethodDescriptionPaymentProcessorResultCodeDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<PaymentProcessorResultCodeDetailPK> pks) PaymentProcessorResultCodeDetailFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<PaymentProcessorResultCodeDetailPK> pks) PaymentProcessorResultCodeDetailFactory.getValuesFromPKs(Session session, Collection<PaymentProcessorResultCodeDetailPK> pks) voidPaymentProcessorResultCodeDetailFactory.remove(Session session, Collection<PaymentProcessorResultCodeDetailPK> pks) voidPaymentProcessorResultCodeDetailFactory.remove(Collection<PaymentProcessorResultCodeDetailPK> pks) -
Uses of PaymentProcessorResultCodeDetailPK in com.echothree.model.data.payment.server.value
Methods in com.echothree.model.data.payment.server.value that return PaymentProcessorResultCodeDetailPKModifier and TypeMethodDescriptionPaymentProcessorResultCodeValue.getActiveDetailPK()PaymentProcessorResultCodeValue.getLastDetailPK()PaymentProcessorResultCodeDetailValue.getPrimaryKey()Methods in com.echothree.model.data.payment.server.value with parameters of type PaymentProcessorResultCodeDetailPKModifier and TypeMethodDescriptionvoidPaymentProcessorResultCodeValue.setActiveDetailPK(PaymentProcessorResultCodeDetailPK activeDetailPK) voidPaymentProcessorResultCodeValue.setLastDetailPK(PaymentProcessorResultCodeDetailPK lastDetailPK) Constructors in com.echothree.model.data.payment.server.value with parameters of type PaymentProcessorResultCodeDetailPKModifierConstructorDescriptionPaymentProcessorResultCodeDetailValue(PaymentProcessorResultCodeDetailPK paymentProcessorResultCodeDetailPK, PaymentProcessorResultCodePK paymentProcessorResultCodePK, String paymentProcessorResultCodeName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of PaymentProcessorResultCodeDetailValuePaymentProcessorResultCodeValue(PaymentProcessorResultCodeDetailPK activeDetailPK, PaymentProcessorResultCodeDetailPK lastDetailPK) Creates a new instance of PaymentProcessorResultCodeValuePaymentProcessorResultCodeValue(PaymentProcessorResultCodePK paymentProcessorResultCodePK, PaymentProcessorResultCodeDetailPK activeDetailPK, PaymentProcessorResultCodeDetailPK lastDetailPK) Creates a new instance of PaymentProcessorResultCodeValue