Class Calendar

java.lang.Object
org.openxava.web.dwr.Calendar

public class Calendar extends Object
Since:
7.1
Author:
Chungyen Tsai
  • Constructor Details

    • Calendar

      public Calendar()
  • Method Details

    • getEvents

      public String getEvents(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String application, String module, String monthYear, String dateSimpleName)
    • changeDateProperty

      public String changeDateProperty(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String application, String module, String dateSimpleName, String dateLabel, String monthYear) throws Exception
      Throws:
      Exception
    • dragAndDrop

      public void dragAndDrop(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String application, String module, String calendarKey, String dropDate, String dropDateString) throws javax.ejb.ObjectNotFoundException, ValidationException, XavaException, SystemException, javax.ejb.FinderException, ParseException
      Throws:
      javax.ejb.ObjectNotFoundException
      ValidationException
      XavaException
      SystemException
      javax.ejb.FinderException
      ParseException
    • getView

      protected View getView(javax.servlet.http.HttpServletRequest request, String application, String module)
    • format

      public String format(Object date, boolean withTime, boolean oldLib)
    • getContext

      protected static ModuleContext getContext(javax.servlet.http.HttpServletRequest request)
    • initRequest

      protected void initRequest(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String application, String module)
      Since:
      5.4
    • cleanRequest

      protected void cleanRequest()
    • checkSecurity

      protected static void checkSecurity(javax.servlet.http.HttpServletRequest request, String application, String module)