|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.kfs.module.purap.util.PurApItemUtils
public class PurApItemUtils
Purchasing Accounts Payable Item Utilities. This class contains item utilities.
| Constructor Summary | |
|---|---|
PurApItemUtils()
|
|
| Method Summary | |
|---|---|
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)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PurApItemUtils()
| Method Detail |
|---|
public static boolean checkItemActive(PurApItem item)
item - the purap item passed in
public static boolean isNonZeroExtended(PurApItem item)
public static List<PurApItem> getAboveTheLineOnly(List<PurApItem> items)
items - a list of items including above and below the line
public static int countBelowTheLineItems(List<PurApItem> items)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||