Interface AnalyticsReportsContentDashboardItemActionProvider
public interface AnalyticsReportsContentDashboardItemActionProvider
-
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.content.dashboard.item.action.ContentDashboardItemActiongetContentDashboardItemAction(javax.servlet.http.HttpServletRequest httpServletRequest, com.liferay.info.item.InfoItemReference infoItemReference) booleanisShowContentDashboardItemAction(javax.servlet.http.HttpServletRequest httpServletRequest, com.liferay.info.item.InfoItemReference infoItemReference)
-
Method Details
-
getContentDashboardItemAction
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 - Throws:
com.liferay.content.dashboard.item.action.exception.ContentDashboardItemActionException
-
isShowContentDashboardItemAction
boolean isShowContentDashboardItemAction(javax.servlet.http.HttpServletRequest httpServletRequest, com.liferay.info.item.InfoItemReference infoItemReference) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-