Liferay 7.0-ce-m6

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)
           
 String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 LayoutPrototype getLayoutPrototype(long layoutPrototypeId)
           
 LayoutPrototypeService getWrappedLayoutPrototypeService()
          Deprecated. As of 6.1.0, replaced by getWrappedService()
 LayoutPrototypeService getWrappedService()
           
 List<LayoutPrototype> search(long companyId, Boolean active, OrderByComparator<LayoutPrototype> obc)
           
 void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setWrappedLayoutPrototypeService(LayoutPrototypeService layoutPrototypeService)
          Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portal.service.LayoutPrototypeService)
 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

getBeanIdentifier

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

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

getLayoutPrototype

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

search

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

setBeanIdentifier

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

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

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

getWrappedLayoutPrototypeService

@Deprecated
public LayoutPrototypeService getWrappedLayoutPrototypeService()
Deprecated. As of 6.1.0, replaced by getWrappedService()


setWrappedLayoutPrototypeService

@Deprecated
public void setWrappedLayoutPrototypeService(LayoutPrototypeService layoutPrototypeService)
Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portal.service.LayoutPrototypeService)


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-m6