Interface SharingJavaScriptFactory
public interface SharingJavaScriptFactory
-
Method Summary
Modifier and TypeMethodDescriptioncreateCopyLinkClickMethod
(String className, long classPK, javax.servlet.http.HttpServletRequest httpServletRequest) default String
createManageCollaboratorsJavaScript
(javax.servlet.http.HttpServletRequest httpServletRequest) Deprecated.As of Mueller (7.2.x), with no direct replacementcreateManageCollaboratorsOnClickMethod
(String className, long classPK, javax.servlet.http.HttpServletRequest httpServletRequest) default String
createSharingJavaScript
(javax.servlet.http.HttpServletRequest httpServletRequest) Deprecated.As of Mueller (7.2.x), with no direct replacementcreateSharingOnClickMethod
(String className, long classPK, javax.servlet.http.HttpServletRequest httpServletRequest) default void
-
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()
-