Public Member Functions | |
boolean | itsMine (Object entity) |
Public Member Functions inherited from org.turro.matching.ProcessMatching< ContactService > | |
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< ContactService > | getEntityStream () |
IMatching | createMatchingInstance () |
Class | instanceClass () |
String | indicatorsRoot () |
String | entitiesRoot () |
String | relatedRoot () |
Dao | createDao () |
Protected Member Functions inherited from org.turro.matching.ProcessMatching< ContactService > | |
IMatching | process (T entity, String relatedPath, IndicatorVariable variable) |
void | start () |
void | end () |
void | truncate () |
List< String > | getSelectedPaths () |
void | prepareProcess (List< IndicatorVariable > variables) |
void | postProcess (List< IndicatorVariable > variables) |
void | prepareEntity (T entity) |
double | calculate (MatchingSet set) |
IMatching | createMatchingInstance (String entityPath, String relatedPath, IndicatorVariable variable) |
abstract IMatching | createMatchingInstance () |
abstract Stream< T > | getEntityStream () |
abstract Class | instanceClass () |
abstract String | indicatorsRoot () |
abstract String | entitiesRoot () |
abstract String | relatedRoot () |
abstract Dao | createDao () |
Dao | getDao () |
Definition at line 31 of file ProcessServiceContactMatching.java.
|
protected |
Definition at line 64 of file ProcessServiceContactMatching.java.
|
protected |
Definition at line 39 of file ProcessServiceContactMatching.java.
|
protected |
Definition at line 54 of file ProcessServiceContactMatching.java.
|
protected |
Definition at line 34 of file ProcessServiceContactMatching.java.
|
protected |
Definition at line 49 of file ProcessServiceContactMatching.java.
|
protected |
Definition at line 44 of file ProcessServiceContactMatching.java.
boolean org.turro.matching.ProcessServiceContactMatching.itsMine | ( | Object | entity | ) |
Definition at line 69 of file ProcessServiceContactMatching.java.
|
protected |
Definition at line 59 of file ProcessServiceContactMatching.java.