hirondelle.fish.main.rsvp
Class RsvpShow
Object
ActionImpl
hirondelle.fish.main.rsvp.RsvpShow
- All Implemented Interfaces:
- Action
public final class RsvpShow
- extends ActionImpl
Show listing of Active Members, and
their Rsvp response, if any.
For the next future Visit, display a listing of all active
Members,
along with their Rsvp response, if any. Each displayed Member
name links to a form for altering their Rsvp response.
In addition, shows the total number of Members that have responded with a 'yes'.
If no future Visit exists, then none of the above applies, and nothing is displayed.
View :
SQL Statements :
- statements.sql - Operations (3): RSVP_LIST_ACTIVE_MEMBERS, RSVP_FETCH_NUM_YES, RSVP_LIST_RESPONSES
| Methods inherited from class ActionImpl |
addError, addError, addError, addMessage, addMessage, addToRequest, addToSession, copyFromSessionToRequest, createSessionAndCsrfToken, endSession, getErrors, getExistingSession, getFromSession, getIdParam, getIdParams, getLocale, getLoggedInUserName, getMessages, getOperation, getOrderBy, getParam, getParamUnsafe, getRequestParser, getResponsePage, getTimeZone, getUserId, hasErrors, removeFromSession, setResponsePage |
| Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RSVP_LIST_ACTIVE_MEMBERS
public static final SqlId RSVP_LIST_ACTIVE_MEMBERS
RSVP_FETCH_NUM_YES
public static final SqlId RSVP_FETCH_NUM_YES
RSVP_LIST_RESPONSES
public static final SqlId RSVP_LIST_RESPONSES
RsvpShow
public RsvpShow(RequestParser aRequestParser)
- Constructor.
execute
public ResponsePage execute()
throws AppException
- Fetch the next future
Visit (if any), along with a listing of all
associated Rsvp responses.
- Specified by:
execute in interface Action- Specified by:
execute in class ActionImpl
- Throws:
AppException
Copyright Hirondelle Systems - Generated 2011Sep24.13.57