CustSettlementTransactionPriority::getOrderedTransactionTypes Method
Retrieves the list of transaction types in the order of their current priority.
Syntax
client server public static List getOrderedTransactionTypes([boolean _isAscending])
Run On
Called
Parameters
- _isAscending
Type: boolean
A Boolean value that indicates whether to retrieve the records in ascending order of priority; optional.
Return Value
Type: List Class
A list that contains transaction types.
Remarks
This method also creates records in CustSettlementTransactionPriority table if it is empty.