| Modifier and Type | Method and Description |
|---|---|
java.util.List<ResourceMessage> |
ValidationException.getResourceMessages()
Get the resource messages
|
| Constructor and Description |
|---|
ValidationException(java.util.List<ResourceMessage> resourceMessages)
Construct the validation exception with the list of messages
|
ValidationException(java.util.List<ResourceMessage> resourceMessages,
java.lang.Throwable cause)
Construct the validation exception with the list of messages
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultCsCardPaymentService.validateAmount(AbstractOrderModel order,
double amount,
java.util.List<ResourceMessage> errorMessages)
Validate that the amount it valid.
|
protected void |
DefaultCsCardPaymentService.validateBillingInfo(AbstractOrderModel order,
CardInfo cardInfo,
java.util.List<ResourceMessage> errorMessages)
Validate the the billing info in the cardInfo.
|
protected void |
DefaultCsCardPaymentService.validateCardInfo(AbstractOrderModel order,
CardInfo cardInfo,
java.util.List<ResourceMessage> errorMessages)
Validate the cardInfo.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultSubscriptionCsCheckoutService.addMessageForNegativeTotal(CartModel cart,
java.util.List<ResourceMessage> messages) |
protected void |
DefaultSubscriptionCsCheckoutService.addMessageForNoCartEntries(CartModel cart,
java.util.List<ResourceMessage> messages) |
protected void |
DefaultSubscriptionCsCheckoutService.addMessageForNoDeliveryAddress(CartModel cart,
java.util.List<ResourceMessage> messages) |
protected void |
DefaultSubscriptionCsCheckoutService.addMessageForNoDeliveryMode(CartModel cart,
java.util.List<ResourceMessage> messages) |
protected void |
DefaultSubscriptionCsCheckoutService.addMessageForNoPaymentAddress(CartModel cart,
java.util.List<ResourceMessage> messages) |
protected void |
DefaultSubscriptionCsCheckoutService.addMessageForNoPaymentShippingAddress(CartModel cart,
java.util.List<ResourceMessage> messages) |
protected void |
DefaultSubscriptionCsCheckoutService.addMessageForUnauthorizedTotal(CartModel cart,
java.util.List<ResourceMessage> messages) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultSubscriptionCsCardPaymentService.validateAmount(AbstractOrderModel order,
double amount,
java.util.List<ResourceMessage> errorMessages) |
Copyright © 2018 SAP SE. All Rights Reserved.