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

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

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

Methods in org.starhope.appius.user.events that return MedalRecord
private  MedalRecord MedalRecordSQLLoader.loadFromResultSet(ResultSet rs)
           
 MedalRecord MedalRecordSQLLoader.loadRecord(int id)
           
 MedalRecord MedalRecordSQLLoader.loadRecord(String identifier)
           
 

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

Constructor parameters in org.starhope.appius.user.events with type arguments of type MedalRecord
MedalRecord(RecordLoader<MedalRecord> loader)
          WRITEME: Document this constructor brpocock@star-hope.org