Liferay 6.2-ce-ga5

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

Constructor Summary
LayoutPrototypeServiceWrapper(LayoutPrototypeService layoutPrototypeService)
           
 
Method Summary
 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)
           
 void deleteLayoutPrototype(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 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, 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)
           
 
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

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

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

addLayoutPrototype

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

Specified by:
addLayoutPrototype in interface LayoutPrototypeService
Throws:
PortalException
SystemException

addLayoutPrototype

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

deleteLayoutPrototype

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

getLayoutPrototype

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

search

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

updateLayoutPrototype

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

Specified by:
updateLayoutPrototype in interface LayoutPrototypeService
Throws:
PortalException
SystemException

updateLayoutPrototype

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

getWrappedLayoutPrototypeService

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


setWrappedLayoutPrototypeService

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 6.2-ce-ga5