public interface LayoutLockManager
Modifier and Type | Method and Description |
---|---|
void |
getLock(javax.portlet.ActionRequest actionRequest) |
void |
getLock(com.liferay.portal.kernel.model.Layout layout,
long userId) |
java.util.List<LockedLayout> |
getLockedLayouts(long companyId,
long groupId,
java.util.Locale locale) |
java.lang.String |
getLockedLayoutURL(javax.portlet.ActionRequest actionRequest) |
java.lang.String |
getLockedLayoutURL(javax.servlet.http.HttpServletRequest httpServletRequest) |
java.lang.String |
getUnlockDraftLayoutURL(com.liferay.portal.kernel.portlet.LiferayPortletResponse liferayPortletResponse,
com.liferay.portal.kernel.portlet.url.builder.PortletURLBuilder.UnsafeSupplier<java.lang.Object,java.lang.Exception> redirectUnsafeSupplier) |
void |
unlock(com.liferay.portal.kernel.model.Layout layout,
long userId) |
void |
unlockLayouts(long companyId,
long autosaveMinutes) |
void |
unlockLayoutsByUserId(long companyId,
long userId) |
void getLock(javax.portlet.ActionRequest actionRequest) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
void getLock(com.liferay.portal.kernel.model.Layout layout, long userId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
java.util.List<LockedLayout> getLockedLayouts(long companyId, long groupId, java.util.Locale locale)
java.lang.String getLockedLayoutURL(javax.portlet.ActionRequest actionRequest)
java.lang.String getLockedLayoutURL(javax.servlet.http.HttpServletRequest httpServletRequest)
java.lang.String getUnlockDraftLayoutURL(com.liferay.portal.kernel.portlet.LiferayPortletResponse liferayPortletResponse, com.liferay.portal.kernel.portlet.url.builder.PortletURLBuilder.UnsafeSupplier<java.lang.Object,java.lang.Exception> redirectUnsafeSupplier) throws java.lang.Exception
java.lang.Exception
void unlock(com.liferay.portal.kernel.model.Layout layout, long userId)
void unlockLayouts(long companyId, long autosaveMinutes) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
void unlockLayoutsByUserId(long companyId, long userId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException