Liferay 6.2-ce-ga5

com.liferay.portlet.journal.search
Class EntriesChecker

java.lang.Object
  extended by com.liferay.portal.kernel.dao.search.RowChecker
      extended by com.liferay.portlet.journal.search.EntriesChecker

public class EntriesChecker
extends RowChecker


Field Summary
 
Fields inherited from class com.liferay.portal.kernel.dao.search.RowChecker
ALIGN, ALL_ROW_IDS, COLSPAN, CSS_CLASS, FORM_NAME, ROW_IDS, VALIGN
 
Constructor Summary
EntriesChecker(LiferayPortletRequest liferayPortletRequest, LiferayPortletResponse liferayPortletResponse)
           
 
Method Summary
 String getAllRowsCheckBox()
           
 String getAllRowsCheckBox(javax.servlet.http.HttpServletRequest request)
           
 String getRowCheckBox(javax.servlet.http.HttpServletRequest request, boolean checked, boolean disabled, String primaryKey)
           
 
Methods inherited from class com.liferay.portal.kernel.dao.search.RowChecker
getAlign, getAllRowIds, getAllRowsCheckbox, getAllRowsId, getColspan, getCssClass, getFormName, getNamespacedValue, getRowCheckBox, getRowCheckBox, getRowId, getRowIds, getValign, isChecked, isDisabled, setAlign, setAllRowIds, setColspan, setCssClass, setFormName, setRowIds, setValign
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntriesChecker

public EntriesChecker(LiferayPortletRequest liferayPortletRequest,
                      LiferayPortletResponse liferayPortletResponse)
Method Detail

getAllRowsCheckBox

public String getAllRowsCheckBox()
Overrides:
getAllRowsCheckBox in class RowChecker

getAllRowsCheckBox

public String getAllRowsCheckBox(javax.servlet.http.HttpServletRequest request)
Overrides:
getAllRowsCheckBox in class RowChecker

getRowCheckBox

public String getRowCheckBox(javax.servlet.http.HttpServletRequest request,
                             boolean checked,
                             boolean disabled,
                             String primaryKey)
Overrides:
getRowCheckBox in class RowChecker

Liferay 6.2-ce-ga5