public class FindOrderItemsWidgetManager extends FindOrderWidgetManager
Modifier and Type | Field and Description |
---|---|
static java.lang.String | MODEL_PATH_UNIT_PRICE_AMOUNT
Unit price amount model path.
|
Constructor and Description |
---|
FindOrderItemsWidgetManager()
Construct a new find order items widget manager.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Integer | compare(ConfiguredTableColumn tableColumn, java.lang.Object element1, java.lang.Object element2)
This method compares the specified table elements for the specified column.
|
protected FindCriteria | getFindCriteria()
This method returns the find criteria.
|
protected TelesalesProperties | getFindParameters()
This method returns the parameters for the "com.ibm.commerce.telesales.findOrderItem" action.
|
protected java.lang.String | getFindServiceRequestID()
This method returns the service request identifier.
|
java.lang.String | getTableColumnText(java.lang.Object element, ConfiguredTableColumn tableColumn)
This method returns the display text for the specified table column.
|
public static final java.lang.String MODEL_PATH_UNIT_PRICE_AMOUNT
public FindOrderItemsWidgetManager()
protected java.lang.String getFindServiceRequestID()
protected TelesalesProperties getFindParameters()
protected FindCriteria getFindCriteria()
public java.lang.String getTableColumnText(java.lang.Object element, ConfiguredTableColumn tableColumn)
public java.lang.Integer compare(ConfiguredTableColumn tableColumn, java.lang.Object element1, java.lang.Object element2)