Liferay 6.0.5

com.liferay.portal.service
Class LayoutPrototypeServiceWrapper

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

public class LayoutPrototypeServiceWrapper
extends Object
implements LayoutPrototypeService

This class is a wrapper for LayoutPrototypeService.

See Also:
LayoutPrototypeService
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Constructor Summary
LayoutPrototypeServiceWrapper(LayoutPrototypeService layoutPrototypeService)
           
 
Method Summary
 LayoutPrototype addLayoutPrototype(Map<Locale,String> nameMap, String description, boolean active)
           
 void deleteLayoutPrototype(long layoutPrototypeId)
           
 LayoutPrototype getLayoutPrototype(long layoutPrototypeId)
           
 LayoutPrototypeService getWrappedLayoutPrototypeService()
           
 List<LayoutPrototype> search(long companyId, Boolean active, OrderByComparator obc)
           
 LayoutPrototype updateLayoutPrototype(long layoutPrototypeId, Map<Locale,String> nameMap, 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(Map<Locale,String> nameMap,
                                          String description,
                                          boolean active)
                                   throws PortalException,
                                          SystemException
Specified by:
addLayoutPrototype in interface LayoutPrototypeService
Throws:
PortalException
SystemException

deleteLayoutPrototype

public void deleteLayoutPrototype(long layoutPrototypeId)
                           throws PortalException,
                                  SystemException
Specified by:
deleteLayoutPrototype in interface LayoutPrototypeService
Throws:
PortalException
SystemException

getLayoutPrototype

public LayoutPrototype getLayoutPrototype(long layoutPrototypeId)
                                   throws PortalException,
                                          SystemException
Specified by:
getLayoutPrototype in interface LayoutPrototypeService
Throws:
PortalException
SystemException

search

public List<LayoutPrototype> search(long companyId,
                                    Boolean active,
                                    OrderByComparator obc)
                             throws PortalException,
                                    SystemException
Specified by:
search in interface LayoutPrototypeService
Throws:
PortalException
SystemException

updateLayoutPrototype

public LayoutPrototype updateLayoutPrototype(long layoutPrototypeId,
                                             Map<Locale,String> nameMap,
                                             String description,
                                             boolean active)
                                      throws PortalException,
                                             SystemException
Specified by:
updateLayoutPrototype in interface LayoutPrototypeService
Throws:
PortalException
SystemException

getWrappedLayoutPrototypeService

public LayoutPrototypeService getWrappedLayoutPrototypeService()

Liferay 6.0.5