|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.component.shop.checkout.DispatchConfiguration
public class DispatchConfiguration
The DispatchConfiguration.
| Constructor Summary | |
|---|---|
protected |
DispatchConfiguration()
Deprecated. |
| Method Summary | |
|---|---|
java.lang.String |
getDataClassName()
Returns the fully qualified class name of the DispatchData class
to be used. |
DispatchType |
getDispatchType()
Returns the DispatchType. |
FormConfiguration |
getFormConfiguration()
Returns the FormConfiguration used to parse the
DispatchData. |
java.math.BigDecimal |
getMaxOrderValue()
Returns the maximal order value. |
java.math.BigDecimal |
getMinOrderValue()
Returns the minimal order value. |
java.util.Set<java.lang.String> |
getPaymentMethodIdCodes()
Returns an unmodifiable Set holding the id codes of the
PaymentMethods combinable with the DispatchType. |
java.util.Set<java.lang.String> |
getRoleNames()
Returns an unmodifiable Set holding the names of the Role
s granting access to the DispatchType. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated protected DispatchConfiguration()
| Method Detail |
|---|
public final java.lang.String getDataClassName()
DispatchData class
to be used.
public final DispatchType getDispatchType()
DispatchType.
DispatchType.public final FormConfiguration getFormConfiguration()
FormConfiguration used to parse the
DispatchData.
FormConfiguration.public final java.math.BigDecimal getMinOrderValue()
public final java.math.BigDecimal getMaxOrderValue()
public final java.util.Set<java.lang.String> getPaymentMethodIdCodes()
Set holding the id codes of the
PaymentMethods combinable with the DispatchType.
PaymentMethods.public final java.util.Set<java.lang.String> getRoleNames()
Set holding the names of the Role
s granting access to the DispatchType.
Roles.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||