com.liferay.portlet.blogs.service
Class BlogsEntryServiceWrapper
java.lang.Object
com.liferay.portlet.blogs.service.BlogsEntryServiceWrapper
- All Implemented Interfaces:
- ServiceWrapper<BlogsEntryService>, BlogsEntryService
public class BlogsEntryServiceWrapper
- extends Object
- implements BlogsEntryService, ServiceWrapper<BlogsEntryService>
This class is a wrapper for BlogsEntryService
.
- See Also:
BlogsEntryService
Method Summary |
BlogsEntry |
addEntry(String title,
String description,
String content,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
boolean allowPingbacks,
boolean allowTrackbacks,
String[] trackbacks,
boolean smallImage,
String smallImageURL,
String smallImageFileName,
InputStream smallImageInputStream,
ServiceContext serviceContext)
|
void |
deleteEntry(long entryId)
|
List<BlogsEntry> |
getCompanyEntries(long companyId,
Date displayDate,
int status,
int max)
|
String |
getCompanyEntriesRSS(long companyId,
Date displayDate,
int status,
int max,
String type,
double version,
String displayStyle,
String feedURL,
String entryURL,
ThemeDisplay themeDisplay)
|
BlogsEntry |
getEntry(long entryId)
|
BlogsEntry |
getEntry(long groupId,
String urlTitle)
|
List<BlogsEntry> |
getGroupEntries(long groupId,
Date displayDate,
int status,
int max)
|
List<BlogsEntry> |
getGroupEntries(long groupId,
Date displayDate,
int status,
int start,
int end)
|
List<BlogsEntry> |
getGroupEntries(long groupId,
int status,
int max)
|
List<BlogsEntry> |
getGroupEntries(long groupId,
int status,
int start,
int end)
|
int |
getGroupEntriesCount(long groupId,
Date displayDate,
int status)
|
int |
getGroupEntriesCount(long groupId,
int status)
|
String |
getGroupEntriesRSS(long groupId,
Date displayDate,
int status,
int max,
String type,
double version,
String displayStyle,
String feedURL,
String entryURL,
ThemeDisplay themeDisplay)
|
List<BlogsEntry> |
getGroupsEntries(long companyId,
long groupId,
Date displayDate,
int status,
int max)
|
List<BlogsEntry> |
getOrganizationEntries(long organizationId,
Date displayDate,
int status,
int max)
|
String |
getOrganizationEntriesRSS(long organizationId,
Date displayDate,
int status,
int max,
String type,
double version,
String displayStyle,
String feedURL,
String entryURL,
ThemeDisplay themeDisplay)
|
BlogsEntryService |
getWrappedBlogsEntryService()
Deprecated. Renamed to getWrappedService() |
BlogsEntryService |
getWrappedService()
|
void |
setWrappedBlogsEntryService(BlogsEntryService blogsEntryService)
Deprecated. Renamed to setWrappedService(com.liferay.portlet.blogs.service.BlogsEntryService) |
void |
setWrappedService(BlogsEntryService blogsEntryService)
|
void |
subscribe(long groupId)
|
void |
unsubscribe(long groupId)
|
BlogsEntry |
updateEntry(long entryId,
String title,
String description,
String content,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
boolean allowPingbacks,
boolean allowTrackbacks,
String[] trackbacks,
boolean smallImage,
String smallImageURL,
String smallImageFileName,
InputStream smallImageInputStream,
ServiceContext serviceContext)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BlogsEntryServiceWrapper
public BlogsEntryServiceWrapper(BlogsEntryService blogsEntryService)
addEntry
public BlogsEntry addEntry(String title,
String description,
String content,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
boolean allowPingbacks,
boolean allowTrackbacks,
String[] trackbacks,
boolean smallImage,
String smallImageURL,
String smallImageFileName,
InputStream smallImageInputStream,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Specified by:
addEntry
in interface BlogsEntryService
- Throws:
PortalException
SystemException
deleteEntry
public void deleteEntry(long entryId)
throws PortalException,
SystemException
- Specified by:
deleteEntry
in interface BlogsEntryService
- Throws:
PortalException
SystemException
getCompanyEntries
public List<BlogsEntry> getCompanyEntries(long companyId,
Date displayDate,
int status,
int max)
throws PortalException,
SystemException
- Specified by:
getCompanyEntries
in interface BlogsEntryService
- Throws:
PortalException
SystemException
getCompanyEntriesRSS
public String getCompanyEntriesRSS(long companyId,
Date displayDate,
int status,
int max,
String type,
double version,
String displayStyle,
String feedURL,
String entryURL,
ThemeDisplay themeDisplay)
throws PortalException,
SystemException
- Specified by:
getCompanyEntriesRSS
in interface BlogsEntryService
- Throws:
PortalException
SystemException
getEntry
public BlogsEntry getEntry(long entryId)
throws PortalException,
SystemException
- Specified by:
getEntry
in interface BlogsEntryService
- Throws:
PortalException
SystemException
getEntry
public BlogsEntry getEntry(long groupId,
String urlTitle)
throws PortalException,
SystemException
- Specified by:
getEntry
in interface BlogsEntryService
- Throws:
PortalException
SystemException
getGroupEntries
public List<BlogsEntry> getGroupEntries(long groupId,
Date displayDate,
int status,
int max)
throws SystemException
- Specified by:
getGroupEntries
in interface BlogsEntryService
- Throws:
SystemException
getGroupEntries
public List<BlogsEntry> getGroupEntries(long groupId,
Date displayDate,
int status,
int start,
int end)
throws SystemException
- Specified by:
getGroupEntries
in interface BlogsEntryService
- Throws:
SystemException
getGroupEntries
public List<BlogsEntry> getGroupEntries(long groupId,
int status,
int max)
throws SystemException
- Specified by:
getGroupEntries
in interface BlogsEntryService
- Throws:
SystemException
getGroupEntries
public List<BlogsEntry> getGroupEntries(long groupId,
int status,
int start,
int end)
throws SystemException
- Specified by:
getGroupEntries
in interface BlogsEntryService
- Throws:
SystemException
getGroupEntriesCount
public int getGroupEntriesCount(long groupId,
Date displayDate,
int status)
throws SystemException
- Specified by:
getGroupEntriesCount
in interface BlogsEntryService
- Throws:
SystemException
getGroupEntriesCount
public int getGroupEntriesCount(long groupId,
int status)
throws SystemException
- Specified by:
getGroupEntriesCount
in interface BlogsEntryService
- Throws:
SystemException
getGroupEntriesRSS
public String getGroupEntriesRSS(long groupId,
Date displayDate,
int status,
int max,
String type,
double version,
String displayStyle,
String feedURL,
String entryURL,
ThemeDisplay themeDisplay)
throws PortalException,
SystemException
- Specified by:
getGroupEntriesRSS
in interface BlogsEntryService
- Throws:
PortalException
SystemException
getGroupsEntries
public List<BlogsEntry> getGroupsEntries(long companyId,
long groupId,
Date displayDate,
int status,
int max)
throws PortalException,
SystemException
- Specified by:
getGroupsEntries
in interface BlogsEntryService
- Throws:
PortalException
SystemException
getOrganizationEntries
public List<BlogsEntry> getOrganizationEntries(long organizationId,
Date displayDate,
int status,
int max)
throws PortalException,
SystemException
- Specified by:
getOrganizationEntries
in interface BlogsEntryService
- Throws:
PortalException
SystemException
getOrganizationEntriesRSS
public String getOrganizationEntriesRSS(long organizationId,
Date displayDate,
int status,
int max,
String type,
double version,
String displayStyle,
String feedURL,
String entryURL,
ThemeDisplay themeDisplay)
throws PortalException,
SystemException
- Specified by:
getOrganizationEntriesRSS
in interface BlogsEntryService
- Throws:
PortalException
SystemException
subscribe
public void subscribe(long groupId)
throws PortalException,
SystemException
- Specified by:
subscribe
in interface BlogsEntryService
- Throws:
PortalException
SystemException
unsubscribe
public void unsubscribe(long groupId)
throws PortalException,
SystemException
- Specified by:
unsubscribe
in interface BlogsEntryService
- Throws:
PortalException
SystemException
updateEntry
public BlogsEntry updateEntry(long entryId,
String title,
String description,
String content,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
boolean allowPingbacks,
boolean allowTrackbacks,
String[] trackbacks,
boolean smallImage,
String smallImageURL,
String smallImageFileName,
InputStream smallImageInputStream,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Specified by:
updateEntry
in interface BlogsEntryService
- Throws:
PortalException
SystemException
getWrappedBlogsEntryService
public BlogsEntryService getWrappedBlogsEntryService()
- Deprecated. Renamed to
getWrappedService()
setWrappedBlogsEntryService
public void setWrappedBlogsEntryService(BlogsEntryService blogsEntryService)
- Deprecated. Renamed to
setWrappedService(com.liferay.portlet.blogs.service.BlogsEntryService)
getWrappedService
public BlogsEntryService getWrappedService()
- Specified by:
getWrappedService
in interface ServiceWrapper<BlogsEntryService>
setWrappedService
public void setWrappedService(BlogsEntryService blogsEntryService)
- Specified by:
setWrappedService
in interface ServiceWrapper<BlogsEntryService>