Liferay 6.0.5

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 Object
implements BlogsEntryService

This class is a wrapper for BlogsEntryService.

See Also:
BlogsEntryService
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Constructor Summary
BlogsEntryServiceWrapper(BlogsEntryService blogsEntryService)
           
 
Method Summary
 BlogsEntry addEntry(String title, String content, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, boolean allowPingbacks, boolean allowTrackbacks, String[] trackbacks, ServiceContext serviceContext)
           
 void deleteEntry(long entryId)
           
 List<BlogsEntry> getCompanyEntries(long companyId, int status, int max)
           
 String getCompanyEntriesRSS(long companyId, int status, int max, String type, double version, String displayStyle, String feedURL, String entryURL, ThemeDisplay themeDisplay)
           
 BlogsEntry getEntry(long entryId)
           
 BlogsEntry getEntry(long groupId, String urlTitle)
           
 List<BlogsEntry> getGroupEntries(long groupId, int status, int max)
           
 String getGroupEntriesRSS(long groupId, int status, int max, String type, double version, String displayStyle, String feedURL, String entryURL, ThemeDisplay themeDisplay)
           
 List<BlogsEntry> getGroupsEntries(long companyId, long groupId, int status, int max)
           
 List<BlogsEntry> getOrganizationEntries(long organizationId, int status, int max)
           
 String getOrganizationEntriesRSS(long organizationId, int status, int max, String type, double version, String displayStyle, String feedURL, String entryURL, ThemeDisplay themeDisplay)
           
 BlogsEntryService getWrappedBlogsEntryService()
           
 BlogsEntry updateEntry(long entryId, String title, String content, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, boolean allowPingbacks, boolean allowTrackbacks, 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(String title,
                           String content,
                           int displayDateMonth,
                           int displayDateDay,
                           int displayDateYear,
                           int displayDateHour,
                           int displayDateMinute,
                           boolean allowPingbacks,
                           boolean allowTrackbacks,
                           String[] trackbacks,
                           ServiceContext serviceContext)
                    throws PortalException,
                           SystemException
Specified by:
addEntry in interface BlogsEntryService
Throws:
PortalException
SystemException

deleteEntry

public void deleteEntry(long entryId)
                 throws PortalException,
                        SystemException
Specified by:
deleteEntry in interface BlogsEntryService
Throws:
PortalException
SystemException

getCompanyEntries

public List<BlogsEntry> getCompanyEntries(long companyId,
                                          int status,
                                          int max)
                                   throws PortalException,
                                          SystemException
Specified by:
getCompanyEntries in interface BlogsEntryService
Throws:
PortalException
SystemException

getCompanyEntriesRSS

public String getCompanyEntriesRSS(long companyId,
                                   int status,
                                   int max,
                                   String type,
                                   double version,
                                   String displayStyle,
                                   String feedURL,
                                   String entryURL,
                                   ThemeDisplay themeDisplay)
                            throws PortalException,
                                   SystemException
Specified by:
getCompanyEntriesRSS in interface BlogsEntryService
Throws:
PortalException
SystemException

getEntry

public BlogsEntry getEntry(long entryId)
                    throws PortalException,
                           SystemException
Specified by:
getEntry in interface BlogsEntryService
Throws:
PortalException
SystemException

getEntry

public BlogsEntry getEntry(long groupId,
                           String urlTitle)
                    throws PortalException,
                           SystemException
Specified by:
getEntry in interface BlogsEntryService
Throws:
PortalException
SystemException

getGroupEntries

public List<BlogsEntry> getGroupEntries(long groupId,
                                        int status,
                                        int max)
                                 throws PortalException,
                                        SystemException
Specified by:
getGroupEntries in interface BlogsEntryService
Throws:
PortalException
SystemException

getGroupEntriesRSS

public String getGroupEntriesRSS(long groupId,
                                 int status,
                                 int max,
                                 String type,
                                 double version,
                                 String displayStyle,
                                 String feedURL,
                                 String entryURL,
                                 ThemeDisplay themeDisplay)
                          throws PortalException,
                                 SystemException
Specified by:
getGroupEntriesRSS in interface BlogsEntryService
Throws:
PortalException
SystemException

getGroupsEntries

public List<BlogsEntry> getGroupsEntries(long companyId,
                                         long groupId,
                                         int status,
                                         int max)
                                  throws PortalException,
                                         SystemException
Specified by:
getGroupsEntries in interface BlogsEntryService
Throws:
PortalException
SystemException

getOrganizationEntries

public List<BlogsEntry> getOrganizationEntries(long organizationId,
                                               int status,
                                               int max)
                                        throws PortalException,
                                               SystemException
Specified by:
getOrganizationEntries in interface BlogsEntryService
Throws:
PortalException
SystemException

getOrganizationEntriesRSS

public String getOrganizationEntriesRSS(long organizationId,
                                        int status,
                                        int max,
                                        String type,
                                        double version,
                                        String displayStyle,
                                        String feedURL,
                                        String entryURL,
                                        ThemeDisplay themeDisplay)
                                 throws PortalException,
                                        SystemException
Specified by:
getOrganizationEntriesRSS in interface BlogsEntryService
Throws:
PortalException
SystemException

updateEntry

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

getWrappedBlogsEntryService

public BlogsEntryService getWrappedBlogsEntryService()

Liferay 6.0.5