Package org.adempiere.util
Class AbstractDocumentSearch
java.lang.Object
org.adempiere.util.AbstractDocumentSearch
- Direct Known Subclasses:
DocumentSearch
Executes search and opens windows for defined transaction codes
- Author:
- Jan Roessler, jr@schaeffer-ag.de
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
openDocumentsByDocumentNo
(String searchString) protected abstract boolean
openWindow
(int windowId, MQuery query)
-
Field Details
-
log
the logger -
windowOpened
protected boolean windowOpened
-
-
Constructor Details
-
AbstractDocumentSearch
public AbstractDocumentSearch()
-
-
Method Details
-
openDocumentsByDocumentNo
- Parameters:
searchString
-
-
openWindow
- Parameters:
windowId
-query
-- Returns:
- true if windowId open successfully
-