Class RouteToCompletionUtil

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

@Deprecated public class RouteToCompletionUtil extends Object
Deprecated.
Use RouteToCompletionUtil.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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.
    static boolean
    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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

      public static boolean loopAndCheckValue(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