com.liferay.portal.service
Class LayoutSetPrototypeLocalServiceWrapper

java.lang.Object
  extended by com.liferay.portal.service.LayoutSetPrototypeLocalServiceWrapper
All Implemented Interfaces:
LayoutSetPrototypeLocalService

public class LayoutSetPrototypeLocalServiceWrapper
extends java.lang.Object
implements LayoutSetPrototypeLocalService

View Source

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

This class is a wrapper for LayoutSetPrototypeLocalService.

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

Constructor Summary
LayoutSetPrototypeLocalServiceWrapper(LayoutSetPrototypeLocalService layoutSetPrototypeLocalService)
           
 
Method Summary
 LayoutSetPrototype addLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
           
 LayoutSetPrototype addLayoutSetPrototype(long userId, long companyId, java.util.Map<java.util.Locale,java.lang.String> nameMap, java.lang.String description, boolean active)
           
 LayoutSetPrototype createLayoutSetPrototype(long layoutSetPrototypeId)
           
 void deleteLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
           
 void deleteLayoutSetPrototype(long layoutSetPrototypeId)
           
 java.util.List dynamicQuery(DynamicQuery dynamicQuery)
           
 java.util.List dynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
 java.util.List dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 long dynamicQueryCount(DynamicQuery dynamicQuery)
           
 LayoutSetPrototype getLayoutSetPrototype(long layoutSetPrototypeId)
           
 java.util.List<LayoutSetPrototype> getLayoutSetPrototypes(int start, int end)
           
 int getLayoutSetPrototypesCount()
           
 LayoutSetPrototypeLocalService getWrappedLayoutSetPrototypeLocalService()
           
 java.util.List<LayoutSetPrototype> search(long companyId, java.lang.Boolean active, int start, int end, OrderByComparator obc)
           
 int searchCount(long companyId, java.lang.Boolean active)
           
 LayoutSetPrototype updateLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
           
 LayoutSetPrototype updateLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype, boolean merge)
           
 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

LayoutSetPrototypeLocalServiceWrapper

public LayoutSetPrototypeLocalServiceWrapper(LayoutSetPrototypeLocalService layoutSetPrototypeLocalService)
Method Detail

addLayoutSetPrototype

public LayoutSetPrototype addLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
                                         throws SystemException
Specified by:
addLayoutSetPrototype in interface LayoutSetPrototypeLocalService
Throws:
SystemException

createLayoutSetPrototype

public LayoutSetPrototype createLayoutSetPrototype(long layoutSetPrototypeId)
Specified by:
createLayoutSetPrototype in interface LayoutSetPrototypeLocalService

deleteLayoutSetPrototype

public void deleteLayoutSetPrototype(long layoutSetPrototypeId)
                              throws PortalException,
                                     SystemException
Specified by:
deleteLayoutSetPrototype in interface LayoutSetPrototypeLocalService
Throws:
PortalException
SystemException

deleteLayoutSetPrototype

public void deleteLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
                              throws SystemException
Specified by:
deleteLayoutSetPrototype in interface LayoutSetPrototypeLocalService
Throws:
SystemException

dynamicQuery

public java.util.List dynamicQuery(DynamicQuery dynamicQuery)
                            throws SystemException
Specified by:
dynamicQuery in interface LayoutSetPrototypeLocalService
Throws:
SystemException

dynamicQuery

public java.util.List dynamicQuery(DynamicQuery dynamicQuery,
                                   int start,
                                   int end)
                            throws SystemException
Specified by:
dynamicQuery in interface LayoutSetPrototypeLocalService
Throws:
SystemException

dynamicQuery

public java.util.List dynamicQuery(DynamicQuery dynamicQuery,
                                   int start,
                                   int end,
                                   OrderByComparator orderByComparator)
                            throws SystemException
Specified by:
dynamicQuery in interface LayoutSetPrototypeLocalService
Throws:
SystemException

dynamicQueryCount

public long dynamicQueryCount(DynamicQuery dynamicQuery)
                       throws SystemException
Specified by:
dynamicQueryCount in interface LayoutSetPrototypeLocalService
Throws:
SystemException

getLayoutSetPrototype

public LayoutSetPrototype getLayoutSetPrototype(long layoutSetPrototypeId)
                                         throws PortalException,
                                                SystemException
Specified by:
getLayoutSetPrototype in interface LayoutSetPrototypeLocalService
Throws:
PortalException
SystemException

getLayoutSetPrototypes

public java.util.List<LayoutSetPrototype> getLayoutSetPrototypes(int start,
                                                                 int end)
                                                          throws SystemException
Specified by:
getLayoutSetPrototypes in interface LayoutSetPrototypeLocalService
Throws:
SystemException

getLayoutSetPrototypesCount

public int getLayoutSetPrototypesCount()
                                throws SystemException
Specified by:
getLayoutSetPrototypesCount in interface LayoutSetPrototypeLocalService
Throws:
SystemException

updateLayoutSetPrototype

public LayoutSetPrototype updateLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype)
                                            throws SystemException
Specified by:
updateLayoutSetPrototype in interface LayoutSetPrototypeLocalService
Throws:
SystemException

updateLayoutSetPrototype

public LayoutSetPrototype updateLayoutSetPrototype(LayoutSetPrototype layoutSetPrototype,
                                                   boolean merge)
                                            throws SystemException
Specified by:
updateLayoutSetPrototype in interface LayoutSetPrototypeLocalService
Throws:
SystemException

addLayoutSetPrototype

public LayoutSetPrototype addLayoutSetPrototype(long userId,
                                                long companyId,
                                                java.util.Map<java.util.Locale,java.lang.String> nameMap,
                                                java.lang.String description,
                                                boolean active)
                                         throws PortalException,
                                                SystemException
Specified by:
addLayoutSetPrototype in interface LayoutSetPrototypeLocalService
Throws:
PortalException
SystemException

search

public java.util.List<LayoutSetPrototype> search(long companyId,
                                                 java.lang.Boolean active,
                                                 int start,
                                                 int end,
                                                 OrderByComparator obc)
                                          throws SystemException
Specified by:
search in interface LayoutSetPrototypeLocalService
Throws:
SystemException

searchCount

public int searchCount(long companyId,
                       java.lang.Boolean active)
                throws SystemException
Specified by:
searchCount in interface LayoutSetPrototypeLocalService
Throws:
SystemException

updateLayoutSetPrototype

public LayoutSetPrototype updateLayoutSetPrototype(long layoutSetPrototypeId,
                                                   java.util.Map<java.util.Locale,java.lang.String> nameMap,
                                                   java.lang.String description,
                                                   boolean active)
                                            throws PortalException,
                                                   SystemException
Specified by:
updateLayoutSetPrototype in interface LayoutSetPrototypeLocalService
Throws:
PortalException
SystemException

getWrappedLayoutSetPrototypeLocalService

public LayoutSetPrototypeLocalService getWrappedLayoutSetPrototypeLocalService()