public interface ShippingMethod
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Return a shopper-oriented description.
|
String |
getImageUrl(String selector)
Return a shopper-oriented image identifying the shipping method.
|
String |
getPath()
Get the path of the shipping method if represented in the repository.
|
String |
getPredicate()
Return the name of a predicate which can be used to identify this shipping method's
properties within an order.
|
<T> T |
getProperty(String name,
Class<T> type)
Fetch implementation-defined properties from a shipping method.
|
String |
getRedirectUrl()
Return a URL to redirect to for data collection, or
null if no redirect
(or no data collection) is required. |
String |
getTitle()
Return a shopper-oriented title.
|
String |
getUIPath()
Return a path to any additional content to be displayed (either for information purposes
or to collect further data from the shopper), or
null . |
String getPath()
String getPredicate()
String getTitle()
getProperty(java.lang.String, java.lang.Class<T>)
.)String getDescription()
getProperty(java.lang.String, java.lang.Class<T>)
.)String getImageUrl(String selector)
selector
- An implementation-defined selector for image processing/selection (such
as a sizing parameter, image-type, etc.)String getUIPath()
null
.String getRedirectUrl()
null
if no redirect
(or no data collection) is required."Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"