Interface ContentDashboardItemFactory<T>


public interface ContentDashboardItemFactory<T>
  • Method Details

    • create

      ContentDashboardItem<T> create(long classPK) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getContentDashboardItemSubtypeFactory

      ContentDashboardItemSubtypeFactory getContentDashboardItemSubtypeFactory()