com.liferay.portal.service
Interface WebsiteLocalService


@Transactional(rollbackFor={com.liferay.portal.PortalException.class,com.liferay.portal.SystemException.class})
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:
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)
           
 Website createWebsite(long websiteId)
           
 void deleteWebsite(long websiteId)
           
 void deleteWebsite(Website website)
           
 void deleteWebsites(long companyId, java.lang.String className, long classPK)
           
 java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
 java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
           
 Website getWebsite(long websiteId)
           
 java.util.List<Website> getWebsites()
           
 java.util.List<Website> getWebsites(int start, int end)
           
 java.util.List<Website> getWebsites(long companyId, java.lang.String className, long classPK)
           
 int getWebsitesCount()
           
 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

createWebsite

Website createWebsite(long websiteId)

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
Throws:
com.liferay.portal.SystemException

dynamicQuery

java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                                              throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

dynamicQuery

java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                              int start,
                                              int end)
                                              throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getWebsite

@Transactional(propagation=SUPPORTS,
               readOnly=true)
Website getWebsite(long websiteId)
                   throws com.liferay.portal.SystemException,
                          com.liferay.portal.PortalException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException

getWebsites

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<Website> getWebsites(int start,
                                                  int end)
                                    throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getWebsitesCount

@Transactional(propagation=SUPPORTS,
               readOnly=true)
int getWebsitesCount()
                     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.PortalException,
                          com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteWebsites

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

getWebsites

@Transactional(propagation=SUPPORTS,
               readOnly=true)
java.util.List<Website> getWebsites()
                                    throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getWebsites

@Transactional(propagation=SUPPORTS,
               readOnly=true)
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.PortalException,
                             com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException