Fish & Chips Club 4.10.0.0

hirondelle.fish.main.rsvp
Class RsvpDAO

Object
  extended by hirondelle.fish.main.rsvp.RsvpDAO

final class RsvpDAO
extends Object

Data Access Object for Rsvp objects.


Constructor Summary
RsvpDAO()
           
 
Method Summary
(package private)  void add(Rsvp aRsvp)
          Add a new Rsvp.
(package private)  Integer countNumYes(Id aVisitId)
          Return the number of 'yes' responses for a given visit.
(package private)  Rsvp fetchForChange(Id aVisitId, Id aMemberId)
          Fetch an Rsvp in preparation for editing it.
(package private)  List<Rsvp> list(Id aNextVisitId)
          Return a List of Rsvp objects for for the next visit scheduled in the future.
(package private)  void update(Rsvp aRsvp)
          Apply an update to an Rsvp.
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RsvpDAO

RsvpDAO()
Method Detail

list

List<Rsvp> list(Id aNextVisitId)
          throws DAOException
Return a List of Rsvp objects for for the next visit scheduled in the future.

Throws:
DAOException

fetchForChange

Rsvp fetchForChange(Id aVisitId,
                    Id aMemberId)
              throws DAOException
Fetch an Rsvp in preparation for editing it.

Throws:
DAOException

update

void update(Rsvp aRsvp)
      throws DAOException
Apply an update to an Rsvp.

Throws:
DAOException

add

void add(Rsvp aRsvp)
   throws DAOException
Add a new Rsvp.

Throws:
DAOException

countNumYes

Integer countNumYes(Id aVisitId)
              throws DAOException
Return the number of 'yes' responses for a given visit.

Throws:
DAOException

Fish & Chips Club 4.10.0.0

Copyright Hirondelle Systems - Generated 2013Oct19.12.26