Liferay 6.1.2-ce-ga3

com.liferay.portal.service
Class LayoutPrototypeServiceWrapper

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

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

This class is 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, String description, boolean active)
           
 void deleteLayoutPrototype(long layoutPrototypeId)
           
 String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 LayoutPrototype getLayoutPrototype(long layoutPrototypeId)
           
 LayoutPrototypeService getWrappedLayoutPrototypeService()
          Deprecated. Renamed to 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. Renamed to setWrappedService(com.liferay.portal.service.LayoutPrototypeService)
 void setWrappedService(LayoutPrototypeService layoutPrototypeService)
           
 LayoutPrototype updateLayoutPrototype(long layoutPrototypeId, Map<Locale,String> nameMap, String description, boolean active)
           
 
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
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
Specified by:
updateLayoutPrototype in interface LayoutPrototypeService
Throws:
PortalException
SystemException

getWrappedLayoutPrototypeService

public LayoutPrototypeService getWrappedLayoutPrototypeService()
Deprecated. Renamed to getWrappedService()


setWrappedLayoutPrototypeService

public void setWrappedLayoutPrototypeService(LayoutPrototypeService layoutPrototypeService)
Deprecated. Renamed to 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.1.2-ce-ga3