public class CorrectionDocumentUtils extends Object
Constructor and Description |
---|
CorrectionDocumentUtils() |
Modifier and Type | Method and Description |
---|---|
static boolean |
doesLaborEntryMatchAnyCriteriaGroups(OriginEntryFull entry,
Collection<CorrectionChangeGroup> groups)
Returns whether the labor entry matches any of the criteria groups
|
static boolean |
laborEntryMatchesCriteria(CorrectionCriteria cc,
OriginEntryFull oe)
Returns whether an origin entry matches the passed in criteria.
|
public CorrectionDocumentUtils()
public static boolean laborEntryMatchesCriteria(CorrectionCriteria cc, OriginEntryFull oe)
cc
- correction criteria to test against origin entryoe
- origin entry to testpublic static boolean doesLaborEntryMatchAnyCriteriaGroups(OriginEntryFull entry, Collection<CorrectionChangeGroup> groups)
entry
- labor origin entrygroups
- collection of correction change groupCopyright © 2004–2015 The Kuali Foundation. All rights reserved.