Class WebsiteServiceWrapper
Object
com.liferay.portal.kernel.service.WebsiteServiceWrapper
- All Implemented Interfaces:
BaseService,ServiceWrapper<WebsiteService>,WebsiteService
public class WebsiteServiceWrapper
extends Object
implements ServiceWrapper<WebsiteService>, WebsiteService
Provides a wrapper for
WebsiteService.- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddWebsite(String externalReferenceCode, String className, long classPK, String url, long typeId, boolean primary, ServiceContext serviceContext) voiddeleteWebsite(long websiteId) fetchWebsiteByExternalReferenceCode(String externalReferenceCode, long companyId) Returns the OSGi service identifier.getWebsite(long websiteId) getWebsites(String className, long classPK) voidsetWrappedService(WebsiteService websiteService) updateWebsite(String externalReferenceCode, long websiteId, String url, long typeId, boolean primary)
-
Constructor Details
-
WebsiteServiceWrapper
public WebsiteServiceWrapper() -
WebsiteServiceWrapper
-
-
Method Details
-
addWebsite
public Website addWebsite(String externalReferenceCode, String className, long classPK, String url, long typeId, boolean primary, ServiceContext serviceContext) throws PortalException - Specified by:
addWebsitein interfaceWebsiteService- Throws:
PortalException
-
deleteWebsite
- Specified by:
deleteWebsitein interfaceWebsiteService- Throws:
PortalException
-
fetchWebsiteByExternalReferenceCode
public Website fetchWebsiteByExternalReferenceCode(String externalReferenceCode, long companyId) throws PortalException - Specified by:
fetchWebsiteByExternalReferenceCodein interfaceWebsiteService- Throws:
PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceWebsiteService- Returns:
- the OSGi service identifier
-
getWebsite
- Specified by:
getWebsitein interfaceWebsiteService- Throws:
PortalException
-
getWebsites
- Specified by:
getWebsitesin interfaceWebsiteService- Throws:
PortalException
-
updateWebsite
public Website updateWebsite(String externalReferenceCode, long websiteId, String url, long typeId, boolean primary) throws PortalException - Specified by:
updateWebsitein interfaceWebsiteService- Throws:
PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfaceServiceWrapper<WebsiteService>
-
setWrappedService
- Specified by:
setWrappedServicein interfaceServiceWrapper<WebsiteService>
-