com.liferay.portal.service
Class LayoutSetPrototypeServiceUtil

java.lang.Object
  extended by com.liferay.portal.service.LayoutSetPrototypeServiceUtil

public class LayoutSetPrototypeServiceUtil
extends java.lang.Object

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class provides static methods for the LayoutSetPrototypeService bean. The static methods of this class calls the same methods of the bean instance. It's convenient to be able to just write one line to call a method on a bean instead of writing a lookup call and a method call.

Author:
Brian Wing Shun Chan
See Also:
LayoutSetPrototypeService
Generated:

Constructor Summary
LayoutSetPrototypeServiceUtil()
           
 
Method Summary
static LayoutSetPrototype addLayoutSetPrototype(java.util.Map<java.util.Locale,java.lang.String> nameMap, java.lang.String description, boolean active)
           
static void deleteLayoutSetPrototype(long layoutSetPrototypeId)
           
static LayoutSetPrototype getLayoutSetPrototype(long layoutSetPrototypeId)
           
static LayoutSetPrototypeService getService()
           
static java.util.List<LayoutSetPrototype> search(long companyId, java.lang.Boolean active, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 void setService(LayoutSetPrototypeService service)
           
static LayoutSetPrototype updateLayoutSetPrototype(long layoutSetPrototypeId, java.util.Map<java.util.Locale,java.lang.String> nameMap, java.lang.String description, boolean active)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayoutSetPrototypeServiceUtil

public LayoutSetPrototypeServiceUtil()
Method Detail

addLayoutSetPrototype

public static LayoutSetPrototype addLayoutSetPrototype(java.util.Map<java.util.Locale,java.lang.String> nameMap,
                                                       java.lang.String description,
                                                       boolean active)
                                                throws com.liferay.portal.kernel.exception.PortalException,
                                                       com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

deleteLayoutSetPrototype

public static void deleteLayoutSetPrototype(long layoutSetPrototypeId)
                                     throws com.liferay.portal.kernel.exception.PortalException,
                                            com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getLayoutSetPrototype

public static LayoutSetPrototype getLayoutSetPrototype(long layoutSetPrototypeId)
                                                throws com.liferay.portal.kernel.exception.PortalException,
                                                       com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

search

public static java.util.List<LayoutSetPrototype> search(long companyId,
                                                        java.lang.Boolean active,
                                                        com.liferay.portal.kernel.util.OrderByComparator obc)
                                                 throws com.liferay.portal.kernel.exception.PortalException,
                                                        com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

updateLayoutSetPrototype

public static LayoutSetPrototype updateLayoutSetPrototype(long layoutSetPrototypeId,
                                                          java.util.Map<java.util.Locale,java.lang.String> nameMap,
                                                          java.lang.String description,
                                                          boolean active)
                                                   throws com.liferay.portal.kernel.exception.PortalException,
                                                          com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getService

public static LayoutSetPrototypeService getService()

setService

public void setService(LayoutSetPrototypeService service)