getItemLinePosition() Determines the item line position if the user did not specify the line number on an above the line items before clicking on
the add button.
getTotalDollarAmountAllItems(String[] excludedTypes) Computes the total dollar amount with the specified item types excluded.
Parameters: excludedTypes - the types of items to be excluded.
isDocumentStoppedInRouteNode(NodeDetails nodeDetails) Returns true if this document is stopped in the specified route node.
Parameters: nodeDetails - the node details of the specified node.
public void
itemSwap(int position1, int position2) Swaps the specified two items based on their item line numbers (which are one higher than the item positions in the list).
public void
renumberItems(int start) Renumbers the item starting from the specified index.
Determines the item line position if the user did not specify the line number on an above the line items before clicking on
the add button. It subtracts the number of the below the line items on the list with the total item list size.
the item line position of the last (highest) line number of above the line items.
Computes the total dollar amount with the specified item types excluded.
Parameters: excludedTypes - the types of items to be excluded. the total dollar amount with the specified item types excluded.
public boolean isDocumentStoppedInRouteNode(NodeDetails nodeDetails)(Code)
Returns true if this document is stopped in the specified route node.
Parameters: nodeDetails - the node details of the specified node. true if this document is stopped in the specified route node.
itemSwap
public void itemSwap(int position1, int position2)(Code)
Swaps the specified two items based on their item line numbers (which are one higher than the item positions in the list).
Parameters: position1 - the position of the first item Parameters: position2 - the position of the second item