

Public Member Functions | |
| boolean | itsMine (Object entity) |
Public Member Functions inherited from org.turro.ranking.ProcessRanking< Challenge > | |
| void | startProcess () |
| void | startProcessFor (Object entity) |
| void | process (Stream< T > stream, List< IndicatorVariable > variables) |
| void | processFor (T entity, List< IndicatorVariable > variables) |
| Object | createInstance () |
| void | poolInstance (Object value) |
| void | finishPreprocessor () |
| String | tableName () |
Protected Member Functions | |
| Stream< Challenge > | getEntityStream () |
| Dao | createDao () |
| IRanking | createRankingInstance () |
| Class | instanceClass () |
| String | indicatorsRoot () |
| String | entitiesRoot () |
Protected Member Functions inherited from org.turro.ranking.ProcessRanking< Challenge > | |
| IRanking | process (T entity, IndicatorVariable variable) |
| void | start () |
| void | end () |
| void | truncate () |
| void | prepareProcess (List< IndicatorVariable > variables) |
| void | postProcess (List< IndicatorVariable > variables) |
| void | prepareEntity (T entity) |
| double | calculate (RankingSet set) |
| IRanking | createRankingInstance (String entityPath, IndicatorVariable variable) |
| abstract IRanking | createRankingInstance () |
| abstract Stream< T > | getEntityStream () |
| abstract Class | instanceClass () |
| abstract String | indicatorsRoot () |
| abstract String | entitiesRoot () |
| abstract Dao | createDao () |
| Dao | getDao () |
Definition at line 31 of file ProcessChallengeRanking.java.
|
protected |
Definition at line 44 of file ProcessChallengeRanking.java.

|
protected |
Definition at line 49 of file ProcessChallengeRanking.java.
|
protected |
Definition at line 64 of file ProcessChallengeRanking.java.
|
protected |
Definition at line 39 of file ProcessChallengeRanking.java.

|
protected |
Definition at line 59 of file ProcessChallengeRanking.java.
|
protected |
Definition at line 54 of file ProcessChallengeRanking.java.
| boolean org.turro.ranking.ProcessChallengeRanking.itsMine | ( | Object | entity | ) |
Definition at line 34 of file ProcessChallengeRanking.java.