|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openbp.guiclient.model.item.itemfinder.FinderImpl
public abstract class FinderImpl
Implementation to help other finder.
| Constructor Summary | |
|---|---|
FinderImpl()
|
|
| Method Summary | |
|---|---|
protected void |
addIfMatch(ModelObject objectToAdd,
ModelObject itemToCheck,
ModelObject refItem,
java.util.List coreList)
Check if two model object are the same. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.openbp.guiclient.model.item.itemfinder.Finder |
|---|
findModelObjectInModel |
| Constructor Detail |
|---|
public FinderImpl()
| Method Detail |
|---|
protected void addIfMatch(ModelObject objectToAdd,
ModelObject itemToCheck,
ModelObject refItem,
java.util.List coreList)
objectToAdd - The model object that will be added to the listitemToCheck - The model object to be checkedrefItem - The model object to search forcoreList - The list with previously found ModelObject objects
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||