Class NominationScoreHelper
java.lang.Object
org.deltava.beans.hr.NominationScoreHelper
A helper class to score Nominations.
- Since:
- 3.3
- Version:
- 5.0
- Author:
- Luke
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addAuthors
(Collection<Pilot> authors) Adds comment authors.Returns the database IDs of all comment authors.int
getScore()
Returns the Nomination score.
-
Constructor Details
-
NominationScoreHelper
-
-
Method Details
-
getAuthorIDs
Returns the database IDs of all comment authors.- Returns:
- a Collection of database IDs
-
addAuthors
Adds comment authors.- Parameters:
authors
- a Collection of Pilots
-
getScore
public int getScore()Returns the Nomination score.- Returns:
- the score
-