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

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

Introduction

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

The text is from its open source code.

Method

com.liferay.portal.kernel.model.LayoutSetPrototypeaddLayoutSetPrototype(long userId, long companyId, java.util.Map nameMap, java.util.Map descriptionMap, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext)
com.liferay.portal.kernel.model.LayoutSetPrototypedeleteLayoutSetPrototype( com.liferay.portal.kernel.model.LayoutSetPrototype layoutSetPrototype)
Deletes the layout set prototype from the database.
com.liferay.portal.kernel.model.LayoutSetPrototypedeleteLayoutSetPrototype( long layoutSetPrototypeId)
Deletes the layout set prototype with the primary key from the database.
voiddeleteLayoutSetPrototypes()
com.liferay.portal.kernel.model.LayoutSetPrototypefetchLayoutSetPrototypeByUuidAndCompanyId( String uuid, long companyId)
Returns the layout set prototype with the matching UUID and company.
com.liferay.portal.kernel.model.LayoutSetPrototypegetLayoutSetPrototypeByUuidAndCompanyId( String uuid, long companyId)
Returns the layout set prototype with the matching UUID and company.
java.util.ListgetLayoutSetPrototypes( int start, int end)
Returns a range of all the layout set prototypes.
java.util.Listsearch(long companyId, Boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
intsearchCount(long companyId, Boolean active)
com.liferay.portal.kernel.model.LayoutSetPrototypeupdateLayoutSetPrototype( long layoutSetPrototypeId, java.util.Map nameMap, java.util.Map descriptionMap, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext)