|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.component.shop.checkout.CheckoutControllerConfiguration.CheckoutControllerLocaleConfiguration
public static class CheckoutControllerConfiguration.CheckoutControllerLocaleConfiguration
The CheckoutControllerLocaleConfiguration.
| Constructor Summary | |
|---|---|
protected |
CheckoutControllerConfiguration.CheckoutControllerLocaleConfiguration()
Deprecated. |
| Method Summary | |
|---|---|
FormConfiguration |
getBillingAddressFormConfiguration()
Returns the FormConfiguration used to parse the billing
address. |
FormConfiguration |
getCustomerFormConfiguration()
Returns the FormConfiguration used to parse the
Customer. |
FormConfiguration |
getDeliveryAddressFormConfiguration()
Returns the FormConfiguration used to parse the delivery
address. |
DispatchConfiguration |
getDispatchConfiguration(java.lang.String idc)
Returns the DispatchConfiguration with the given id code. |
java.util.Set<DispatchConfiguration> |
getDispatchConfigurations()
Returns an unmodifiable Set holding the
DispatchConfigurations. |
java.util.List<CheckoutFinishingTaskConfiguration> |
getFinishingTaskConfigurations()
Returns an unmodifiable List holding the
CheckoutFinishingTaskConfigurations. |
java.util.Locale |
getLocale()
Returns the Locale. |
java.math.BigDecimal |
getMaxOrderValue()
Returns the maximal order value. |
java.math.BigDecimal |
getMinOrderValue()
Returns the minimal order value. |
FormConfiguration |
getOrderDetailsFormConfiguration()
Returns the FormConfiguration used to parse the
OrderDetails. |
PaymentConfiguration |
getPaymentConfiguration(java.lang.String idc)
Returns the PaymentConfiguration with the given id code. |
java.util.Set<PaymentConfiguration> |
getPaymentConfigurations()
Returns an unmodifiable Set holding the
PaymentConfigurations. |
boolean |
isLoginMandatory()
Returns the login-mandatory-flag, indicating whether the user has to be logged in, in order to be able to use the checkout. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated protected CheckoutControllerConfiguration.CheckoutControllerLocaleConfiguration()
| Method Detail |
|---|
public final java.util.Locale getLocale()
Locale.
Locale.public final boolean isLoginMandatory()
public final java.math.BigDecimal getMinOrderValue()
public final java.math.BigDecimal getMaxOrderValue()
public final FormConfiguration getCustomerFormConfiguration()
FormConfiguration used to parse the
Customer.
FormConfiguration.public final FormConfiguration getDeliveryAddressFormConfiguration()
FormConfiguration used to parse the delivery
address.
FormConfiguration.public final FormConfiguration getBillingAddressFormConfiguration()
FormConfiguration used to parse the billing
address.
FormConfiguration.public final java.util.Set<DispatchConfiguration> getDispatchConfigurations()
Set holding the
DispatchConfigurations.
DispatchConfigurations.public final DispatchConfiguration getDispatchConfiguration(java.lang.String idc)
DispatchConfiguration with the given id code.
idc - the id code.
DispatchConfiguration.
java.lang.IllegalArgumentException - if the given id code is null.public final java.util.Set<PaymentConfiguration> getPaymentConfigurations()
Set holding the
PaymentConfigurations.
PaymentConfigurations.public final PaymentConfiguration getPaymentConfiguration(java.lang.String idc)
PaymentConfiguration with the given id code.
idc - the id code.
PaymentConfiguration.
java.lang.IllegalArgumentException - if the given id code is null.public final FormConfiguration getOrderDetailsFormConfiguration()
FormConfiguration used to parse the
OrderDetails.
FormConfiguration.public final java.util.List<CheckoutFinishingTaskConfiguration> getFinishingTaskConfigurations()
List holding the
CheckoutFinishingTaskConfigurations.
CheckoutFinishingTaskConfigurations.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||