| |
|
| java.lang.Object org.kuali.module.purap.util.PurApItemUtils
PurApItemUtils | public class PurApItemUtils (Code) | | Purchasing Accounts Payable Item Utilities.
This class contains item utilities.
|
checkItemActive | public static boolean checkItemActive(PurApItem item)(Code) | | Checks if an item is active. It is used mainly when were dealing with generic items (which may be po) And need to
make sure the active rules are applied if it is a poitem
Parameters: item - the purap item passed in true if item is active |
countBelowTheLineItems | public static int countBelowTheLineItems(List<PurApItem> items)(Code) | | Counts the below the line, currently it relies on below the line being at the bottom
a count of below the line items |
getAboveTheLineOnly | public static List<PurApItem> getAboveTheLineOnly(List<PurApItem> items)(Code) | | Helper to get aboveTheLineItems only from an item list
Parameters: items - a list of items including above and below the line below the line items only |
isNonZeroExtended | public static boolean isNonZeroExtended(PurApItem item)(Code) | | |
|
|
|