Fish & Chips Club 4.10.0.0

hirondelle.fish.main.rsvp
Class RsvpShow

Object
  extended by ActionImpl
      extended by 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 :

Field Summary
static SqlId RSVP_FETCH_NUM_YES
           
static SqlId RSVP_LIST_ACTIVE_MEMBERS
           
static SqlId RSVP_LIST_RESPONSES
           
 
Fields inherited from class ActionImpl
DATA, ERRORS, ITEM_FOR_EDIT, ITEMS_FOR_LISTING, MESSAGES, USER_ID
 
Constructor Summary
RsvpShow(RequestParser aRequestParser)
          Constructor.
 
Method Summary
 ResponsePage execute()
          Fetch the next future Visit (if any), along with a listing of all associated Rsvp 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
 

Field Detail

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
Constructor Detail

RsvpShow

public RsvpShow(RequestParser aRequestParser)
Constructor.

Method Detail

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

Fish & Chips Club 4.10.0.0

Copyright Hirondelle Systems - Generated 2013Oct19.12.26