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

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

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

Fields in org.starhope.appius.user.events declared as EventOutcomeRecord
private  EventOutcomeRecord EventType.outcome
          outcomes of events
 

Methods in org.starhope.appius.user.events that return EventOutcomeRecord
 EventOutcomeRecord EventType.getOutcome()
          WRITEME: Document this method brpocock@star-hope.org
 EventOutcomeRecord EventOutcomeRecordSQLLoader.loadRecord(int id)
           
 EventOutcomeRecord EventOutcomeRecordSQLLoader.loadRecord(String identifier)
           
 

Methods in org.starhope.appius.user.events with parameters of type EventOutcomeRecord
 void EventOutcomeRecordSQLLoader.changed(EventOutcomeRecord changedRecord)
           
private  BigDecimal EventRecord.determineRewardScalar(EventOutcomeRecord outcome)
           
 void EventOutcomeRecordSQLLoader.refresh(EventOutcomeRecord record)
           
 void EventOutcomeRecordSQLLoader.removeRecord(EventOutcomeRecord record)
           
private  void EventRecord.rewardWithCurrency(EventOutcomeRecord outcome, BigDecimal scalar)
          Award any currency earned
private  void EventRecord.rewardWithItem(EventOutcomeRecord outcome, BigDecimal scalar)
          Award any item earned
private  GenericItemReference EventRecord.rewardWithItemFromCollection(EventOutcomeRecord outcome, BigDecimal scalar)
          WRITEME: Document this method brpocock@star-hope.org
private  void EventRecord.rewardWithMedal(EventOutcomeRecord outcome, BigDecimal scalar)
          Is a medal to be awarded at this point? Note that this will overrule any medal earned during the event, presently, as medals are in the events table.
 void EventOutcomeRecordSQLLoader.saveRecord(EventOutcomeRecord record)
           
 void EventType.setOutcome(EventOutcomeRecord newOutcome)
          WRITEME: Document this method brpocock@star-hope.org
 

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