Liferay 6.1.2-ce-ga3

com.liferay.portal.service
Class LayoutSetPrototypeServiceWrapper

java.lang.Object
  extended by com.liferay.portal.service.LayoutSetPrototypeServiceWrapper
All Implemented Interfaces:
BaseService, LayoutSetPrototypeService, ServiceWrapper<LayoutSetPrototypeService>

public class LayoutSetPrototypeServiceWrapper
extends Object
implements LayoutSetPrototypeService, ServiceWrapper<LayoutSetPrototypeService>

This class is a wrapper for LayoutSetPrototypeService.

See Also:
LayoutSetPrototypeService

Constructor Summary
LayoutSetPrototypeServiceWrapper(LayoutSetPrototypeService layoutSetPrototypeService)
           
 
Method Summary
 LayoutSetPrototype addLayoutSetPrototype(Map<Locale,String> nameMap, String description, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext)
           
 void deleteLayoutSetPrototype(long layoutSetPrototypeId)
           
 String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 LayoutSetPrototype getLayoutSetPrototype(long layoutSetPrototypeId)
           
 LayoutSetPrototypeService getWrappedLayoutSetPrototypeService()
          Deprecated. Renamed to getWrappedService()
 LayoutSetPrototypeService getWrappedService()
           
 List<LayoutSetPrototype> search(long companyId, Boolean active, OrderByComparator obc)
           
 void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setWrappedLayoutSetPrototypeService(LayoutSetPrototypeService layoutSetPrototypeService)
          Deprecated. Renamed to setWrappedService(com.liferay.portal.service.LayoutSetPrototypeService)
 void setWrappedService(LayoutSetPrototypeService layoutSetPrototypeService)
           
 LayoutSetPrototype updateLayoutSetPrototype(long layoutSetPrototypeId, Map<Locale,String> nameMap, String description, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext)
           
 LayoutSetPrototype updateLayoutSetPrototype(long layoutSetPrototypeId, String settings)
           
 
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

getBeanIdentifier

public String getBeanIdentifier()
Returns the Spring bean ID for this bean.

Specified by:
getBeanIdentifier in interface LayoutSetPrototypeService
Returns:
the Spring bean ID for this bean

setBeanIdentifier

public void setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean.

Specified by:
setBeanIdentifier in interface LayoutSetPrototypeService
Parameters:
beanIdentifier - the Spring bean ID for this bean

addLayoutSetPrototype

public LayoutSetPrototype addLayoutSetPrototype(Map<Locale,String> nameMap,
                                                String description,
                                                boolean active,
                                                boolean layoutsUpdateable,
                                                ServiceContext serviceContext)
                                         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,
                                                   boolean layoutsUpdateable,
                                                   ServiceContext serviceContext)
                                            throws PortalException,
                                                   SystemException
Specified by:
updateLayoutSetPrototype in interface LayoutSetPrototypeService
Throws:
PortalException
SystemException

updateLayoutSetPrototype

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

getWrappedLayoutSetPrototypeService

public LayoutSetPrototypeService getWrappedLayoutSetPrototypeService()
Deprecated. Renamed to getWrappedService()


setWrappedLayoutSetPrototypeService

public void setWrappedLayoutSetPrototypeService(LayoutSetPrototypeService layoutSetPrototypeService)
Deprecated. Renamed to setWrappedService(com.liferay.portal.service.LayoutSetPrototypeService)


getWrappedService

public LayoutSetPrototypeService getWrappedService()
Specified by:
getWrappedService in interface ServiceWrapper<LayoutSetPrototypeService>

setWrappedService

public void setWrappedService(LayoutSetPrototypeService layoutSetPrototypeService)
Specified by:
setWrappedService in interface ServiceWrapper<LayoutSetPrototypeService>

Liferay 6.1.2-ce-ga3