Package org.kuali.rice.kns.util
Class RouteToCompletionUtil
java.lang.Object
org.kuali.rice.kns.util.RouteToCompletionUtil
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleancheckIfAtleastOneAdHocCompleteRequestExist(org.kuali.rice.krad.document.Document document) Deprecated.Checks if there is atleast one Ad-Hoc Completion request for the document and based on that returns a boolean value.static booleanloopAndCheckValue(List adhoc) Deprecated.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
-
Constructor Details
-
RouteToCompletionUtil
public RouteToCompletionUtil()Deprecated.
-
-
Method Details
-
checkIfAtleastOneAdHocCompleteRequestExist
public static boolean checkIfAtleastOneAdHocCompleteRequestExist(org.kuali.rice.krad.document.Document document) Deprecated.Checks if there is atleast one Ad-Hoc Completion request for the document and based on that returns a boolean value. -
loopAndCheckValue
Deprecated.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
-
RouteToCompletionUtil.