com.liferay.portal.service
Class LayoutPrototypeServiceWrapper

java.lang.Object
  extended by com.liferay.portal.service.LayoutPrototypeServiceWrapper
All Implemented Interfaces:
LayoutPrototypeService

public class LayoutPrototypeServiceWrapper
extends java.lang.Object
implements LayoutPrototypeService

View Source

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

This class is a wrapper for LayoutPrototypeService.

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

Constructor Summary
LayoutPrototypeServiceWrapper(LayoutPrototypeService layoutPrototypeService)
           
 
Method Summary
 LayoutPrototype addLayoutPrototype(java.util.Map<java.util.Locale,java.lang.String> nameMap, java.lang.String description, boolean active)
           
 void deleteLayoutPrototype(long layoutPrototypeId)
           
 LayoutPrototype getLayoutPrototype(long layoutPrototypeId)
           
 LayoutPrototypeService getWrappedLayoutPrototypeService()
           
 java.util.List<LayoutPrototype> search(long companyId, java.lang.Boolean active, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 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

LayoutPrototypeServiceWrapper

public LayoutPrototypeServiceWrapper(LayoutPrototypeService layoutPrototypeService)
Method Detail

addLayoutPrototype

public LayoutPrototype addLayoutPrototype(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 LayoutPrototypeService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

deleteLayoutPrototype

public void deleteLayoutPrototype(long layoutPrototypeId)
                           throws com.liferay.portal.kernel.exception.PortalException,
                                  com.liferay.portal.kernel.exception.SystemException
Specified by:
deleteLayoutPrototype in interface LayoutPrototypeService
Throws:
com.liferay.portal.kernel.exception.PortalException
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 LayoutPrototypeService
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,
                                              com.liferay.portal.kernel.util.OrderByComparator obc)
                                       throws com.liferay.portal.kernel.exception.PortalException,
                                              com.liferay.portal.kernel.exception.SystemException
Specified by:
search in interface LayoutPrototypeService
Throws:
com.liferay.portal.kernel.exception.PortalException
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 LayoutPrototypeService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getWrappedLayoutPrototypeService

public LayoutPrototypeService getWrappedLayoutPrototypeService()