@ProviderType public class BlogsEntryServiceWrapper extends java.lang.Object implements BlogsEntryService, ServiceWrapper<BlogsEntryService>
BlogsEntryService.BlogsEntryService| Constructor and Description |
|---|
BlogsEntryServiceWrapper(BlogsEntryService blogsEntryService) |
| Modifier and Type | Method and Description |
|---|---|
BlogsEntry |
addEntry(java.lang.String title,
java.lang.String description,
java.lang.String content,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
boolean allowPingbacks,
boolean allowTrackbacks,
java.lang.String[] trackbacks,
boolean smallImage,
java.lang.String smallImageURL,
java.lang.String smallImageFileName,
java.io.InputStream smallImageInputStream,
ServiceContext serviceContext) |
void |
deleteEntry(long entryId) |
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
java.util.List<BlogsEntry> |
getCompanyEntries(long companyId,
java.util.Date displayDate,
int status,
int max) |
java.lang.String |
getCompanyEntriesRSS(long companyId,
java.util.Date displayDate,
int status,
int max,
java.lang.String type,
double version,
java.lang.String displayStyle,
java.lang.String feedURL,
java.lang.String entryURL,
ThemeDisplay themeDisplay) |
BlogsEntry |
getEntry(long entryId) |
BlogsEntry |
getEntry(long groupId,
java.lang.String urlTitle) |
java.util.List<BlogsEntry> |
getGroupEntries(long groupId,
java.util.Date displayDate,
int status,
int max) |
java.util.List<BlogsEntry> |
getGroupEntries(long groupId,
java.util.Date displayDate,
int status,
int start,
int end) |
java.util.List<BlogsEntry> |
getGroupEntries(long groupId,
int status,
int max) |
java.util.List<BlogsEntry> |
getGroupEntries(long groupId,
int status,
int start,
int end) |
int |
getGroupEntriesCount(long groupId,
java.util.Date displayDate,
int status) |
int |
getGroupEntriesCount(long groupId,
int status) |
java.lang.String |
getGroupEntriesRSS(long groupId,
java.util.Date displayDate,
int status,
int max,
java.lang.String type,
double version,
java.lang.String displayStyle,
java.lang.String feedURL,
java.lang.String entryURL,
ThemeDisplay themeDisplay) |
java.util.List<BlogsEntry> |
getGroupsEntries(long companyId,
long groupId,
java.util.Date displayDate,
int status,
int max) |
java.util.List<BlogsEntry> |
getOrganizationEntries(long organizationId,
java.util.Date displayDate,
int status,
int max) |
java.lang.String |
getOrganizationEntriesRSS(long organizationId,
java.util.Date displayDate,
int status,
int max,
java.lang.String type,
double version,
java.lang.String displayStyle,
java.lang.String feedURL,
java.lang.String entryURL,
ThemeDisplay themeDisplay) |
BlogsEntryService |
getWrappedBlogsEntryService()
Deprecated.
As of 6.1.0, replaced by
getWrappedService() |
BlogsEntryService |
getWrappedService() |
BlogsEntry |
moveEntryToTrash(long entryId) |
void |
restoreEntryFromTrash(long entryId) |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setWrappedBlogsEntryService(BlogsEntryService blogsEntryService)
Deprecated.
As of 6.1.0, replaced by
setWrappedService(com.liferay.portlet.blogs.service.BlogsEntryService) |
void |
setWrappedService(BlogsEntryService blogsEntryService) |
void |
subscribe(long groupId) |
void |
unsubscribe(long groupId) |
BlogsEntry |
updateEntry(long entryId,
java.lang.String title,
java.lang.String description,
java.lang.String content,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
boolean allowPingbacks,
boolean allowTrackbacks,
java.lang.String[] trackbacks,
boolean smallImage,
java.lang.String smallImageURL,
java.lang.String smallImageFileName,
java.io.InputStream smallImageInputStream,
ServiceContext serviceContext) |
public BlogsEntryServiceWrapper(BlogsEntryService blogsEntryService)
public java.lang.String getBeanIdentifier()
getBeanIdentifier in interface BlogsEntryServicepublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface BlogsEntryServicebeanIdentifier - the Spring bean ID for this beanpublic BlogsEntry addEntry(java.lang.String title, java.lang.String description, java.lang.String content, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, boolean allowPingbacks, boolean allowTrackbacks, java.lang.String[] trackbacks, boolean smallImage, java.lang.String smallImageURL, java.lang.String smallImageFileName, java.io.InputStream smallImageInputStream, ServiceContext serviceContext) throws PortalException, SystemException
addEntry in interface BlogsEntryServicePortalExceptionSystemExceptionpublic void deleteEntry(long entryId)
throws PortalException,
SystemException
deleteEntry in interface BlogsEntryServicePortalExceptionSystemExceptionpublic java.util.List<BlogsEntry> getCompanyEntries(long companyId, java.util.Date displayDate, int status, int max) throws PortalException, SystemException
getCompanyEntries in interface BlogsEntryServicePortalExceptionSystemExceptionpublic java.lang.String getCompanyEntriesRSS(long companyId,
java.util.Date displayDate,
int status,
int max,
java.lang.String type,
double version,
java.lang.String displayStyle,
java.lang.String feedURL,
java.lang.String entryURL,
ThemeDisplay themeDisplay)
throws PortalException,
SystemException
getCompanyEntriesRSS in interface BlogsEntryServicePortalExceptionSystemExceptionpublic BlogsEntry getEntry(long entryId) throws PortalException, SystemException
getEntry in interface BlogsEntryServicePortalExceptionSystemExceptionpublic BlogsEntry getEntry(long groupId, java.lang.String urlTitle) throws PortalException, SystemException
getEntry in interface BlogsEntryServicePortalExceptionSystemExceptionpublic java.util.List<BlogsEntry> getGroupEntries(long groupId, java.util.Date displayDate, int status, int max) throws SystemException
getGroupEntries in interface BlogsEntryServiceSystemExceptionpublic java.util.List<BlogsEntry> getGroupEntries(long groupId, java.util.Date displayDate, int status, int start, int end) throws SystemException
getGroupEntries in interface BlogsEntryServiceSystemExceptionpublic java.util.List<BlogsEntry> getGroupEntries(long groupId, int status, int max) throws SystemException
getGroupEntries in interface BlogsEntryServiceSystemExceptionpublic java.util.List<BlogsEntry> getGroupEntries(long groupId, int status, int start, int end) throws SystemException
getGroupEntries in interface BlogsEntryServiceSystemExceptionpublic int getGroupEntriesCount(long groupId,
java.util.Date displayDate,
int status)
throws SystemException
getGroupEntriesCount in interface BlogsEntryServiceSystemExceptionpublic int getGroupEntriesCount(long groupId,
int status)
throws SystemException
getGroupEntriesCount in interface BlogsEntryServiceSystemExceptionpublic java.lang.String getGroupEntriesRSS(long groupId,
java.util.Date displayDate,
int status,
int max,
java.lang.String type,
double version,
java.lang.String displayStyle,
java.lang.String feedURL,
java.lang.String entryURL,
ThemeDisplay themeDisplay)
throws PortalException,
SystemException
getGroupEntriesRSS in interface BlogsEntryServicePortalExceptionSystemExceptionpublic java.util.List<BlogsEntry> getGroupsEntries(long companyId, long groupId, java.util.Date displayDate, int status, int max) throws PortalException, SystemException
getGroupsEntries in interface BlogsEntryServicePortalExceptionSystemExceptionpublic java.util.List<BlogsEntry> getOrganizationEntries(long organizationId, java.util.Date displayDate, int status, int max) throws PortalException, SystemException
getOrganizationEntries in interface BlogsEntryServicePortalExceptionSystemExceptionpublic java.lang.String getOrganizationEntriesRSS(long organizationId,
java.util.Date displayDate,
int status,
int max,
java.lang.String type,
double version,
java.lang.String displayStyle,
java.lang.String feedURL,
java.lang.String entryURL,
ThemeDisplay themeDisplay)
throws PortalException,
SystemException
getOrganizationEntriesRSS in interface BlogsEntryServicePortalExceptionSystemExceptionpublic BlogsEntry moveEntryToTrash(long entryId) throws PortalException, SystemException
moveEntryToTrash in interface BlogsEntryServicePortalExceptionSystemExceptionpublic void restoreEntryFromTrash(long entryId)
throws PortalException,
SystemException
restoreEntryFromTrash in interface BlogsEntryServicePortalExceptionSystemExceptionpublic void subscribe(long groupId)
throws PortalException,
SystemException
subscribe in interface BlogsEntryServicePortalExceptionSystemExceptionpublic void unsubscribe(long groupId)
throws PortalException,
SystemException
unsubscribe in interface BlogsEntryServicePortalExceptionSystemExceptionpublic BlogsEntry updateEntry(long entryId, java.lang.String title, java.lang.String description, java.lang.String content, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, boolean allowPingbacks, boolean allowTrackbacks, java.lang.String[] trackbacks, boolean smallImage, java.lang.String smallImageURL, java.lang.String smallImageFileName, java.io.InputStream smallImageInputStream, ServiceContext serviceContext) throws PortalException, SystemException
updateEntry in interface BlogsEntryServicePortalExceptionSystemExceptionpublic BlogsEntryService getWrappedBlogsEntryService()
getWrappedService()public void setWrappedBlogsEntryService(BlogsEntryService blogsEntryService)
setWrappedService(com.liferay.portlet.blogs.service.BlogsEntryService)public BlogsEntryService getWrappedService()
getWrappedService in interface ServiceWrapper<BlogsEntryService>public void setWrappedService(BlogsEntryService blogsEntryService)
setWrappedService in interface ServiceWrapper<BlogsEntryService>