|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.oddjob.beancmpr.beans.BeanCreatingResultHandler
public class BeanCreatingResultHandler
Constructor Summary | |
---|---|
BeanCreatingResultHandler()
|
Method Summary | |
---|---|
void |
compared(MultiValueComparison<Matchable> comparison)
Two Matchable s have been compared
by their keys. |
void |
configured()
Called by the framework. |
ResultBeanFactoryBuilder |
getFactoryBuilder()
|
Collection<? super Object> |
getOut()
|
String |
getxPropertyPrefix()
|
String |
getyPropertyPrefix()
|
boolean |
isIgnoreMatches()
|
void |
setArooaSession(org.oddjob.arooa.ArooaSession session)
|
void |
setFactoryBuilder(ResultBeanFactoryBuilder beanFactoryBuilder)
|
void |
setIgnoreMatches(boolean ignoreMatches)
|
void |
setOut(Collection<? super Object> out)
|
void |
setxPropertyPrefix(String xPropertyPrefix)
|
void |
setyPropertyPrefix(String yPropertyPrefix)
|
String |
toString()
|
void |
xMissing(MatchableGroup ys)
Data is missing from X. |
void |
yMissing(MatchableGroup xs)
Data is missing from Y. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BeanCreatingResultHandler()
Method Detail |
---|
public void setArooaSession(org.oddjob.arooa.ArooaSession session)
setArooaSession
in interface org.oddjob.arooa.life.ArooaSessionAware
public void configured()
public void compared(MultiValueComparison<Matchable> comparison)
BeanCmprResultsHandler
Matchable
s have been compared
by their keys.
compared
in interface BeanCmprResultsHandler
comparison
- The result of the comparison.public void xMissing(MatchableGroup ys)
BeanCmprResultsHandler
xMissing
in interface BeanCmprResultsHandler
ys
- The y data.public void yMissing(MatchableGroup xs)
BeanCmprResultsHandler
yMissing
in interface BeanCmprResultsHandler
xs
- The x data.public Collection<? super Object> getOut()
public void setOut(Collection<? super Object> out)
setOut
in interface BeanProducingResultHandler
public String getxPropertyPrefix()
public void setxPropertyPrefix(String xPropertyPrefix)
public String getyPropertyPrefix()
public void setyPropertyPrefix(String yPropertyPrefix)
public boolean isIgnoreMatches()
public void setIgnoreMatches(boolean ignoreMatches)
public String toString()
toString
in class Object
public ResultBeanFactoryBuilder getFactoryBuilder()
public void setFactoryBuilder(ResultBeanFactoryBuilder beanFactoryBuilder)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |