Liferay 7.0-ce-b4

com.liferay.portal.service
Class LayoutPrototypeServiceWrapper

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

@ProviderType
public class LayoutPrototypeServiceWrapper
extends Object
implements LayoutPrototypeService, ServiceWrapper<LayoutPrototypeService>

Provides a wrapper for LayoutPrototypeService.

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

Constructor Summary
LayoutPrototypeServiceWrapper(LayoutPrototypeService layoutPrototypeService)
           
 
Method Summary
 LayoutPrototype addLayoutPrototype(Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, boolean active, ServiceContext serviceContext)
           
 LayoutPrototype addLayoutPrototype(Map<Locale,String> nameMap, String description, boolean active)
          Deprecated. As of 6.2.0, replaced by addLayoutPrototype(Map, String, boolean, ServiceContext)
 LayoutPrototype addLayoutPrototype(Map<Locale,String> nameMap, String description, boolean active, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by addLayoutPrototype(Map, Map, boolean, ServiceContext)
 void deleteLayoutPrototype(long layoutPrototypeId)
           
 LayoutPrototype fetchLayoutPrototype(long layoutPrototypeId)
           
 LayoutPrototype getLayoutPrototype(long layoutPrototypeId)
           
 String getOSGiServiceIdentifier()
          Returns the OSGi service identifier.
 LayoutPrototypeService getWrappedService()
           
 List<LayoutPrototype> search(long companyId, Boolean active, OrderByComparator<LayoutPrototype> obc)
           
 void setWrappedService(LayoutPrototypeService layoutPrototypeService)
           
 LayoutPrototype updateLayoutPrototype(long layoutPrototypeId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, boolean active, ServiceContext serviceContext)
           
 LayoutPrototype updateLayoutPrototype(long layoutPrototypeId, Map<Locale,String> nameMap, String description, boolean active)
          Deprecated. As of 6.2.0, replaced by updateLayoutPrototype(long, Map, String, boolean, ServiceContext)
 LayoutPrototype updateLayoutPrototype(long layoutPrototypeId, Map<Locale,String> nameMap, String description, boolean active, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by updateLayoutPrototype(long, Map, Map, boolean, ServiceContext)
 
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

@Deprecated
public LayoutPrototype addLayoutPrototype(Map<Locale,String> nameMap,
                                                     String description,
                                                     boolean active)
                                   throws PortalException
Deprecated. As of 6.2.0, replaced by addLayoutPrototype(Map, String, boolean, ServiceContext)

Specified by:
addLayoutPrototype in interface LayoutPrototypeService
Throws:
PortalException

addLayoutPrototype

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

Specified by:
addLayoutPrototype in interface LayoutPrototypeService
Throws:
PortalException

addLayoutPrototype

public LayoutPrototype addLayoutPrototype(Map<Locale,String> nameMap,
                                          Map<Locale,String> descriptionMap,
                                          boolean active,
                                          ServiceContext serviceContext)
                                   throws PortalException
Specified by:
addLayoutPrototype in interface LayoutPrototypeService
Throws:
PortalException

deleteLayoutPrototype

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

fetchLayoutPrototype

public LayoutPrototype fetchLayoutPrototype(long layoutPrototypeId)
                                     throws PortalException
Specified by:
fetchLayoutPrototype in interface LayoutPrototypeService
Throws:
PortalException

getLayoutPrototype

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

getOSGiServiceIdentifier

public String getOSGiServiceIdentifier()
Returns the OSGi service identifier.

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

search

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

updateLayoutPrototype

@Deprecated
public LayoutPrototype updateLayoutPrototype(long layoutPrototypeId,
                                                        Map<Locale,String> nameMap,
                                                        String description,
                                                        boolean active)
                                      throws PortalException
Deprecated. As of 6.2.0, replaced by updateLayoutPrototype(long, Map, String, boolean, ServiceContext)

Specified by:
updateLayoutPrototype in interface LayoutPrototypeService
Throws:
PortalException

updateLayoutPrototype

@Deprecated
public LayoutPrototype updateLayoutPrototype(long layoutPrototypeId,
                                                        Map<Locale,String> nameMap,
                                                        String description,
                                                        boolean active,
                                                        ServiceContext serviceContext)
                                      throws PortalException
Deprecated. As of 7.0.0, replaced by updateLayoutPrototype(long, Map, Map, boolean, ServiceContext)

Specified by:
updateLayoutPrototype in interface LayoutPrototypeService
Throws:
PortalException

updateLayoutPrototype

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

getWrappedService

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

setWrappedService

public void setWrappedService(LayoutPrototypeService layoutPrototypeService)
Specified by:
setWrappedService in interface ServiceWrapper<LayoutPrototypeService>

Liferay 7.0-ce-b4