public interface AnalyticsReportsContentDashboardItemActionProvider
Modifier and Type | Method and Description |
---|---|
default com.liferay.content.dashboard.item.action.ContentDashboardItemAction |
getContentDashboardItemAction(javax.servlet.http.HttpServletRequest httpServletRequest,
com.liferay.info.item.InfoItemReference infoItemReference) |
com.liferay.content.dashboard.item.action.ContentDashboardItemAction |
getContentDashboardItemAction(java.lang.String className,
long classPK,
javax.servlet.http.HttpServletRequest httpServletRequest)
Deprecated.
As of Cavanaugh (7.4.x), replaced by
getContentDashboardItemAction(
HttpServletRequest, InfoItemReference) |
default boolean |
isShowContentDashboardItemAction(javax.servlet.http.HttpServletRequest httpServletRequest,
com.liferay.info.item.InfoItemReference infoItemReference) |
boolean |
isShowContentDashboardItemAction(java.lang.String className,
long classPK,
javax.servlet.http.HttpServletRequest httpServletRequest)
Deprecated.
As of Cavanaugh (7.4.x), replaced by
isShowContentDashboardItemAction(
HttpServletRequest, InfoItemReference) |
default com.liferay.content.dashboard.item.action.ContentDashboardItemAction getContentDashboardItemAction(javax.servlet.http.HttpServletRequest httpServletRequest, com.liferay.info.item.InfoItemReference infoItemReference) throws com.liferay.content.dashboard.item.action.exception.ContentDashboardItemActionException
com.liferay.content.dashboard.item.action.exception.ContentDashboardItemActionException
@Deprecated com.liferay.content.dashboard.item.action.ContentDashboardItemAction getContentDashboardItemAction(java.lang.String className, long classPK, javax.servlet.http.HttpServletRequest httpServletRequest) throws com.liferay.content.dashboard.item.action.exception.ContentDashboardItemActionException
getContentDashboardItemAction(
HttpServletRequest, InfoItemReference)
com.liferay.content.dashboard.item.action.exception.ContentDashboardItemActionException
default boolean isShowContentDashboardItemAction(javax.servlet.http.HttpServletRequest httpServletRequest, com.liferay.info.item.InfoItemReference infoItemReference) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
@Deprecated boolean isShowContentDashboardItemAction(java.lang.String className, long classPK, javax.servlet.http.HttpServletRequest httpServletRequest) throws com.liferay.portal.kernel.exception.PortalException
isShowContentDashboardItemAction(
HttpServletRequest, InfoItemReference)
com.liferay.portal.kernel.exception.PortalException