Class DAOParamUtil

Object
com.liferay.portal.kernel.dao.search.DAOParamUtil

public class DAOParamUtil extends Object
Author:
Brian Wing Shun Chan
  • Constructor Details

    • DAOParamUtil

      public DAOParamUtil()
  • Method Details

    • getBoolean

      public static boolean getBoolean(javax.servlet.http.HttpServletRequest httpServletRequest, String param)
    • getBoolean

      public static boolean getBoolean(PortletRequest portletRequest, String param)
    • getInteger

      public static int getInteger(javax.servlet.http.HttpServletRequest httpServletRequest, String param)
    • getInteger

      public static int getInteger(PortletRequest portletRequest, String param)
    • getISODate

      public static String getISODate(javax.servlet.http.HttpServletRequest httpServletRequest, String param)
    • getISODate

      public static String getISODate(PortletRequest portletRequest, String param)
    • getLong

      public static long getLong(javax.servlet.http.HttpServletRequest httpServletRequest, String param)
    • getLong

      public static long getLong(PortletRequest portletRequest, String param)
    • getShort

      public static short getShort(javax.servlet.http.HttpServletRequest httpServletRequest, String param)
    • getShort

      public static short getShort(PortletRequest portletRequest, String param)
    • getString

      public static String getString(javax.servlet.http.HttpServletRequest httpServletRequest, String param)
    • getString

      public static String getString(PortletRequest portletRequest, String param)