public class WebsiteServiceImpl extends WebsiteServiceBaseImpl
counterLocalService, websiteLocalService, websitePersistence, websiteService
Constructor and Description |
---|
WebsiteServiceImpl() |
Modifier and Type | Method and Description |
---|---|
com.liferay.portal.kernel.model.Website |
addWebsite(String className,
long classPK,
String url,
long typeId,
boolean primary,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
deleteWebsite(long websiteId) |
com.liferay.portal.kernel.model.Website |
getWebsite(long websiteId) |
List<com.liferay.portal.kernel.model.Website> |
getWebsites(String className,
long classPK) |
com.liferay.portal.kernel.model.Website |
updateWebsite(long websiteId,
String url,
long typeId,
boolean primary) |
afterPropertiesSet, destroy, getCounterLocalService, getModelClass, getModelClassName, getOSGiServiceIdentifier, getWebsiteLocalService, getWebsitePersistence, getWebsiteService, runSQL, setCounterLocalService, setWebsiteLocalService, setWebsitePersistence, setWebsiteService
public com.liferay.portal.kernel.model.Website addWebsite(String className, long classPK, String url, long typeId, boolean primary, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public void deleteWebsite(long websiteId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public com.liferay.portal.kernel.model.Website getWebsite(long websiteId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public List<com.liferay.portal.kernel.model.Website> getWebsites(String className, long classPK) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public com.liferay.portal.kernel.model.Website updateWebsite(long websiteId, String url, long typeId, boolean primary) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException