public interface SharingJavaScriptFactory
Modifier and Type | Method and Description |
---|---|
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() |
@Deprecated default java.lang.String createManageCollaboratorsJavaScript(javax.servlet.http.HttpServletRequest httpServletRequest) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
java.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.PortalException
java.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.PortalException
default void requestSharingJavascript()