Class BaseCommercePriceListDisplayContext<T>

java.lang.Object
com.liferay.commerce.price.list.display.context.BaseCommercePriceListDisplayContext<T>

public abstract class BaseCommercePriceListDisplayContext<T> extends Object
  • Field Details

    • commercePriceListActionHelper

      protected final CommercePriceListActionHelper commercePriceListActionHelper
    • commercePriceListModelResourcePermission

      protected final com.liferay.portal.kernel.security.permission.resource.ModelResourcePermission<CommercePriceList> commercePriceListModelResourcePermission
    • httpServletRequest

      protected final javax.servlet.http.HttpServletRequest httpServletRequest
    • liferayPortletRequest

      protected final com.liferay.portal.kernel.portlet.LiferayPortletRequest liferayPortletRequest
    • liferayPortletResponse

      protected final com.liferay.portal.kernel.portlet.LiferayPortletResponse liferayPortletResponse
    • searchContainer

      protected com.liferay.portal.kernel.dao.search.SearchContainer<T> searchContainer
  • Constructor Details

    • BaseCommercePriceListDisplayContext

      public BaseCommercePriceListDisplayContext(CommercePriceListActionHelper commercePriceListActionHelper, com.liferay.portal.kernel.security.permission.resource.ModelResourcePermission<CommercePriceList> commercePriceListModelResourcePermission, javax.servlet.http.HttpServletRequest httpServletRequest)
  • Method Details

    • getCommercePriceList

      public CommercePriceList getCommercePriceList() throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCommercePriceListId

      public long getCommercePriceListId() throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getKeywords

      public String getKeywords()
    • getOrderByCol

      public String getOrderByCol()
    • getOrderByType

      public String getOrderByType()
    • getPortletURL

      public javax.portlet.PortletURL getPortletURL() throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getRowChecker

      public com.liferay.portal.kernel.dao.search.RowChecker getRowChecker()
    • getScreenNavigationCategoryKey

      public String getScreenNavigationCategoryKey()
    • getSearchContainer

      public abstract com.liferay.portal.kernel.dao.search.SearchContainer<T> getSearchContainer() throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • hasPermission

      public boolean hasPermission(long commercePriceListId, String actionId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • hasPermission

      public boolean hasPermission(String actionId)
    • isSearch

      public boolean isSearch()
    • isShowInfoPanel

      public boolean isShowInfoPanel()
    • setDefaultOrderByCol

      public void setDefaultOrderByCol(String defaultOrderByCol)
    • setDefaultOrderByType

      public void setDefaultOrderByType(String defaultOrderByType)
    • getNavigation

      protected String getNavigation()