Package org.adempiere.util
Class AbstractDocumentSearch
- java.lang.Object
-
- org.adempiere.util.AbstractDocumentSearch
-
- Direct Known Subclasses:
DocumentSearch
public abstract class AbstractDocumentSearch extends Object
Executes search and opens windows for defined transaction codes- Author:
- Jan Roessler, jr@schaeffer-ag.de
-
-
Field Summary
Fields Modifier and Type Field Description protected static CLogger
log
the loggerprotected boolean
windowOpened
-
Constructor Summary
Constructors Constructor Description AbstractDocumentSearch()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description boolean
openDocumentsByDocumentNo(String searchString)
protected abstract boolean
openWindow(int windowId, MQuery query)
-
-
-
Field Detail
-
log
protected static final CLogger log
the logger
-
windowOpened
protected boolean windowOpened
-
-