Package com.liferay.blogs.service
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.portal.kernel.repository.model.FileEntry
addAttachmentFileEntry
(String externalReferenceCode, long groupId, String fileName, String mimeType, InputStream inputStream) com.liferay.portal.kernel.repository.model.Folder
addAttachmentsFolder
(long groupId) 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) 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) void
deleteAttachmentFileEntry
(long fileEntryId) void
deleteEntry
(long entryId) fetchBlogsEntryByExternalReferenceCode
(long groupId, String externalReferenceCode) com.liferay.portal.kernel.repository.model.FileEntry
getAttachmentFileEntry
(long fileEntryId) com.liferay.portal.kernel.repository.model.FileEntry
getAttachmentFileEntryByExternalReferenceCode
(String externalReferenceCode, long groupId) getBlogsEntryByExternalReferenceCode
(long groupId, String externalReferenceCode) getCompanyEntries
(long companyId, Date displayDate, int status, int max) 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) getEntriesPrevAndNext
(long entryId) getEntry
(long entryId) getGroupEntries
(long groupId, int status, int max) getGroupEntries
(long groupId, int status, int start, int end) getGroupEntries
(long groupId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) getGroupEntries
(long groupId, Date displayDate, int status, int max) getGroupEntries
(long groupId, Date displayDate, int status, int start, int end) int
getGroupEntriesCount
(long groupId, int status) int
getGroupEntriesCount
(long groupId, Date displayDate, int status) 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) getGroupsEntries
(long companyId, long groupId, Date displayDate, int status, int max) getGroupUserEntries
(long groupId, long userId, int[] statuses, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) getGroupUserEntries
(long groupId, long userId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) int
getGroupUserEntriesCount
(long groupId, long userId, int status) int
getGroupUserEntriesCount
(long groupId, long userId, int[] statuses) getOrganizationEntries
(long organizationId, Date displayDate, int status, int max) 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) Returns the OSGi service identifier.moveEntryToTrash
(long entryId) void
restoreEntryFromTrash
(long entryId) void
setWrappedService
(BlogsEntryService blogsEntryService) void
subscribe
(long groupId) void
unsubscribe
(long groupId) 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) 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)
-
Constructor Details
-
BlogsEntryServiceWrapper
public BlogsEntryServiceWrapper() -
BlogsEntryServiceWrapper
-
-
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 interfaceBlogsEntryService
- 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 interfaceBlogsEntryService
- 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 interfaceBlogsEntryService
- 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 interfaceBlogsEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteAttachmentFileEntry
public void deleteAttachmentFileEntry(long fileEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteAttachmentFileEntry
in interfaceBlogsEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteEntry
public void deleteEntry(long entryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteEntry
in interfaceBlogsEntryService
- 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 interfaceBlogsEntryService
- 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 interfaceBlogsEntryService
- 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 interfaceBlogsEntryService
- 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 interfaceBlogsEntryService
- 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 interfaceBlogsEntryService
- 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 interfaceBlogsEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getEntriesPrevAndNext
public BlogsEntry[] getEntriesPrevAndNext(long entryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getEntriesPrevAndNext
in interfaceBlogsEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getEntry
- Specified by:
getEntry
in interfaceBlogsEntryService
- 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 interfaceBlogsEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getGroupEntries
- Specified by:
getGroupEntries
in interfaceBlogsEntryService
-
getGroupEntries
public List<BlogsEntry> getGroupEntries(long groupId, Date displayDate, int status, int start, int end) - Specified by:
getGroupEntries
in interfaceBlogsEntryService
-
getGroupEntries
- Specified by:
getGroupEntries
in interfaceBlogsEntryService
-
getGroupEntries
- Specified by:
getGroupEntries
in interfaceBlogsEntryService
-
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 interfaceBlogsEntryService
-
getGroupEntriesCount
- Specified by:
getGroupEntriesCount
in interfaceBlogsEntryService
-
getGroupEntriesCount
public int getGroupEntriesCount(long groupId, int status) - Specified by:
getGroupEntriesCount
in interfaceBlogsEntryService
-
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 interfaceBlogsEntryService
- 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 interfaceBlogsEntryService
- 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 interfaceBlogsEntryService
-
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 interfaceBlogsEntryService
-
getGroupUserEntriesCount
public int getGroupUserEntriesCount(long groupId, long userId, int status) - Specified by:
getGroupUserEntriesCount
in interfaceBlogsEntryService
-
getGroupUserEntriesCount
public int getGroupUserEntriesCount(long groupId, long userId, int[] statuses) - Specified by:
getGroupUserEntriesCount
in interfaceBlogsEntryService
-
getOrganizationEntries
public List<BlogsEntry> getOrganizationEntries(long organizationId, Date displayDate, int status, int max) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getOrganizationEntries
in interfaceBlogsEntryService
- 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 interfaceBlogsEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceBlogsEntryService
- Returns:
- the OSGi service identifier
-
moveEntryToTrash
public BlogsEntry moveEntryToTrash(long entryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
moveEntryToTrash
in interfaceBlogsEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
restoreEntryFromTrash
public void restoreEntryFromTrash(long entryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
restoreEntryFromTrash
in interfaceBlogsEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
subscribe
public void subscribe(long groupId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
subscribe
in interfaceBlogsEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
unsubscribe
public void unsubscribe(long groupId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
unsubscribe
in interfaceBlogsEntryService
- 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 interfaceBlogsEntryService
- 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 interfaceBlogsEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<BlogsEntryService>
-
setWrappedService
- Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<BlogsEntryService>
-