Liferay 6.2-ce-ga5

com.liferay.portal.service
Class WebsiteServiceWrapper

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

@ProviderType
public class WebsiteServiceWrapper
extends Object
implements WebsiteService, ServiceWrapper<WebsiteService>

Provides a wrapper for WebsiteService.

See Also:
WebsiteService

Constructor Summary
WebsiteServiceWrapper(WebsiteService websiteService)
           
 
Method Summary
 Website addWebsite(String className, long classPK, String url, int typeId, boolean primary)
          Deprecated. As of 6.2.0, replaced by addWebsite( String, long, String, int, boolean, ServiceContext)
 Website addWebsite(String className, long classPK, String url, int typeId, boolean primary, ServiceContext serviceContext)
           
 void deleteWebsite(long websiteId)
           
 String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 Website getWebsite(long websiteId)
           
 List<Website> getWebsites(String className, long classPK)
           
 WebsiteService getWrappedService()
           
 WebsiteService getWrappedWebsiteService()
          Deprecated. As of 6.1.0, replaced by getWrappedService()
 void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setWrappedService(WebsiteService websiteService)
           
 void setWrappedWebsiteService(WebsiteService websiteService)
          Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portal.service.WebsiteService)
 Website updateWebsite(long websiteId, String url, int typeId, boolean primary)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebsiteServiceWrapper

public WebsiteServiceWrapper(WebsiteService websiteService)
Method Detail

getBeanIdentifier

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

Specified by:
getBeanIdentifier in interface WebsiteService
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 WebsiteService
Parameters:
beanIdentifier - the Spring bean ID for this bean

addWebsite

public Website addWebsite(String className,
                          long classPK,
                          String url,
                          int typeId,
                          boolean primary)
                   throws PortalException,
                          SystemException
Deprecated. As of 6.2.0, replaced by addWebsite( String, long, String, int, boolean, ServiceContext)

Specified by:
addWebsite in interface WebsiteService
Throws:
PortalException
SystemException

addWebsite

public Website addWebsite(String className,
                          long classPK,
                          String url,
                          int typeId,
                          boolean primary,
                          ServiceContext serviceContext)
                   throws PortalException,
                          SystemException
Specified by:
addWebsite in interface WebsiteService
Throws:
PortalException
SystemException

deleteWebsite

public void deleteWebsite(long websiteId)
                   throws PortalException,
                          SystemException
Specified by:
deleteWebsite in interface WebsiteService
Throws:
PortalException
SystemException

getWebsite

public Website getWebsite(long websiteId)
                   throws PortalException,
                          SystemException
Specified by:
getWebsite in interface WebsiteService
Throws:
PortalException
SystemException

getWebsites

public List<Website> getWebsites(String className,
                                 long classPK)
                          throws PortalException,
                                 SystemException
Specified by:
getWebsites in interface WebsiteService
Throws:
PortalException
SystemException

updateWebsite

public Website updateWebsite(long websiteId,
                             String url,
                             int typeId,
                             boolean primary)
                      throws PortalException,
                             SystemException
Specified by:
updateWebsite in interface WebsiteService
Throws:
PortalException
SystemException

getWrappedWebsiteService

public WebsiteService getWrappedWebsiteService()
Deprecated. As of 6.1.0, replaced by getWrappedService()


setWrappedWebsiteService

public void setWrappedWebsiteService(WebsiteService websiteService)
Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portal.service.WebsiteService)


getWrappedService

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

setWrappedService

public void setWrappedService(WebsiteService websiteService)
Specified by:
setWrappedService in interface ServiceWrapper<WebsiteService>

Liferay 6.2-ce-ga5