Java com.liferay.portal.kernel.service LayoutPrototypeLocalServiceUtil fields, constructors, methods, implement or subclass

Example usage for Java com.liferay.portal.kernel.service LayoutPrototypeLocalServiceUtil fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.liferay.portal.kernel.service LayoutPrototypeLocalServiceUtil.

The text is from its open source code.

Method

com.liferay.portal.kernel.model.LayoutPrototypedeleteLayoutPrototype( com.liferay.portal.kernel.model.LayoutPrototype layoutPrototype)
Deletes the layout prototype from the database.
com.liferay.portal.kernel.model.LayoutPrototypedeleteLayoutPrototype(long layoutPrototypeId)
Deletes the layout prototype with the primary key from the database.
com.liferay.portal.kernel.dao.orm.DynamicQuerydynamicQuery()
com.liferay.portal.kernel.model.LayoutPrototypefetchLayoutPrototypeByUuidAndCompanyId( String uuid, long companyId)
Returns the layout prototype with the matching UUID and company.
com.liferay.portal.kernel.model.LayoutPrototypegetLayoutPrototype(long layoutPrototypeId)
Returns the layout prototype with the primary key.
java.util.ListgetLayoutPrototypes(int start, int end)
Returns a range of all the layout prototypes.
java.util.Listsearch(long companyId, Boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
intsearchCount(long companyId, Boolean active)