com.liferay.portal.service.impl
Class WebsiteServiceImpl
java.lang.Object
com.liferay.portal.service.BaseServiceImpl
com.liferay.portal.service.base.WebsiteServiceBaseImpl
com.liferay.portal.service.impl.WebsiteServiceImpl
- All Implemented Interfaces:
- IdentifiableOSGiService, BaseService, WebsiteService
public class WebsiteServiceImpl
- extends WebsiteServiceBaseImpl
| Fields inherited from class com.liferay.portal.service.base.WebsiteServiceBaseImpl |
classNameLocalService, classNamePersistence, classNameService, counterLocalService, listTypeLocalService, listTypePersistence, listTypeService, userFinder, userLocalService, userPersistence, userService, websiteLocalService, websitePersistence, websiteService |
|
Method Summary |
Website |
addWebsite(String className,
long classPK,
String url,
long 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,
long typeId,
boolean primary,
ServiceContext serviceContext)
|
void |
deleteWebsite(long websiteId)
|
Website |
getWebsite(long websiteId)
|
List<Website> |
getWebsites(String className,
long classPK)
|
Website |
updateWebsite(long websiteId,
String url,
long typeId,
boolean primary)
|
| Methods inherited from class com.liferay.portal.service.base.WebsiteServiceBaseImpl |
afterPropertiesSet, destroy, getClassNameLocalService, getClassNamePersistence, getClassNameService, getCounterLocalService, getListTypeLocalService, getListTypePersistence, getListTypeService, getModelClass, getModelClassName, getOSGiServiceIdentifier, getUserFinder, getUserLocalService, getUserPersistence, getUserService, getWebsiteLocalService, getWebsitePersistence, getWebsiteService, runSQL, setClassNameLocalService, setClassNamePersistence, setClassNameService, setCounterLocalService, setListTypeLocalService, setListTypePersistence, setListTypeService, setUserFinder, setUserLocalService, setUserPersistence, setUserService, setWebsiteLocalService, setWebsitePersistence, setWebsiteService |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebsiteServiceImpl
public WebsiteServiceImpl()
addWebsite
@Deprecated
public Website addWebsite(String className,
long classPK,
String url,
long typeId,
boolean primary)
throws PortalException
- Deprecated. As of 6.2.0, replaced by
#addWebsite(String, long,
String, int, boolean, ServiceContext)
- Throws:
PortalException
addWebsite
public Website addWebsite(String className,
long classPK,
String url,
long typeId,
boolean primary,
ServiceContext serviceContext)
throws PortalException
- Throws:
PortalException
deleteWebsite
public void deleteWebsite(long websiteId)
throws PortalException
- Throws:
PortalException
getWebsite
public Website getWebsite(long websiteId)
throws PortalException
- Throws:
PortalException
getWebsites
public List<Website> getWebsites(String className,
long classPK)
throws PortalException
- Throws:
PortalException
updateWebsite
public Website updateWebsite(long websiteId,
String url,
long typeId,
boolean primary)
throws PortalException
- Throws:
PortalException