public class PurApItemUtils extends Object
| Constructor and Description | 
|---|
| PurApItemUtils() | 
| Modifier and Type | Method and Description | 
|---|---|
| static boolean | checkItemActive(PurApItem item)Checks if an item is active. | 
| static int | countBelowTheLineItems(List<PurApItem> items)Counts the below the line, currently it relies on below the line being at the bottom | 
| static List<PurApItem> | getAboveTheLineOnly(List<PurApItem> items)Helper to get aboveTheLineItems only from an item list | 
| static boolean | isNonZeroExtended(PurApItem item) | 
public PurApItemUtils()
public static boolean checkItemActive(PurApItem item)
item - the purap item passed inpublic static boolean isNonZeroExtended(PurApItem item)
public static List<PurApItem> getAboveTheLineOnly(List<PurApItem> items)
items - a list of items including above and below the linepublic static int countBelowTheLineItems(List<PurApItem> items)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.