com.ibm.commerce.order.beans
Interface OrderHistorySmartDataBean
-
- All Superinterfaces:
- DataBean, InputDataBean, java.io.Serializable, SmartDataBean
- All Known Implementing Classes:
- OrderHistoryDataBean
public interface OrderHistorySmartDataBean extends SmartDataBean
This interface extends SmartDataBean to provide an interface for the OrderHistoryDataBean.
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.String
COPYRIGHT
The IBM copyright notice field.-
Fields inherited from interface com.ibm.commerce.beans.DataBean
emptyString
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description OrderCommentDataBean[]
getOrderComments()
This method gets the Order Comment Data Beans.-
Methods inherited from interface com.ibm.commerce.beans.SmartDataBean
getCommandContext, populate, setCommandContext
-
Methods inherited from interface com.ibm.commerce.beans.InputDataBean
getRequestProperties, setRequestProperties
-
-
-
-
Field Detail
-
COPYRIGHT
static final java.lang.String COPYRIGHT
The IBM copyright notice field.- See Also:
- Constant Field Values
-
-
Method Detail
-
getOrderComments
OrderCommentDataBean[] getOrderComments()
This method gets the Order Comment Data Beans.- Returns:
- the
OrderCommentDataBean[]
containing the OrderComment data beans.
-
-