com.liferay.portlet.blogs.service
Class BlogsEntryServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.blogs.service.BlogsEntryServiceWrapper
All Implemented Interfaces:
BlogsEntryService

public class BlogsEntryServiceWrapper
extends java.lang.Object
implements BlogsEntryService

View Source

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

This class is a wrapper for BlogsEntryService.

Author:
Brian Wing Shun Chan
See Also:
BlogsEntryService
Generated:

Constructor Summary
BlogsEntryServiceWrapper(BlogsEntryService blogsEntryService)
           
 
Method Summary
 BlogsEntry addEntry(java.lang.String title, java.lang.String content, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, boolean allowPingbacks, boolean allowTrackbacks, java.lang.String[] trackbacks, ServiceContext serviceContext)
           
 void deleteEntry(long entryId)
           
 java.util.List<BlogsEntry> getCompanyEntries(long companyId, int status, int max)
           
 java.lang.String getCompanyEntriesRSS(long companyId, int status, int max, java.lang.String type, double version, java.lang.String displayStyle, java.lang.String feedURL, java.lang.String entryURL, ThemeDisplay themeDisplay)
           
 BlogsEntry getEntry(long entryId)
           
 BlogsEntry getEntry(long groupId, java.lang.String urlTitle)
           
 java.util.List<BlogsEntry> getGroupEntries(long groupId, int status, int max)
           
 java.lang.String getGroupEntriesRSS(long groupId, int status, int max, java.lang.String type, double version, java.lang.String displayStyle, java.lang.String feedURL, java.lang.String entryURL, ThemeDisplay themeDisplay)
           
 java.util.List<BlogsEntry> getOrganizationEntries(long organizationId, int status, int max)
           
 java.lang.String getOrganizationEntriesRSS(long organizationId, int status, int max, java.lang.String type, double version, java.lang.String displayStyle, java.lang.String feedURL, java.lang.String entryURL, ThemeDisplay themeDisplay)
           
 BlogsEntryService getWrappedBlogsEntryService()
           
 BlogsEntry updateEntry(long entryId, java.lang.String title, java.lang.String content, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, boolean allowPingbacks, boolean allowTrackbacks, java.lang.String[] trackbacks, ServiceContext serviceContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlogsEntryServiceWrapper

public BlogsEntryServiceWrapper(BlogsEntryService blogsEntryService)
Method Detail

addEntry

public BlogsEntry addEntry(java.lang.String title,
                           java.lang.String content,
                           int displayDateMonth,
                           int displayDateDay,
                           int displayDateYear,
                           int displayDateHour,
                           int displayDateMinute,
                           boolean allowPingbacks,
                           boolean allowTrackbacks,
                           java.lang.String[] trackbacks,
                           ServiceContext serviceContext)
                    throws com.liferay.portal.kernel.exception.PortalException,
                           com.liferay.portal.kernel.exception.SystemException
Specified by:
addEntry in interface BlogsEntryService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

deleteEntry

public void deleteEntry(long entryId)
                 throws com.liferay.portal.kernel.exception.PortalException,
                        com.liferay.portal.kernel.exception.SystemException
Specified by:
deleteEntry in interface BlogsEntryService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getCompanyEntries

public java.util.List<BlogsEntry> getCompanyEntries(long companyId,
                                                    int status,
                                                    int max)
                                             throws com.liferay.portal.kernel.exception.PortalException,
                                                    com.liferay.portal.kernel.exception.SystemException
Specified by:
getCompanyEntries in interface BlogsEntryService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getCompanyEntriesRSS

public java.lang.String getCompanyEntriesRSS(long companyId,
                                             int status,
                                             int max,
                                             java.lang.String type,
                                             double version,
                                             java.lang.String displayStyle,
                                             java.lang.String feedURL,
                                             java.lang.String entryURL,
                                             ThemeDisplay themeDisplay)
                                      throws com.liferay.portal.kernel.exception.PortalException,
                                             com.liferay.portal.kernel.exception.SystemException
Specified by:
getCompanyEntriesRSS in interface BlogsEntryService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getEntry

public BlogsEntry getEntry(long entryId)
                    throws com.liferay.portal.kernel.exception.PortalException,
                           com.liferay.portal.kernel.exception.SystemException
Specified by:
getEntry in interface BlogsEntryService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getEntry

public BlogsEntry getEntry(long groupId,
                           java.lang.String urlTitle)
                    throws com.liferay.portal.kernel.exception.PortalException,
                           com.liferay.portal.kernel.exception.SystemException
Specified by:
getEntry in interface BlogsEntryService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getGroupEntries

public java.util.List<BlogsEntry> getGroupEntries(long groupId,
                                                  int status,
                                                  int max)
                                           throws com.liferay.portal.kernel.exception.PortalException,
                                                  com.liferay.portal.kernel.exception.SystemException
Specified by:
getGroupEntries in interface BlogsEntryService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getGroupEntriesRSS

public java.lang.String getGroupEntriesRSS(long groupId,
                                           int status,
                                           int max,
                                           java.lang.String type,
                                           double version,
                                           java.lang.String displayStyle,
                                           java.lang.String feedURL,
                                           java.lang.String entryURL,
                                           ThemeDisplay themeDisplay)
                                    throws com.liferay.portal.kernel.exception.PortalException,
                                           com.liferay.portal.kernel.exception.SystemException
Specified by:
getGroupEntriesRSS in interface BlogsEntryService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getOrganizationEntries

public java.util.List<BlogsEntry> getOrganizationEntries(long organizationId,
                                                         int status,
                                                         int max)
                                                  throws com.liferay.portal.kernel.exception.PortalException,
                                                         com.liferay.portal.kernel.exception.SystemException
Specified by:
getOrganizationEntries in interface BlogsEntryService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getOrganizationEntriesRSS

public java.lang.String getOrganizationEntriesRSS(long organizationId,
                                                  int status,
                                                  int max,
                                                  java.lang.String type,
                                                  double version,
                                                  java.lang.String displayStyle,
                                                  java.lang.String feedURL,
                                                  java.lang.String entryURL,
                                                  ThemeDisplay themeDisplay)
                                           throws com.liferay.portal.kernel.exception.PortalException,
                                                  com.liferay.portal.kernel.exception.SystemException
Specified by:
getOrganizationEntriesRSS in interface BlogsEntryService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

updateEntry

public BlogsEntry updateEntry(long entryId,
                              java.lang.String title,
                              java.lang.String content,
                              int displayDateMonth,
                              int displayDateDay,
                              int displayDateYear,
                              int displayDateHour,
                              int displayDateMinute,
                              boolean allowPingbacks,
                              boolean allowTrackbacks,
                              java.lang.String[] trackbacks,
                              ServiceContext serviceContext)
                       throws com.liferay.portal.kernel.exception.PortalException,
                              com.liferay.portal.kernel.exception.SystemException
Specified by:
updateEntry in interface BlogsEntryService
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getWrappedBlogsEntryService

public BlogsEntryService getWrappedBlogsEntryService()