Package org.openxava.web.dwr
Class Calendar
java.lang.Object
org.openxava.web.dwr.Calendar
- Since:
- 7.1
- Author:
- Chungyen Tsai
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionchangeDateProperty(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String application, String module, String dateSimpleName, String dateLabel, String monthYear) protected static voidcheckSecurity(javax.servlet.http.HttpServletRequest request, String application, String module) protected voidvoiddragAndDrop(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String application, String module, String calendarKey, String dropDate, String dropDateString) protected static ModuleContextgetContext(javax.servlet.http.HttpServletRequest request) getEvents(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String application, String module, String monthYear, String dateSimpleName) protected Viewprotected voidinitRequest(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String application, String module)
-
Constructor Details
-
Calendar
public Calendar()
-
-
Method Details
-
getEvents
-
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.ObjectNotFoundExceptionValidationExceptionXavaExceptionSystemExceptionjavax.ejb.FinderExceptionParseException
-
getView
-
format
-
getContext
-
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
-