Class LayoutPageTemplateTestUtil
java.lang.Object
com.liferay.layout.page.template.test.util.LayoutPageTemplateTestUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com.liferay.layout.page.template.model.LayoutPageTemplateCollection
addLayoutPageTemplateCollection
(long groupId) static com.liferay.layout.page.template.model.LayoutPageTemplateEntry
addLayoutPageTemplateEntry
(long layoutPageTemplateCollectionId) static com.liferay.layout.page.template.model.LayoutPageTemplateEntry
addLayoutPageTemplateEntry
(long groupId, int type, int status) static com.liferay.layout.page.template.model.LayoutPageTemplateEntry
addLayoutPageTemplateEntry
(long layoutPageTemplateCollectionId, String name) static com.liferay.layout.page.template.model.LayoutPageTemplateEntry
addLayoutPageTemplateEntry
(long layoutPageTemplateCollectionId, String name, int type, int status)
-
Constructor Details
-
LayoutPageTemplateTestUtil
public LayoutPageTemplateTestUtil()
-
-
Method Details
-
addLayoutPageTemplateCollection
public static com.liferay.layout.page.template.model.LayoutPageTemplateCollection addLayoutPageTemplateCollection(long groupId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
addLayoutPageTemplateEntry
public static com.liferay.layout.page.template.model.LayoutPageTemplateEntry addLayoutPageTemplateEntry(long layoutPageTemplateCollectionId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
addLayoutPageTemplateEntry
public static com.liferay.layout.page.template.model.LayoutPageTemplateEntry addLayoutPageTemplateEntry(long groupId, int type, int status) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
addLayoutPageTemplateEntry
public static com.liferay.layout.page.template.model.LayoutPageTemplateEntry addLayoutPageTemplateEntry(long layoutPageTemplateCollectionId, String name) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
addLayoutPageTemplateEntry
public static com.liferay.layout.page.template.model.LayoutPageTemplateEntry addLayoutPageTemplateEntry(long layoutPageTemplateCollectionId, String name, int type, int status) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-