com.liferay.portal.service
Interface WebsiteLocalService


public interface WebsiteLocalService

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This interface defines the service. The default implementation is com.liferay.portal.service.impl.WebsiteLocalServiceImpl. Modify methods in that class and rerun ServiceBuilder to populate this class and all other generated classes.

This is a local service. Methods of this service will not have security checks based on the propagated JAAS credentials because this service can only be accessed from within the same VM.

Author:
Brian Wing Shun Chan
See Also:
WebsiteLocalServiceFactory, WebsiteLocalServiceUtil

Method Summary
 Website addWebsite(long userId, java.lang.String className, long classPK, java.lang.String url, int typeId, boolean primary)
           
 Website addWebsite(Website website)
           
 void deleteWebsite(long websiteId)
           
 void deleteWebsite(Website website)
           
 void deleteWebsites(long companyId, java.lang.String className, long classPK)
           
 java.util.List<Website> dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
           
 java.util.List<Website> dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer, int begin, int end)
           
 Website getWebsite(long websiteId)
           
 java.util.List<Website> getWebsites()
           
 java.util.List<Website> getWebsites(long companyId, java.lang.String className, long classPK)
           
 Website updateWebsite(long websiteId, java.lang.String url, int typeId, boolean primary)
           
 Website updateWebsite(Website website)
           
 

Method Detail

addWebsite

Website addWebsite(Website website)
                   throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

deleteWebsite

void deleteWebsite(long websiteId)
                   throws com.liferay.portal.SystemException,
                          com.liferay.portal.PortalException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException

deleteWebsite

void deleteWebsite(Website website)
                   throws com.liferay.portal.SystemException,
                          com.liferay.portal.PortalException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException

dynamicQuery

java.util.List<Website> dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
                                     throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

dynamicQuery

java.util.List<Website> dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
                                     int begin,
                                     int end)
                                     throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

updateWebsite

Website updateWebsite(Website website)
                      throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

addWebsite

Website addWebsite(long userId,
                   java.lang.String className,
                   long classPK,
                   java.lang.String url,
                   int typeId,
                   boolean primary)
                   throws com.liferay.portal.SystemException,
                          com.liferay.portal.PortalException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException

deleteWebsites

void deleteWebsites(long companyId,
                    java.lang.String className,
                    long classPK)
                    throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getWebsite

Website getWebsite(long websiteId)
                   throws com.liferay.portal.SystemException,
                          com.liferay.portal.PortalException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException

getWebsites

java.util.List<Website> getWebsites()
                                    throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getWebsites

java.util.List<Website> getWebsites(long companyId,
                                    java.lang.String className,
                                    long classPK)
                                    throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

updateWebsite

Website updateWebsite(long websiteId,
                      java.lang.String url,
                      int typeId,
                      boolean primary)
                      throws com.liferay.portal.SystemException,
                             com.liferay.portal.PortalException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException