org.kuali.hr.lm.leavecalendar.web
Class LeaveActionFormUtils

java.lang.Object
  extended by org.kuali.hr.lm.leavecalendar.web.LeaveActionFormUtils

public class LeaveActionFormUtils
extends Object


Constructor Summary
LeaveActionFormUtils()
           
 
Method Summary
static String getLeaveBlocksJson(List<LeaveBlock> leaveBlocks)
          This method will build the JSON data structure needed for calendar manipulation and processing on the client side.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LeaveActionFormUtils

public LeaveActionFormUtils()
Method Detail

getLeaveBlocksJson

public static String getLeaveBlocksJson(List<LeaveBlock> leaveBlocks)
This method will build the JSON data structure needed for calendar manipulation and processing on the client side.

Parameters:
leaveBlocks -
Returns:


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.