Interface BlogsEntryService

All Superinterfaces:
com.liferay.portal.kernel.service.BaseService
All Known Implementing Classes:
BlogsEntryServiceWrapper

@AccessControlled @CTAware @JSONWebService @ProviderType @Transactional(isolation=PORTAL, rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class}) public interface BlogsEntryService extends com.liferay.portal.kernel.service.BaseService
Provides the remote service interface for BlogsEntry. Methods of this service are expected to have security checks based on the propagated JAAS credentials because this service can be accessed remotely.
See Also:
Generated:
  • Method Details

    • addAttachmentFileEntry

      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
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • addAttachmentsFolder

      com.liferay.portal.kernel.repository.model.Folder addAttachmentsFolder(long groupId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • addEntry

      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
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • addEntry

      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
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteAttachmentFileEntry

      void deleteAttachmentFileEntry(long fileEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteEntry

      void deleteEntry(long entryId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • fetchBlogsEntryByExternalReferenceCode

      @Transactional(propagation=SUPPORTS, readOnly=true) BlogsEntry fetchBlogsEntryByExternalReferenceCode(long groupId, String externalReferenceCode) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getAttachmentFileEntry

      @Transactional(propagation=SUPPORTS, readOnly=true) com.liferay.portal.kernel.repository.model.FileEntry getAttachmentFileEntry(long fileEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getAttachmentFileEntryByExternalReferenceCode

      @Transactional(propagation=SUPPORTS, readOnly=true) com.liferay.portal.kernel.repository.model.FileEntry getAttachmentFileEntryByExternalReferenceCode(String externalReferenceCode, long groupId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getBlogsEntryByExternalReferenceCode

      @Transactional(propagation=SUPPORTS, readOnly=true) BlogsEntry getBlogsEntryByExternalReferenceCode(long groupId, String externalReferenceCode) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCompanyEntries

      @Transactional(propagation=SUPPORTS, readOnly=true) List<BlogsEntry> getCompanyEntries(long companyId, Date displayDate, int status, int max) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCompanyEntriesRSS

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

      @Transactional(propagation=SUPPORTS, readOnly=true) BlogsEntry[] getEntriesPrevAndNext(long entryId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getEntry

      @Transactional(propagation=SUPPORTS, readOnly=true) BlogsEntry getEntry(long entryId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getEntry

      @Transactional(propagation=SUPPORTS, readOnly=true) BlogsEntry getEntry(long groupId, String urlTitle) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getGroupEntries

      @Transactional(propagation=SUPPORTS, readOnly=true) List<BlogsEntry> getGroupEntries(long groupId, Date displayDate, int status, int max)
    • getGroupEntries

      @Transactional(propagation=SUPPORTS, readOnly=true) List<BlogsEntry> getGroupEntries(long groupId, Date displayDate, int status, int start, int end)
    • getGroupEntries

      @Transactional(propagation=SUPPORTS, readOnly=true) List<BlogsEntry> getGroupEntries(long groupId, int status, int max)
    • getGroupEntries

      @Transactional(propagation=SUPPORTS, readOnly=true) List<BlogsEntry> getGroupEntries(long groupId, int status, int start, int end)
    • getGroupEntries

      @Transactional(propagation=SUPPORTS, readOnly=true) List<BlogsEntry> getGroupEntries(long groupId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator)
    • getGroupEntriesCount

      @Transactional(propagation=SUPPORTS, readOnly=true) int getGroupEntriesCount(long groupId, Date displayDate, int status)
    • getGroupEntriesCount

      @Transactional(propagation=SUPPORTS, readOnly=true) int getGroupEntriesCount(long groupId, int status)
    • getGroupEntriesRSS

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

      @Transactional(propagation=SUPPORTS, readOnly=true) List<BlogsEntry> getGroupsEntries(long companyId, long groupId, Date displayDate, int status, int max) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getGroupUserEntries

      @Transactional(propagation=SUPPORTS, readOnly=true) List<BlogsEntry> getGroupUserEntries(long groupId, long userId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator)
    • getGroupUserEntries

      @Transactional(propagation=SUPPORTS, readOnly=true) List<BlogsEntry> getGroupUserEntries(long groupId, long userId, int[] statuses, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator)
    • getGroupUserEntriesCount

      @Transactional(propagation=SUPPORTS, readOnly=true) int getGroupUserEntriesCount(long groupId, long userId, int status)
    • getGroupUserEntriesCount

      @Transactional(propagation=SUPPORTS, readOnly=true) int getGroupUserEntriesCount(long groupId, long userId, int[] statuses)
    • getOrganizationEntries

      @Transactional(propagation=SUPPORTS, readOnly=true) List<BlogsEntry> getOrganizationEntries(long organizationId, Date displayDate, int status, int max) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getOrganizationEntriesRSS

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

      String getOSGiServiceIdentifier()
      Returns the OSGi service identifier.
      Returns:
      the OSGi service identifier
    • moveEntryToTrash

      BlogsEntry moveEntryToTrash(long entryId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • restoreEntryFromTrash

      void restoreEntryFromTrash(long entryId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • subscribe

      void subscribe(long groupId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • unsubscribe

      void unsubscribe(long groupId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateEntry

      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
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateEntry

      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
      Throws:
      com.liferay.portal.kernel.exception.PortalException