org.kuali.rice.kns.util
Class RouteToCompletionUtil

java.lang.Object
  extended by org.kuali.rice.kns.util.RouteToCompletionUtil

public class RouteToCompletionUtil
extends Object


Constructor Summary
RouteToCompletionUtil()
           
 
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
 

Constructor Detail

RouteToCompletionUtil

public RouteToCompletionUtil()
Method Detail

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–2014 The Kuali Foundation. All rights reserved.