Class BlogsEntryServiceWrapper

java.lang.Object
com.liferay.blogs.service.BlogsEntryServiceWrapper
All Implemented Interfaces:
BlogsEntryService, com.liferay.portal.kernel.service.BaseService, com.liferay.portal.kernel.service.ServiceWrapper<BlogsEntryService>

public class BlogsEntryServiceWrapper extends Object implements BlogsEntryService, com.liferay.portal.kernel.service.ServiceWrapper<BlogsEntryService>
Provides a wrapper for BlogsEntryService.
See Also:
Generated:
  • Constructor Details

    • BlogsEntryServiceWrapper

      public BlogsEntryServiceWrapper()
    • BlogsEntryServiceWrapper

      public BlogsEntryServiceWrapper(BlogsEntryService blogsEntryService)
  • Method Details

    • addAttachmentFileEntry

      public com.liferay.portal.kernel.repository.model.FileEntry addAttachmentFileEntry(String externalReferenceCode, long groupId, String fileName, String mimeType, InputStream inputStream) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      addAttachmentFileEntry in interface BlogsEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • addAttachmentsFolder

      public com.liferay.portal.kernel.repository.model.Folder addAttachmentsFolder(long groupId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      addAttachmentsFolder in interface BlogsEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • addEntry

      public BlogsEntry addEntry(String title, String subtitle, String description, String content, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, boolean allowPingbacks, boolean allowTrackbacks, String[] trackbacks, String coverImageCaption, com.liferay.portal.kernel.servlet.taglib.ui.ImageSelector coverImageImageSelector, com.liferay.portal.kernel.servlet.taglib.ui.ImageSelector smallImageImageSelector, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      addEntry in interface BlogsEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • addEntry

      public BlogsEntry addEntry(String externalReferenceCode, String title, String subtitle, String urlTitle, String description, String content, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, boolean allowPingbacks, boolean allowTrackbacks, String[] trackbacks, String coverImageCaption, com.liferay.portal.kernel.servlet.taglib.ui.ImageSelector coverImageImageSelector, com.liferay.portal.kernel.servlet.taglib.ui.ImageSelector smallImageImageSelector, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      addEntry in interface BlogsEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteAttachmentFileEntry

      public void deleteAttachmentFileEntry(long fileEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      deleteAttachmentFileEntry in interface BlogsEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteEntry

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

      public BlogsEntry fetchBlogsEntryByExternalReferenceCode(long groupId, String externalReferenceCode) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      fetchBlogsEntryByExternalReferenceCode in interface BlogsEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getAttachmentFileEntry

      public com.liferay.portal.kernel.repository.model.FileEntry getAttachmentFileEntry(long fileEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getAttachmentFileEntry in interface BlogsEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getAttachmentFileEntryByExternalReferenceCode

      public com.liferay.portal.kernel.repository.model.FileEntry getAttachmentFileEntryByExternalReferenceCode(String externalReferenceCode, long groupId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getAttachmentFileEntryByExternalReferenceCode in interface BlogsEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getBlogsEntryByExternalReferenceCode

      public BlogsEntry getBlogsEntryByExternalReferenceCode(long groupId, String externalReferenceCode) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getBlogsEntryByExternalReferenceCode in interface BlogsEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCompanyEntries

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

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

      public BlogsEntry[] getEntriesPrevAndNext(long entryId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getEntriesPrevAndNext in interface BlogsEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getEntry

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

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

      public List<BlogsEntry> getGroupEntries(long groupId, Date displayDate, int status, int max)
      Specified by:
      getGroupEntries in interface BlogsEntryService
    • getGroupEntries

      public List<BlogsEntry> getGroupEntries(long groupId, Date displayDate, int status, int start, int end)
      Specified by:
      getGroupEntries in interface BlogsEntryService
    • getGroupEntries

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

      public List<BlogsEntry> getGroupEntries(long groupId, int status, int start, int end)
      Specified by:
      getGroupEntries in interface BlogsEntryService
    • getGroupEntries

      public List<BlogsEntry> getGroupEntries(long groupId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator)
      Specified by:
      getGroupEntries in interface BlogsEntryService
    • getGroupEntriesCount

      public int getGroupEntriesCount(long groupId, Date displayDate, int status)
      Specified by:
      getGroupEntriesCount in interface BlogsEntryService
    • getGroupEntriesCount

      public int getGroupEntriesCount(long groupId, int status)
      Specified by:
      getGroupEntriesCount in interface BlogsEntryService
    • getGroupEntriesRSS

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

      public List<BlogsEntry> getGroupsEntries(long companyId, long groupId, Date displayDate, int status, int max) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getGroupsEntries in interface BlogsEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getGroupUserEntries

      public List<BlogsEntry> getGroupUserEntries(long groupId, long userId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator)
      Specified by:
      getGroupUserEntries in interface BlogsEntryService
    • getGroupUserEntries

      public List<BlogsEntry> getGroupUserEntries(long groupId, long userId, int[] statuses, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator)
      Specified by:
      getGroupUserEntries in interface BlogsEntryService
    • getGroupUserEntriesCount

      public int getGroupUserEntriesCount(long groupId, long userId, int status)
      Specified by:
      getGroupUserEntriesCount in interface BlogsEntryService
    • getGroupUserEntriesCount

      public int getGroupUserEntriesCount(long groupId, long userId, int[] statuses)
      Specified by:
      getGroupUserEntriesCount in interface BlogsEntryService
    • getOrganizationEntries

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

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

      public String getOSGiServiceIdentifier()
      Returns the OSGi service identifier.
      Specified by:
      getOSGiServiceIdentifier in interface BlogsEntryService
      Returns:
      the OSGi service identifier
    • moveEntryToTrash

      public BlogsEntry moveEntryToTrash(long entryId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      moveEntryToTrash in interface BlogsEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • restoreEntryFromTrash

      public void restoreEntryFromTrash(long entryId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      restoreEntryFromTrash in interface BlogsEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • subscribe

      public void subscribe(long groupId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      subscribe in interface BlogsEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • unsubscribe

      public void unsubscribe(long groupId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      unsubscribe in interface BlogsEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateEntry

      public BlogsEntry updateEntry(long entryId, String title, String subtitle, String description, String content, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, boolean allowPingbacks, boolean allowTrackbacks, String[] trackbacks, String coverImageCaption, com.liferay.portal.kernel.servlet.taglib.ui.ImageSelector coverImageImageSelector, com.liferay.portal.kernel.servlet.taglib.ui.ImageSelector smallImageImageSelector, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      updateEntry in interface BlogsEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateEntry

      public BlogsEntry updateEntry(long entryId, String title, String subtitle, String urlTitle, String description, String content, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, boolean allowPingbacks, boolean allowTrackbacks, String[] trackbacks, String coverImageCaption, com.liferay.portal.kernel.servlet.taglib.ui.ImageSelector coverImageImageSelector, com.liferay.portal.kernel.servlet.taglib.ui.ImageSelector smallImageImageSelector, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      updateEntry in interface BlogsEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getWrappedService

      public BlogsEntryService getWrappedService()
      Specified by:
      getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<BlogsEntryService>
    • setWrappedService

      public void setWrappedService(BlogsEntryService blogsEntryService)
      Specified by:
      setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<BlogsEntryService>