Interface SharingDropdownItemFactory


public interface SharingDropdownItemFactory
  • Method Summary

    Modifier and Type
    Method
    Description
    com.liferay.frontend.taglib.clay.servlet.taglib.util.DropdownItem
    createCopyLinkDropdownItem(String className, long classPK, javax.servlet.http.HttpServletRequest httpServletRequest)
     
    com.liferay.frontend.taglib.clay.servlet.taglib.util.DropdownItem
    createManageCollaboratorsDropdownItem(String className, long classPK, javax.servlet.http.HttpServletRequest httpServletRequest)
     
    com.liferay.petra.function.UnsafeConsumer<com.liferay.frontend.taglib.clay.servlet.taglib.util.DropdownContextItem,Exception>
    createShareActionUnsafeConsumer(String className, long classPK, javax.servlet.http.HttpServletRequest httpServletRequest)
     
    com.liferay.frontend.taglib.clay.servlet.taglib.util.DropdownItem
    createShareDropdownItem(String className, long classPK, javax.servlet.http.HttpServletRequest httpServletRequest)
     
  • Method Details

    • createCopyLinkDropdownItem

      com.liferay.frontend.taglib.clay.servlet.taglib.util.DropdownItem createCopyLinkDropdownItem(String className, long classPK, javax.servlet.http.HttpServletRequest httpServletRequest)
    • createManageCollaboratorsDropdownItem

      com.liferay.frontend.taglib.clay.servlet.taglib.util.DropdownItem createManageCollaboratorsDropdownItem(String className, long classPK, javax.servlet.http.HttpServletRequest httpServletRequest) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • createShareActionUnsafeConsumer

      com.liferay.petra.function.UnsafeConsumer<com.liferay.frontend.taglib.clay.servlet.taglib.util.DropdownContextItem,Exception> createShareActionUnsafeConsumer(String className, long classPK, javax.servlet.http.HttpServletRequest httpServletRequest) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • createShareDropdownItem

      com.liferay.frontend.taglib.clay.servlet.taglib.util.DropdownItem createShareDropdownItem(String className, long classPK, javax.servlet.http.HttpServletRequest httpServletRequest) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException