com.liferay.portal.service.impl
Class WebsiteServiceImpl
java.lang.Object
com.liferay.portal.kernel.service.BaseServiceImpl
com.liferay.portal.service.base.WebsiteServiceBaseImpl
com.liferay.portal.service.impl.WebsiteServiceImpl
- All Implemented Interfaces:
- com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.BaseService, com.liferay.portal.kernel.service.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 |
| Fields inherited from class com.liferay.portal.kernel.service.BaseServiceImpl |
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS |
|
Method Summary |
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)
|
| 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 com.liferay.portal.kernel.service.BaseServiceImpl |
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebsiteServiceImpl
public WebsiteServiceImpl()
addWebsite
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
- Throws:
com.liferay.portal.kernel.exception.PortalException
deleteWebsite
public void deleteWebsite(long websiteId)
throws com.liferay.portal.kernel.exception.PortalException
- Throws:
com.liferay.portal.kernel.exception.PortalException
getWebsite
public com.liferay.portal.kernel.model.Website getWebsite(long websiteId)
throws com.liferay.portal.kernel.exception.PortalException
- Throws:
com.liferay.portal.kernel.exception.PortalException
getWebsites
public List<com.liferay.portal.kernel.model.Website> getWebsites(String className,
long classPK)
throws com.liferay.portal.kernel.exception.PortalException
- Throws:
com.liferay.portal.kernel.exception.PortalException
updateWebsite
public com.liferay.portal.kernel.model.Website updateWebsite(long websiteId,
String url,
long typeId,
boolean primary)
throws com.liferay.portal.kernel.exception.PortalException
- Throws:
com.liferay.portal.kernel.exception.PortalException