Uses of Class
org.starhope.appius.user.events.EventRecord

Packages that use EventRecord
org.starhope.appius.user.events   
 

Uses of EventRecord in org.starhope.appius.user.events
 

Methods in org.starhope.appius.user.events that return EventRecord
static EventRecord Quaestor.getEventByID(int eventID)
           
 EventRecord EventRecordSQLLoader.loadRecord(int id)
           
 EventRecord EventRecordSQLLoader.loadRecord(String identifier)
           
 EventRecord EventType.startEvent(AbstractUser user)
          Start an event for the user, of this type.
static EventRecord Quaestor.startEvent(AbstractUser user, String moniker)
          WRITEME: Document this method brpocock@star-hope.org
 

Methods in org.starhope.appius.user.events that return types with arguments of type EventRecord
private  List<EventRecord> EventType.getPriorForPlayer(AbstractUser user, long periodStart)
          XXX: contains SQL
 

Methods in org.starhope.appius.user.events with parameters of type EventRecord
 void EventRecordSQLLoader.changed(EventRecord changedRecord)
           
 void EventRecordSQLLoader.refresh(EventRecord record)
           
 void EventRecordSQLLoader.removeRecord(EventRecord record)
           
 void EventRecordSQLLoader.saveRecord(EventRecord record)