Package org.openbravo.common.inserters
Class LCMatchFromInvoiceInserter
- java.lang.Object
-
- org.openbravo.service.datasource.hql.HqlQueryPriorityHandler
-
- org.openbravo.service.datasource.hql.HqlInserter
-
- org.openbravo.common.inserters.LCMatchFromInvoiceInserter
-
public class LCMatchFromInvoiceInserter extends HqlInserter
-
-
Constructor Summary
Constructors Constructor Description LCMatchFromInvoiceInserter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
insertHql(Map<String,String> requestParameters, Map<String,Object> queryNamedParameters)
Returns some code to be inserted in a HQL query, and adds query named parameters when needed-
Methods inherited from class org.openbravo.service.datasource.hql.HqlQueryPriorityHandler
getPriority
-
-
-
-
Method Detail
-
insertHql
public String insertHql(Map<String,String> requestParameters, Map<String,Object> queryNamedParameters)
Description copied from class:HqlInserter
Returns some code to be inserted in a HQL query, and adds query named parameters when needed- Specified by:
insertHql
in classHqlInserter
- Parameters:
requestParameters
- the parameters of the request. The inserted code may vary depending on these parametersqueryNamedParameters
- the named parameters of the hql query that will be used to fetch the table data. If the inserted code uses named parameters, the named parameters must be added to this map- Returns:
- the hql code to be inserted
-
-