|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.component.shop.checkout.PaymentConfiguration
public class PaymentConfiguration
The PaymentConfiguration.
| Constructor Summary | |
|---|---|
protected |
PaymentConfiguration()
Deprecated. |
| Method Summary | |
|---|---|
java.lang.String |
getAuthorizationCanceledAction()
Returns the name of the action the payment controller is supposed to redirect to, if the authorization has been canceled. |
java.lang.String |
getAuthorizationFailedAction()
Returns the name of the action the payment controller is supposed to redirect to, if the authorization has failed. |
java.lang.String |
getAuthorizationFinishedAction()
Returns the name of the action the payment controller is supposed to redirect to, after the authorization has been finished. |
java.lang.String |
getCaptureCanceledAction()
Returns the name of the action the payment controller is supposed to redirect to, if the capture has been canceled. |
java.lang.String |
getCaptureFailedAction()
Returns the name of the action the payment controller is supposed to redirect to, if the capture has failed. |
java.lang.String |
getCaptureFinishedAction()
Returns the name of the action the payment controller is supposed to redirect to, after the capture has been finished. |
java.lang.String |
getDataClassName()
Returns the fully qualified class name of the PaymentData class
to be used. |
java.util.Set<java.lang.String> |
getDispatchTypeIdCodes()
Returns an unmodifiable Set holding the id codes of the
DispatchTypes combinable with the PaymentMethod . |
FormConfiguration |
getFormConfiguration()
Returns the FormConfiguration used to parse the
PaymentData. |
java.math.BigDecimal |
getMaxOrderValue()
Returns the maximal order value. |
java.math.BigDecimal |
getMinOrderValue()
Returns the minimal order value. |
PaymentMethod |
getPaymentMethod()
Returns the PaymentMethod. |
java.util.Set<java.lang.String> |
getRoleNames()
Returns an unmodifiable Set holding the names of the Role
s granting access to the PaymentMethod. |
java.lang.String |
getStartAuthorizationAction()
Returns the name of the action the controller is supposed to redirect to, in order to start the authorization. |
java.lang.String |
getStartCaptureAction()
Returns the name of the action the controller is supposed to redirect to, in order to start the capture. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated protected PaymentConfiguration()
| Method Detail |
|---|
public final java.lang.String getDataClassName()
PaymentData class
to be used.
public final PaymentMethod getPaymentMethod()
PaymentMethod.
PaymentMethod.public final FormConfiguration getFormConfiguration()
FormConfiguration used to parse the
PaymentData.
FormConfiguration.public final java.math.BigDecimal getMinOrderValue()
public final java.math.BigDecimal getMaxOrderValue()
public final java.util.Set<java.lang.String> getDispatchTypeIdCodes()
Set holding the id codes of the
DispatchTypes combinable with the PaymentMethod .
DispatchTypes.public final java.util.Set<java.lang.String> getRoleNames()
Set holding the names of the Role
s granting access to the PaymentMethod.
Roles.public final java.lang.String getStartAuthorizationAction()
public final java.lang.String getAuthorizationFinishedAction()
public final java.lang.String getAuthorizationCanceledAction()
public final java.lang.String getAuthorizationFailedAction()
public final java.lang.String getStartCaptureAction()
public final java.lang.String getCaptureFinishedAction()
public final java.lang.String getCaptureCanceledAction()
public final java.lang.String getCaptureFailedAction()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||