com.liferay.portal.service
Class LayoutPrototypeLocalServiceWrapper

java.lang.Object
  extended by com.liferay.portal.service.LayoutPrototypeLocalServiceWrapper
All Implemented Interfaces:
LayoutPrototypeLocalService

public class LayoutPrototypeLocalServiceWrapper
extends java.lang.Object
implements LayoutPrototypeLocalService

View Source

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

This class is a wrapper for LayoutPrototypeLocalService.

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

Constructor Summary
LayoutPrototypeLocalServiceWrapper(LayoutPrototypeLocalService layoutPrototypeLocalService)
           
 
Method Summary
 LayoutPrototype addLayoutPrototype(LayoutPrototype layoutPrototype)
           
 LayoutPrototype addLayoutPrototype(long userId, long companyId, java.util.Map<java.util.Locale,java.lang.String> nameMap, java.lang.String description, boolean active)
           
 LayoutPrototype createLayoutPrototype(long layoutPrototypeId)
           
 void deleteLayoutPrototype(LayoutPrototype layoutPrototype)
           
 void deleteLayoutPrototype(long layoutPrototypeId)
           
 java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
 java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
           
 LayoutPrototype getLayoutPrototype(long layoutPrototypeId)
           
 java.util.List<LayoutPrototype> getLayoutPrototypes(int start, int end)
           
 int getLayoutPrototypesCount()
           
 LayoutPrototypeLocalService getWrappedLayoutPrototypeLocalService()
           
 java.util.List<LayoutPrototype> search(long companyId, java.lang.Boolean active, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 int searchCount(long companyId, java.lang.Boolean active)
           
 LayoutPrototype updateLayoutPrototype(LayoutPrototype layoutPrototype)
           
 LayoutPrototype updateLayoutPrototype(LayoutPrototype layoutPrototype, boolean merge)
           
 LayoutPrototype updateLayoutPrototype(long layoutPrototypeId, 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

LayoutPrototypeLocalServiceWrapper

public LayoutPrototypeLocalServiceWrapper(LayoutPrototypeLocalService layoutPrototypeLocalService)
Method Detail

addLayoutPrototype

public LayoutPrototype addLayoutPrototype(LayoutPrototype layoutPrototype)
                                   throws com.liferay.portal.kernel.exception.SystemException
Specified by:
addLayoutPrototype in interface LayoutPrototypeLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

createLayoutPrototype

public LayoutPrototype createLayoutPrototype(long layoutPrototypeId)
Specified by:
createLayoutPrototype in interface LayoutPrototypeLocalService

deleteLayoutPrototype

public void deleteLayoutPrototype(long layoutPrototypeId)
                           throws com.liferay.portal.kernel.exception.PortalException,
                                  com.liferay.portal.kernel.exception.SystemException
Specified by:
deleteLayoutPrototype in interface LayoutPrototypeLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

deleteLayoutPrototype

public void deleteLayoutPrototype(LayoutPrototype layoutPrototype)
                           throws com.liferay.portal.kernel.exception.SystemException
Specified by:
deleteLayoutPrototype in interface LayoutPrototypeLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

dynamicQuery

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

dynamicQuery

public 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
Specified by:
dynamicQuery in interface LayoutPrototypeLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getLayoutPrototype

public LayoutPrototype getLayoutPrototype(long layoutPrototypeId)
                                   throws com.liferay.portal.kernel.exception.PortalException,
                                          com.liferay.portal.kernel.exception.SystemException
Specified by:
getLayoutPrototype in interface LayoutPrototypeLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getLayoutPrototypes

public java.util.List<LayoutPrototype> getLayoutPrototypes(int start,
                                                           int end)
                                                    throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getLayoutPrototypes in interface LayoutPrototypeLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

getLayoutPrototypesCount

public int getLayoutPrototypesCount()
                             throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getLayoutPrototypesCount in interface LayoutPrototypeLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

updateLayoutPrototype

public LayoutPrototype updateLayoutPrototype(LayoutPrototype layoutPrototype)
                                      throws com.liferay.portal.kernel.exception.SystemException
Specified by:
updateLayoutPrototype in interface LayoutPrototypeLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

updateLayoutPrototype

public LayoutPrototype updateLayoutPrototype(LayoutPrototype layoutPrototype,
                                             boolean merge)
                                      throws com.liferay.portal.kernel.exception.SystemException
Specified by:
updateLayoutPrototype in interface LayoutPrototypeLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

addLayoutPrototype

public LayoutPrototype addLayoutPrototype(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
Specified by:
addLayoutPrototype in interface LayoutPrototypeLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

search

public java.util.List<LayoutPrototype> 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
Specified by:
search in interface LayoutPrototypeLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

searchCount

public int searchCount(long companyId,
                       java.lang.Boolean active)
                throws com.liferay.portal.kernel.exception.SystemException
Specified by:
searchCount in interface LayoutPrototypeLocalService
Throws:
com.liferay.portal.kernel.exception.SystemException

updateLayoutPrototype

public LayoutPrototype updateLayoutPrototype(long layoutPrototypeId,
                                             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
Specified by:
updateLayoutPrototype in interface LayoutPrototypeLocalService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getWrappedLayoutPrototypeLocalService

public LayoutPrototypeLocalService getWrappedLayoutPrototypeLocalService()