com.liferay.portlet.blogs.service
Class BlogsEntryServiceWrapper
java.lang.Object
com.liferay.portlet.blogs.service.BlogsEntryServiceWrapper
- All Implemented Interfaces:
- BlogsEntryService
public class BlogsEntryServiceWrapper
- extends java.lang.Object
- implements BlogsEntryService
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for BlogsEntryService
.
- Author:
- Brian Wing Shun Chan
- See Also:
BlogsEntryService
- Generated:
Method Summary |
BlogsEntry |
addEntry(java.lang.String title,
java.lang.String content,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
boolean draft,
boolean allowTrackbacks,
java.lang.String[] trackbacks,
ServiceContext serviceContext)
|
void |
deleteEntry(long entryId)
|
java.util.List<BlogsEntry> |
getCompanyEntries(long companyId,
int max)
|
java.lang.String |
getCompanyEntriesRSS(long companyId,
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,
int max)
|
java.lang.String |
getGroupEntriesRSS(long groupId,
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,
int max)
|
java.util.List<BlogsEntry> |
getOrganizationEntries(long organizationId,
int max)
|
java.lang.String |
getOrganizationEntriesRSS(long organizationId,
int max,
java.lang.String type,
double version,
java.lang.String displayStyle,
java.lang.String feedURL,
java.lang.String entryURL,
ThemeDisplay themeDisplay)
|
BlogsEntryService |
getWrappedBlogsEntryService()
|
BlogsEntry |
updateEntry(long entryId,
java.lang.String title,
java.lang.String content,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
boolean draft,
boolean allowTrackbacks,
java.lang.String[] trackbacks,
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(java.lang.String title,
java.lang.String content,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
boolean draft,
boolean allowTrackbacks,
java.lang.String[] trackbacks,
ServiceContext serviceContext)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
addEntry
in interface BlogsEntryService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteEntry
public void deleteEntry(long entryId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
deleteEntry
in interface BlogsEntryService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getCompanyEntries
public java.util.List<BlogsEntry> getCompanyEntries(long companyId,
int max)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getCompanyEntries
in interface BlogsEntryService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getCompanyEntriesRSS
public java.lang.String getCompanyEntriesRSS(long companyId,
int max,
java.lang.String type,
double version,
java.lang.String displayStyle,
java.lang.String feedURL,
java.lang.String entryURL,
ThemeDisplay themeDisplay)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getCompanyEntriesRSS
in interface BlogsEntryService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getEntry
public BlogsEntry getEntry(long entryId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getEntry
in interface BlogsEntryService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getEntry
public BlogsEntry getEntry(long groupId,
java.lang.String urlTitle)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getEntry
in interface BlogsEntryService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getGroupEntries
public java.util.List<BlogsEntry> getGroupEntries(long groupId,
int max)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getGroupEntries
in interface BlogsEntryService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getGroupEntriesRSS
public java.lang.String getGroupEntriesRSS(long groupId,
int max,
java.lang.String type,
double version,
java.lang.String displayStyle,
java.lang.String feedURL,
java.lang.String entryURL,
ThemeDisplay themeDisplay)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getGroupEntriesRSS
in interface BlogsEntryService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getGroupsEntries
public java.util.List<BlogsEntry> getGroupsEntries(long companyId,
long groupId,
int max)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getGroupsEntries
in interface BlogsEntryService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getOrganizationEntries
public java.util.List<BlogsEntry> getOrganizationEntries(long organizationId,
int max)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getOrganizationEntries
in interface BlogsEntryService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getOrganizationEntriesRSS
public java.lang.String getOrganizationEntriesRSS(long organizationId,
int max,
java.lang.String type,
double version,
java.lang.String displayStyle,
java.lang.String feedURL,
java.lang.String entryURL,
ThemeDisplay themeDisplay)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getOrganizationEntriesRSS
in interface BlogsEntryService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
updateEntry
public BlogsEntry updateEntry(long entryId,
java.lang.String title,
java.lang.String content,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
boolean draft,
boolean allowTrackbacks,
java.lang.String[] trackbacks,
ServiceContext serviceContext)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
updateEntry
in interface BlogsEntryService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getWrappedBlogsEntryService
public BlogsEntryService getWrappedBlogsEntryService()