public interface SharingJavaScriptFactory
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
createCopyLinkClickMethod(java.lang.String className,
long classPK,
javax.servlet.http.HttpServletRequest httpServletRequest) |
default java.lang.String |
createManageCollaboratorsJavaScript(javax.servlet.http.HttpServletRequest httpServletRequest)
Deprecated.
As of Mueller (7.2.x), with no direct replacement
|
java.lang.String |
createManageCollaboratorsOnClickMethod(java.lang.String className,
long classPK,
javax.servlet.http.HttpServletRequest httpServletRequest) |
default java.lang.String |
createSharingJavaScript(javax.servlet.http.HttpServletRequest httpServletRequest)
Deprecated.
As of Mueller (7.2.x), with no direct replacement
|
java.lang.String |
createSharingOnClickMethod(java.lang.String className,
long classPK,
javax.servlet.http.HttpServletRequest httpServletRequest) |
default void |
requestSharingJavaScript() |
java.lang.String createCopyLinkClickMethod(java.lang.String className,
long classPK,
javax.servlet.http.HttpServletRequest httpServletRequest)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Deprecated
default java.lang.String createManageCollaboratorsJavaScript(javax.servlet.http.HttpServletRequest httpServletRequest)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionjava.lang.String createManageCollaboratorsOnClickMethod(java.lang.String className,
long classPK,
javax.servlet.http.HttpServletRequest httpServletRequest)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Deprecated
default java.lang.String createSharingJavaScript(javax.servlet.http.HttpServletRequest httpServletRequest)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionjava.lang.String createSharingOnClickMethod(java.lang.String className,
long classPK,
javax.servlet.http.HttpServletRequest httpServletRequest)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptiondefault void requestSharingJavaScript()