public class WebsiteServiceImpl extends WebsiteServiceBaseImpl
classNameLocalService, classNamePersistence, classNameService, counterLocalService, listTypeLocalService, listTypePersistence, listTypeService, userFinder, userLocalService, userPersistence, userService, 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, 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, setWebsiteServicepublic 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.PortalExceptionpublic void deleteWebsite(long websiteId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.model.Website getWebsite(long websiteId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic List<com.liferay.portal.kernel.model.Website> getWebsites(String className,
long classPK)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic 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