|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portlet.blogs.service.BlogsEntryServiceWrapper
public class BlogsEntryServiceWrapper
This class is a wrapper for BlogsEntryService
.
BlogsEntryService
Constructor Summary | |
---|---|
BlogsEntryServiceWrapper(BlogsEntryService 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)
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
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 |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
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 |
Constructor Detail |
---|
public BlogsEntryServiceWrapper(BlogsEntryService blogsEntryService)
Method Detail |
---|
public String getBeanIdentifier()
getBeanIdentifier
in interface BlogsEntryService
public void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier
in interface BlogsEntryService
beanIdentifier
- the Spring bean ID for this beanpublic 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
addEntry
in interface BlogsEntryService
PortalException
SystemException
public void deleteEntry(long entryId) throws PortalException, SystemException
deleteEntry
in interface BlogsEntryService
PortalException
SystemException
public List<BlogsEntry> getCompanyEntries(long companyId, Date displayDate, int status, int max) throws PortalException, SystemException
getCompanyEntries
in interface BlogsEntryService
PortalException
SystemException
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
getCompanyEntriesRSS
in interface BlogsEntryService
PortalException
SystemException
public BlogsEntry getEntry(long entryId) throws PortalException, SystemException
getEntry
in interface BlogsEntryService
PortalException
SystemException
public BlogsEntry getEntry(long groupId, String urlTitle) throws PortalException, SystemException
getEntry
in interface BlogsEntryService
PortalException
SystemException
public List<BlogsEntry> getGroupEntries(long groupId, Date displayDate, int status, int max) throws SystemException
getGroupEntries
in interface BlogsEntryService
SystemException
public List<BlogsEntry> getGroupEntries(long groupId, Date displayDate, int status, int start, int end) throws SystemException
getGroupEntries
in interface BlogsEntryService
SystemException
public List<BlogsEntry> getGroupEntries(long groupId, int status, int max) throws SystemException
getGroupEntries
in interface BlogsEntryService
SystemException
public List<BlogsEntry> getGroupEntries(long groupId, int status, int start, int end) throws SystemException
getGroupEntries
in interface BlogsEntryService
SystemException
public int getGroupEntriesCount(long groupId, Date displayDate, int status) throws SystemException
getGroupEntriesCount
in interface BlogsEntryService
SystemException
public int getGroupEntriesCount(long groupId, int status) throws SystemException
getGroupEntriesCount
in interface BlogsEntryService
SystemException
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
getGroupEntriesRSS
in interface BlogsEntryService
PortalException
SystemException
public List<BlogsEntry> getGroupsEntries(long companyId, long groupId, Date displayDate, int status, int max) throws PortalException, SystemException
getGroupsEntries
in interface BlogsEntryService
PortalException
SystemException
public List<BlogsEntry> getOrganizationEntries(long organizationId, Date displayDate, int status, int max) throws PortalException, SystemException
getOrganizationEntries
in interface BlogsEntryService
PortalException
SystemException
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
getOrganizationEntriesRSS
in interface BlogsEntryService
PortalException
SystemException
public void subscribe(long groupId) throws PortalException, SystemException
subscribe
in interface BlogsEntryService
PortalException
SystemException
public void unsubscribe(long groupId) throws PortalException, SystemException
unsubscribe
in interface BlogsEntryService
PortalException
SystemException
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
updateEntry
in interface BlogsEntryService
PortalException
SystemException
public 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>
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |