|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.component.shop.checkout.CheckoutController.DispatchAndPaymentConfigurations
protected static class CheckoutController.DispatchAndPaymentConfigurations
A wrapper class, that is used as a method return type, and that is
holding DispatchConfigurations and PaymentConfigurations.
| Constructor Summary | |
|---|---|
protected |
CheckoutController.DispatchAndPaymentConfigurations()
The no-argument constructor. |
| Method Summary | |
|---|---|
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. |
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. |
void |
setDispatchConfigurations(java.util.Collection<? extends DispatchConfiguration> dc)
Sets the DispatchConfigurations. |
void |
setPaymentConfigurations(java.util.Collection<? extends PaymentConfiguration> pc)
Sets the PaymentConfigurations. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected CheckoutController.DispatchAndPaymentConfigurations()
| Method Detail |
|---|
public final java.util.Set<DispatchConfiguration> getDispatchConfigurations()
Set holding the
DispatchConfigurations.
DispatchConfigurations.public final void setDispatchConfigurations(java.util.Collection<? extends DispatchConfiguration> dc)
DispatchConfigurations.
dc - the DispatchConfigurations to set.
java.lang.IllegalArgumentException - if the given Collection of
DispatchConfigurations is null.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 void setPaymentConfigurations(java.util.Collection<? extends PaymentConfiguration> pc)
PaymentConfigurations.
pc - the PaymentConfigurations to set.
java.lang.IllegalArgumentException - if the given Collection of
PaymentConfigurations is null.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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||