Liferay 7.0-ce-b4

com.liferay.portal.service.impl
Class WebsiteServiceImpl

java.lang.Object
  extended by com.liferay.portal.service.BaseServiceImpl
      extended by com.liferay.portal.service.base.WebsiteServiceBaseImpl
          extended by com.liferay.portal.service.impl.WebsiteServiceImpl
All Implemented Interfaces:
IdentifiableOSGiService, BaseService, WebsiteService

public class WebsiteServiceImpl
extends WebsiteServiceBaseImpl


Field Summary
 
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.service.BaseServiceImpl
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
 
Constructor Summary
WebsiteServiceImpl()
           
 
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 com.liferay.portal.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
 

Constructor Detail

WebsiteServiceImpl

public WebsiteServiceImpl()
Method Detail

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

Liferay 7.0-ce-b4