Class DisplayPageTemplateTestUtil
java.lang.Object
com.liferay.layout.page.template.test.util.DisplayPageTemplateTestUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com.liferay.layout.page.template.model.LayoutPageTemplateEntry
addDisplayPageTemplate
(long groupId) static com.liferay.layout.page.template.model.LayoutPageTemplateEntry
addDisplayPageTemplate
(long groupId, long classNameId, long classTypeId) static com.liferay.layout.page.template.model.LayoutPageTemplateEntry
addDisplayPageTemplate
(long groupId, long classNameId, long classTypeId, boolean defaultTemplate, int status) static com.liferay.layout.page.template.model.LayoutPageTemplateEntry
addDisplayPageTemplate
(long groupId, String name)
-
Constructor Details
-
DisplayPageTemplateTestUtil
public DisplayPageTemplateTestUtil()
-
-
Method Details
-
addDisplayPageTemplate
public static com.liferay.layout.page.template.model.LayoutPageTemplateEntry addDisplayPageTemplate(long groupId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
addDisplayPageTemplate
public static com.liferay.layout.page.template.model.LayoutPageTemplateEntry addDisplayPageTemplate(long groupId, long classNameId, long classTypeId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
addDisplayPageTemplate
public static com.liferay.layout.page.template.model.LayoutPageTemplateEntry addDisplayPageTemplate(long groupId, long classNameId, long classTypeId, boolean defaultTemplate, int status) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
addDisplayPageTemplate
public static com.liferay.layout.page.template.model.LayoutPageTemplateEntry addDisplayPageTemplate(long groupId, String name) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-