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(long plid, java.lang.String title, java.lang.String content, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, boolean draft, boolean allowTrackbacks, java.lang.String[] trackbacks, java.lang.String[] tagsEntries, boolean addCommunityPermissions, boolean addGuestPermissions, ThemeDisplay themeDisplay)
           
 BlogsEntry addEntry(long plid, java.lang.String title, java.lang.String content, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, boolean draft, boolean allowTrackbacks, java.lang.String[] trackbacks, java.lang.String[] tagsEntries, java.lang.String[] communityPermissions, java.lang.String[] guestPermissions, ThemeDisplay themeDisplay)
           
 void deleteEntry(long entryId)
           
 java.util.List<BlogsEntry> getCompanyEntries(long companyId, int max)
           
 java.lang.String getCompanyEntriesRSS(long companyId, 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 max)
           
 java.lang.String getGroupEntriesRSS(long groupId, 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 max)
           
 java.lang.String getOrganizationEntriesRSS(long organizationId, 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 draft, boolean allowTrackbacks, java.lang.String[] trackbacks, java.lang.String[] tagsEntries, ThemeDisplay themeDisplay)
           
 
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(long plid,
                           java.lang.String title,
                           java.lang.String content,
                           int displayDateMonth,
                           int displayDateDay,
                           int displayDateYear,
                           int displayDateHour,
                           int displayDateMinute,
                           boolean draft,
                           boolean allowTrackbacks,
                           java.lang.String[] trackbacks,
                           java.lang.String[] tagsEntries,
                           boolean addCommunityPermissions,
                           boolean addGuestPermissions,
                           ThemeDisplay themeDisplay)
                    throws com.liferay.portal.PortalException,
                           com.liferay.portal.SystemException,
                           java.rmi.RemoteException
Specified by:
addEntry in interface BlogsEntryService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException

addEntry

public BlogsEntry addEntry(long plid,
                           java.lang.String title,
                           java.lang.String content,
                           int displayDateMonth,
                           int displayDateDay,
                           int displayDateYear,
                           int displayDateHour,
                           int displayDateMinute,
                           boolean draft,
                           boolean allowTrackbacks,
                           java.lang.String[] trackbacks,
                           java.lang.String[] tagsEntries,
                           java.lang.String[] communityPermissions,
                           java.lang.String[] guestPermissions,
                           ThemeDisplay themeDisplay)
                    throws com.liferay.portal.PortalException,
                           com.liferay.portal.SystemException,
                           java.rmi.RemoteException
Specified by:
addEntry in interface BlogsEntryService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException

deleteEntry

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

getCompanyEntries

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

getCompanyEntriesRSS

public java.lang.String getCompanyEntriesRSS(long companyId,
                                             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.PortalException,
                                             com.liferay.portal.SystemException,
                                             java.rmi.RemoteException
Specified by:
getCompanyEntriesRSS in interface BlogsEntryService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException

getEntry

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

getEntry

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

getGroupEntries

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

getGroupEntriesRSS

public java.lang.String getGroupEntriesRSS(long groupId,
                                           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.PortalException,
                                           com.liferay.portal.SystemException,
                                           java.rmi.RemoteException
Specified by:
getGroupEntriesRSS in interface BlogsEntryService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException

getOrganizationEntries

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

getOrganizationEntriesRSS

public java.lang.String getOrganizationEntriesRSS(long organizationId,
                                                  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.PortalException,
                                                  com.liferay.portal.SystemException,
                                                  java.rmi.RemoteException
Specified by:
getOrganizationEntriesRSS in interface BlogsEntryService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException

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 draft,
                              boolean allowTrackbacks,
                              java.lang.String[] trackbacks,
                              java.lang.String[] tagsEntries,
                              ThemeDisplay themeDisplay)
                       throws com.liferay.portal.PortalException,
                              com.liferay.portal.SystemException,
                              java.rmi.RemoteException
Specified by:
updateEntry in interface BlogsEntryService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException

getWrappedBlogsEntryService

public BlogsEntryService getWrappedBlogsEntryService()