com.liferay.portal.service
Class LayoutSetPrototypeLocalServiceUtil

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

public class LayoutSetPrototypeLocalServiceUtil
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 LayoutSetPrototypeLocalService 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:
LayoutSetPrototypeLocalService
Generated:

Constructor Summary
LayoutSetPrototypeLocalServiceUtil()
           
 
Method Summary
static LayoutSetPrototype addLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
           
static LayoutSetPrototype addLayoutSetPrototype(long userId, long companyId, java.util.Map<java.util.Locale,java.lang.String> nameMap, java.lang.String description, boolean active)
           
static LayoutSetPrototype createLayoutSetPrototype(long layoutSetPrototypeId)
           
static void deleteLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
           
static void deleteLayoutSetPrototype(long layoutSetPrototypeId)
           
static java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
static java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
           
static LayoutSetPrototype getLayoutSetPrototype(long layoutSetPrototypeId)
           
static java.util.List<LayoutSetPrototype> getLayoutSetPrototypes(int start, int end)
           
static int getLayoutSetPrototypesCount()
           
static LayoutSetPrototypeLocalService getService()
           
static java.util.List<LayoutSetPrototype> search(long companyId, java.lang.Boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
static int searchCount(long companyId, java.lang.Boolean active)
           
 void setService(LayoutSetPrototypeLocalService service)
           
static LayoutSetPrototype updateLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
           
static LayoutSetPrototype updateLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype, boolean merge)
           
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

LayoutSetPrototypeLocalServiceUtil

public LayoutSetPrototypeLocalServiceUtil()
Method Detail

addLayoutSetPrototype

public static LayoutSetPrototype addLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
                                                throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

createLayoutSetPrototype

public static LayoutSetPrototype createLayoutSetPrototype(long layoutSetPrototypeId)

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

deleteLayoutSetPrototype

public static void deleteLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
                                     throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

dynamicQuery

public static java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                                                     throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

dynamicQuery

public static java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                                            int start,
                                                            int end)
                                                     throws com.liferay.portal.kernel.exception.SystemException
Throws:
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

getLayoutSetPrototypes

public static java.util.List<LayoutSetPrototype> getLayoutSetPrototypes(int start,
                                                                        int end)
                                                                 throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

getLayoutSetPrototypesCount

public static int getLayoutSetPrototypesCount()
                                       throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

updateLayoutSetPrototype

public static LayoutSetPrototype updateLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
                                                   throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

updateLayoutSetPrototype

public static LayoutSetPrototype updateLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype,
                                                          boolean merge)
                                                   throws com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.SystemException

addLayoutSetPrototype

public static LayoutSetPrototype addLayoutSetPrototype(long userId,
                                                       long companyId,
                                                       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

search

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

searchCount

public static int searchCount(long companyId,
                              java.lang.Boolean active)
                       throws com.liferay.portal.kernel.exception.SystemException
Throws:
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 LayoutSetPrototypeLocalService getService()

setService

public void setService(LayoutSetPrototypeLocalService service)