details:   https://code.openbravo.com/erp/devel/pi/rev/939855417885
changeset: 32199:939855417885
user:      Carlos Aristu <carlos.aristu <at> openbravo.com>
date:      Thu May 25 09:13:54 2017 +0200
summary:   related to bug 35956: added missing javadoc info for the 
getWhereClause method

diffstat:

 
modules/org.openbravo.userinterface.selector/src/org/openbravo/userinterface/selector/CustomQuerySelectorDatasource.java
 |  6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (23 lines):

diff -r 2ca329712155 -r 939855417885 
modules/org.openbravo.userinterface.selector/src/org/openbravo/userinterface/selector/CustomQuerySelectorDatasource.java
--- 
a/modules/org.openbravo.userinterface.selector/src/org/openbravo/userinterface/selector/CustomQuerySelectorDatasource.java
  Wed May 24 11:44:28 2017 +0200
+++ 
b/modules/org.openbravo.userinterface.selector/src/org/openbravo/userinterface/selector/CustomQuerySelectorDatasource.java
  Thu May 25 09:13:54 2017 +0200
@@ -297,6 +297,9 @@
    * function which to make comparison case insensitive.
    * </ul>
    * 
+   * @param operator
+   *          String with the operator of the filter expression to be applied 
on the selector
+   *          field's column.
    * @param value
    *          String with the value that the selector field's column is 
filtered by.
    * @param field
@@ -304,6 +307,9 @@
    * @param xmlDateFormat
    *          SimpleDateFormat to parse the value in case the field is a Date 
field.
    * @param operatorvalue
+   *          a String array containing the filtering criteria.
+   * @param typedParameters
+   *          a list of Strings that will be populated with the parameters of 
the query.
    * @return a String with the HQL where clause to filter the field by the 
given value.
    */
   private String getWhereClause(String operator, String value, SelectorField 
field,

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Openbravo-commits mailing list
Openbravo-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to