org.kuali.rice.kns.util
Class RouteToCompletionUtil
java.lang.Object
org.kuali.rice.kns.util.RouteToCompletionUtil
public class RouteToCompletionUtil
- extends Object
Method Summary |
static boolean |
checkIfAtleastOneAdHocCompleteRequestExist(Document document)
Checks if there is atleast one Ad-Hoc Completion request for the document and based on that returns a boolean value. |
static boolean |
loopAndCheckValue(List adhoc)
Loops and checks if the required value is present in the loop used for checking if there is atleast one adhoc completion
request present for a person or work group |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RouteToCompletionUtil
public RouteToCompletionUtil()
checkIfAtleastOneAdHocCompleteRequestExist
public static boolean checkIfAtleastOneAdHocCompleteRequestExist(Document document)
- Checks if there is atleast one Ad-Hoc Completion request for the document and based on that returns a boolean value.
loopAndCheckValue
public static boolean loopAndCheckValue(List adhoc)
- Loops and checks if the required value is present in the loop used for checking if there is atleast one adhoc completion
request present for a person or work group
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.