Liferay 6.0.5

com.liferay.portal.service
Class LayoutSetPrototypeServiceWrapper

java.lang.Object
  extended by com.liferay.portal.service.LayoutSetPrototypeServiceWrapper
All Implemented Interfaces:
LayoutSetPrototypeService

public class LayoutSetPrototypeServiceWrapper
extends Object
implements LayoutSetPrototypeService

This class is a wrapper for LayoutSetPrototypeService.

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

Constructor Summary
LayoutSetPrototypeServiceWrapper(LayoutSetPrototypeService layoutSetPrototypeService)
           
 
Method Summary
 LayoutSetPrototype addLayoutSetPrototype(Map<Locale,String> nameMap, String description, boolean active)
           
 void deleteLayoutSetPrototype(long layoutSetPrototypeId)
           
 LayoutSetPrototype getLayoutSetPrototype(long layoutSetPrototypeId)
           
 LayoutSetPrototypeService getWrappedLayoutSetPrototypeService()
           
 List<LayoutSetPrototype> search(long companyId, Boolean active, OrderByComparator obc)
           
 LayoutSetPrototype updateLayoutSetPrototype(long layoutSetPrototypeId, 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

LayoutSetPrototypeServiceWrapper

public LayoutSetPrototypeServiceWrapper(LayoutSetPrototypeService layoutSetPrototypeService)
Method Detail

addLayoutSetPrototype

public LayoutSetPrototype addLayoutSetPrototype(Map<Locale,String> nameMap,
                                                String description,
                                                boolean active)
                                         throws PortalException,
                                                SystemException
Specified by:
addLayoutSetPrototype in interface LayoutSetPrototypeService
Throws:
PortalException
SystemException

deleteLayoutSetPrototype

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

getLayoutSetPrototype

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

search

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

updateLayoutSetPrototype

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

getWrappedLayoutSetPrototypeService

public LayoutSetPrototypeService getWrappedLayoutSetPrototypeService()

Liferay 6.0.5