Interface ObjectScopeProvider


public interface ObjectScopeProvider
  • Method Details

    • getGroupId

      long getGroupId(javax.servlet.http.HttpServletRequest httpServletRequest) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getKey

      String getKey()
    • getLabel

      String getLabel(Locale locale)
    • getRootPanelCategoryKeys

      String[] getRootPanelCategoryKeys()
    • isGroupAware

      boolean isGroupAware()
    • isValidGroupId

      boolean isValidGroupId(long groupId)