Liferay 6.2-ce-ga5

com.liferay.portal.service
Class LayoutSetPrototypeServiceWrapper

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

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

Provides 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. As of 6.1.0, replaced by 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. As of 6.1.0, replaced by 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. As of 6.1.0, replaced by getWrappedService()


setWrappedLayoutSetPrototypeService

public void setWrappedLayoutSetPrototypeService(LayoutSetPrototypeService layoutSetPrototypeService)
Deprecated. As of 6.1.0, replaced by 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.2-ce-ga5