Liferay 7.0-ce-b4

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, Map<Locale,String> descriptionMap, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext)
           
 LayoutSetPrototype addLayoutSetPrototype(Map<Locale,String> nameMap, String description, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by addLayoutSetPrototype(Map, Map, boolean, boolean, ServiceContext)
 void deleteLayoutSetPrototype(long layoutSetPrototypeId)
           
 LayoutSetPrototype fetchLayoutSetPrototype(long layoutSetPrototypeId)
           
 LayoutSetPrototype getLayoutSetPrototype(long layoutSetPrototypeId)
           
 String getOSGiServiceIdentifier()
          Returns the OSGi service identifier.
 LayoutSetPrototypeService getWrappedService()
           
 List<LayoutSetPrototype> search(long companyId, Boolean active, OrderByComparator<LayoutSetPrototype> obc)
           
 void setWrappedService(LayoutSetPrototypeService layoutSetPrototypeService)
           
 LayoutSetPrototype updateLayoutSetPrototype(long layoutSetPrototypeId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext)
           
 LayoutSetPrototype updateLayoutSetPrototype(long layoutSetPrototypeId, Map<Locale,String> nameMap, String description, boolean active, boolean layoutsUpdateable, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by updateLayoutSetPrototype(long, Map, Map, boolean, boolean, 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

addLayoutSetPrototype

@Deprecated
public LayoutSetPrototype addLayoutSetPrototype(Map<Locale,String> nameMap,
                                                           String description,
                                                           boolean active,
                                                           boolean layoutsUpdateable,
                                                           ServiceContext serviceContext)
                                         throws PortalException
Deprecated. As of 7.0.0, replaced by addLayoutSetPrototype(Map, Map, boolean, boolean, ServiceContext)

Specified by:
addLayoutSetPrototype in interface LayoutSetPrototypeService
Throws:
PortalException

addLayoutSetPrototype

public LayoutSetPrototype addLayoutSetPrototype(Map<Locale,String> nameMap,
                                                Map<Locale,String> descriptionMap,
                                                boolean active,
                                                boolean layoutsUpdateable,
                                                ServiceContext serviceContext)
                                         throws PortalException
Specified by:
addLayoutSetPrototype in interface LayoutSetPrototypeService
Throws:
PortalException

deleteLayoutSetPrototype

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

fetchLayoutSetPrototype

public LayoutSetPrototype fetchLayoutSetPrototype(long layoutSetPrototypeId)
                                           throws PortalException
Specified by:
fetchLayoutSetPrototype in interface LayoutSetPrototypeService
Throws:
PortalException

getLayoutSetPrototype

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

getOSGiServiceIdentifier

public String getOSGiServiceIdentifier()
Returns the OSGi service identifier.

Specified by:
getOSGiServiceIdentifier in interface LayoutSetPrototypeService
Returns:
the OSGi service identifier

search

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

updateLayoutSetPrototype

@Deprecated
public LayoutSetPrototype updateLayoutSetPrototype(long layoutSetPrototypeId,
                                                              Map<Locale,String> nameMap,
                                                              String description,
                                                              boolean active,
                                                              boolean layoutsUpdateable,
                                                              ServiceContext serviceContext)
                                            throws PortalException
Deprecated. As of 7.0.0, replaced by updateLayoutSetPrototype(long, Map, Map, boolean, boolean, ServiceContext)

Specified by:
updateLayoutSetPrototype in interface LayoutSetPrototypeService
Throws:
PortalException

updateLayoutSetPrototype

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

updateLayoutSetPrototype

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

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 7.0-ce-b4