com.solidstategroup.action.calendar
Class WebUserCalendarAction
java.lang.Object
com.opensymphony.xwork.ActionSupport
com.solidstategroup.webwork.BaseAction
com.solidstategroup.action.calendar.WebUserCalendarAction
- All Implemented Interfaces:
- com.opensymphony.xwork.Action, com.opensymphony.xwork.LocaleProvider, com.opensymphony.xwork.Preparable, com.opensymphony.xwork.TextProvider, com.opensymphony.xwork.Validateable, com.opensymphony.xwork.ValidationAware, com.uwyn.rife.continuations.ContinuableObject, java.io.Serializable, java.lang.Cloneable
public class WebUserCalendarAction
- extends com.solidstategroup.webwork.BaseAction
- implements com.opensymphony.xwork.Preparable
WebUserCalendarAction
- See Also:
- Serialized Form
| Fields inherited from class com.opensymphony.xwork.ActionSupport |
LOG |
| Fields inherited from interface com.opensymphony.xwork.Action |
ERROR, INPUT, LOGIN, NONE, SUCCESS |
| Methods inherited from class com.opensymphony.xwork.ActionSupport |
addActionError, addActionMessage, addFieldError, clone, doDefault, doInput, execute, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getLocale, getText, getText, getText, getText, getText, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, pause, setActionErrors, setActionMessages, setFieldErrors, validate |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebUserCalendarAction
public WebUserCalendarAction()
prepare
public void prepare()
throws java.lang.Exception
- Specified by:
prepare in interface com.opensymphony.xwork.Preparable
- Throws:
java.lang.Exception
retreiveEvent
public java.lang.String retreiveEvent()
allEvents
public java.lang.String allEvents()
assignToEvent
public java.lang.String assignToEvent()
unassignFromEvent
public java.lang.String unassignFromEvent()
assignedEvents
public java.lang.String assignedEvents()
isInMyEvents
public boolean isInMyEvents(int qEventId)
getEvent
public Event getEvent()
setEvent
public void setEvent(Event event)
getCalendar
public Calendar getCalendar()
setCalendar
public void setCalendar(Calendar calendar)
getUser
public WebUser getUser()
setUser
public void setUser(WebUser user)
getMyEvents
public java.util.Collection getMyEvents()
setMyEvents
public void setMyEvents(java.util.Collection myEvents)
getEmailAddress
public java.lang.String getEmailAddress()
setEmailAddress
public void setEmailAddress(java.lang.String emailAddress)
isEmailConfirmation
public boolean isEmailConfirmation()
setEmailConfirmation
public void setEmailConfirmation(boolean emailConfirmation)