Interface SharingJavaScriptFactory


public interface SharingJavaScriptFactory
  • Method Details

    • createCopyLinkClickMethod

      String createCopyLinkClickMethod(String className, long classPK, javax.servlet.http.HttpServletRequest httpServletRequest) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • createManageCollaboratorsJavaScript

      @Deprecated default String createManageCollaboratorsJavaScript(javax.servlet.http.HttpServletRequest httpServletRequest) throws com.liferay.portal.kernel.exception.PortalException
      Deprecated.
      As of Mueller (7.2.x), with no direct replacement
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • createManageCollaboratorsOnClickMethod

      String createManageCollaboratorsOnClickMethod(String className, long classPK, javax.servlet.http.HttpServletRequest httpServletRequest) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • createSharingJavaScript

      @Deprecated default String createSharingJavaScript(javax.servlet.http.HttpServletRequest httpServletRequest) throws com.liferay.portal.kernel.exception.PortalException
      Deprecated.
      As of Mueller (7.2.x), with no direct replacement
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • createSharingOnClickMethod

      String createSharingOnClickMethod(String className, long classPK, javax.servlet.http.HttpServletRequest httpServletRequest) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • requestSharingJavaScript

      default void requestSharingJavaScript()