Interface ContentDashboardItemSubtypeFactory<T>
public interface ContentDashboardItemSubtypeFactory<T>
-
Method Summary
Modifier and TypeMethodDescriptiondefault ContentDashboardItemSubtype<T>
create
(long classPK) create
(long classPK, long entryClassPK)
-
Method Details
-
create
default ContentDashboardItemSubtype<T> create(long classPK) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
create
ContentDashboardItemSubtype<T> create(long classPK, long entryClassPK) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-