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.FileEntryaddAttachmentFileEntry(String externalReferenceCode, long groupId, String fileName, String mimeType, InputStream inputStream) com.liferay.portal.kernel.repository.model.FolderaddAttachmentsFolder(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) voiddeleteAttachmentFileEntry(long fileEntryId) voiddeleteEntry(long entryId) fetchBlogsEntryByExternalReferenceCode(long groupId, String externalReferenceCode) com.liferay.portal.kernel.repository.model.FileEntrygetAttachmentFileEntry(long fileEntryId) com.liferay.portal.kernel.repository.model.FileEntrygetAttachmentFileEntryByExternalReferenceCode(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) intgetGroupEntriesCount(long groupId, int status) intgetGroupEntriesCount(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) intgetGroupUserEntriesCount(long groupId, long userId, int status) intgetGroupUserEntriesCount(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) voidrestoreEntryFromTrash(long entryId) voidsetWrappedService(BlogsEntryService blogsEntryService) voidsubscribe(long groupId) voidunsubscribe(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:
addAttachmentFileEntryin 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:
addAttachmentsFolderin 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:
addEntryin 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:
addEntryin interfaceBlogsEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteAttachmentFileEntry
public void deleteAttachmentFileEntry(long fileEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteAttachmentFileEntryin interfaceBlogsEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteEntry
public void deleteEntry(long entryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteEntryin 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:
fetchBlogsEntryByExternalReferenceCodein 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:
getAttachmentFileEntryin 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:
getAttachmentFileEntryByExternalReferenceCodein 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:
getBlogsEntryByExternalReferenceCodein 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:
getCompanyEntriesin 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:
getCompanyEntriesRSSin interfaceBlogsEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getEntriesPrevAndNext
public BlogsEntry[] getEntriesPrevAndNext(long entryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getEntriesPrevAndNextin interfaceBlogsEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getEntry
- Specified by:
getEntryin 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:
getEntryin interfaceBlogsEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getGroupEntries
- Specified by:
getGroupEntriesin interfaceBlogsEntryService
-
getGroupEntries
public List<BlogsEntry> getGroupEntries(long groupId, Date displayDate, int status, int start, int end) - Specified by:
getGroupEntriesin interfaceBlogsEntryService
-
getGroupEntries
- Specified by:
getGroupEntriesin interfaceBlogsEntryService
-
getGroupEntries
- Specified by:
getGroupEntriesin interfaceBlogsEntryService
-
getGroupEntries
public List<BlogsEntry> getGroupEntries(long groupId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BlogsEntry> orderByComparator) - Specified by:
getGroupEntriesin interfaceBlogsEntryService
-
getGroupEntriesCount
- Specified by:
getGroupEntriesCountin interfaceBlogsEntryService
-
getGroupEntriesCount
public int getGroupEntriesCount(long groupId, int status) - Specified by:
getGroupEntriesCountin 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:
getGroupEntriesRSSin 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:
getGroupsEntriesin 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:
getGroupUserEntriesin 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:
getGroupUserEntriesin interfaceBlogsEntryService
-
getGroupUserEntriesCount
public int getGroupUserEntriesCount(long groupId, long userId, int status) - Specified by:
getGroupUserEntriesCountin interfaceBlogsEntryService
-
getGroupUserEntriesCount
public int getGroupUserEntriesCount(long groupId, long userId, int[] statuses) - Specified by:
getGroupUserEntriesCountin interfaceBlogsEntryService
-
getOrganizationEntries
public List<BlogsEntry> getOrganizationEntries(long organizationId, Date displayDate, int status, int max) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getOrganizationEntriesin 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:
getOrganizationEntriesRSSin interfaceBlogsEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceBlogsEntryService- Returns:
- the OSGi service identifier
-
moveEntryToTrash
public BlogsEntry moveEntryToTrash(long entryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
moveEntryToTrashin interfaceBlogsEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
restoreEntryFromTrash
public void restoreEntryFromTrash(long entryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
restoreEntryFromTrashin interfaceBlogsEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
subscribe
public void subscribe(long groupId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
subscribein interfaceBlogsEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
unsubscribe
public void unsubscribe(long groupId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
unsubscribein 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:
updateEntryin 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:
updateEntryin interfaceBlogsEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<BlogsEntryService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<BlogsEntryService>
-