@ProviderType public class BlogsEntryServiceWrapper extends Object implements BlogsEntryService, ServiceWrapper<BlogsEntryService>
BlogsEntryService
.BlogsEntryService
Constructor and Description |
---|
BlogsEntryServiceWrapper(BlogsEntryService blogsEntryService) |
Modifier and Type | Method and Description |
---|---|
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)
Deprecated.
|
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,
ImageSelector coverImageImageSelector,
ImageSelector smallImageImageSelector,
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) |
List<BlogsEntry> |
getGroupEntries(long groupId,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> obc) |
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> |
getGroupUserEntries(long groupId,
long userId,
int[] statuses,
int start,
int end,
OrderByComparator<BlogsEntry> obc) |
List<BlogsEntry> |
getGroupUserEntries(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator<BlogsEntry> obc) |
int |
getGroupUserEntriesCount(long groupId,
long userId,
int status) |
int |
getGroupUserEntriesCount(long groupId,
long userId,
int[] statuses) |
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) |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
BlogsEntryService |
getWrappedService() |
BlogsEntry |
moveEntryToTrash(long entryId) |
void |
restoreEntryFromTrash(long entryId) |
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)
|
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,
ImageSelector coverImageImageSelector,
ImageSelector smallImageImageSelector,
ServiceContext serviceContext) |
public BlogsEntryServiceWrapper(BlogsEntryService blogsEntryService)
@Deprecated 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
addEntry(String, String,
String, String, int, int, int, int, int, boolean, boolean,
String[], String, ImageSelector, ImageSelector,
ServiceContext)
addEntry
in interface BlogsEntryService
PortalException
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, ImageSelector coverImageImageSelector, ImageSelector smallImageImageSelector, ServiceContext serviceContext) throws PortalException
addEntry
in interface BlogsEntryService
PortalException
public void deleteEntry(long entryId) throws PortalException
deleteEntry
in interface BlogsEntryService
PortalException
public List<BlogsEntry> getCompanyEntries(long companyId, Date displayDate, int status, int max) throws PortalException
getCompanyEntries
in interface BlogsEntryService
PortalException
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
getCompanyEntriesRSS
in interface BlogsEntryService
PortalException
public BlogsEntry getEntry(long entryId) throws PortalException
getEntry
in interface BlogsEntryService
PortalException
public BlogsEntry getEntry(long groupId, String urlTitle) throws PortalException
getEntry
in interface BlogsEntryService
PortalException
public List<BlogsEntry> getGroupEntries(long groupId, Date displayDate, int status, int max)
getGroupEntries
in interface BlogsEntryService
public List<BlogsEntry> getGroupEntries(long groupId, Date displayDate, int status, int start, int end)
getGroupEntries
in interface BlogsEntryService
public List<BlogsEntry> getGroupEntries(long groupId, int status, int max)
getGroupEntries
in interface BlogsEntryService
public List<BlogsEntry> getGroupEntries(long groupId, int status, int start, int end)
getGroupEntries
in interface BlogsEntryService
public List<BlogsEntry> getGroupEntries(long groupId, int status, int start, int end, OrderByComparator<BlogsEntry> obc)
getGroupEntries
in interface BlogsEntryService
public int getGroupEntriesCount(long groupId, Date displayDate, int status)
getGroupEntriesCount
in interface BlogsEntryService
public int getGroupEntriesCount(long groupId, int status)
getGroupEntriesCount
in interface BlogsEntryService
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
getGroupEntriesRSS
in interface BlogsEntryService
PortalException
public List<BlogsEntry> getGroupsEntries(long companyId, long groupId, Date displayDate, int status, int max) throws PortalException
getGroupsEntries
in interface BlogsEntryService
PortalException
public List<BlogsEntry> getGroupUserEntries(long groupId, long userId, int status, int start, int end, OrderByComparator<BlogsEntry> obc)
getGroupUserEntries
in interface BlogsEntryService
public List<BlogsEntry> getGroupUserEntries(long groupId, long userId, int[] statuses, int start, int end, OrderByComparator<BlogsEntry> obc)
getGroupUserEntries
in interface BlogsEntryService
public int getGroupUserEntriesCount(long groupId, long userId, int status)
getGroupUserEntriesCount
in interface BlogsEntryService
public int getGroupUserEntriesCount(long groupId, long userId, int[] statuses)
getGroupUserEntriesCount
in interface BlogsEntryService
public List<BlogsEntry> getOrganizationEntries(long organizationId, Date displayDate, int status, int max) throws PortalException
getOrganizationEntries
in interface BlogsEntryService
PortalException
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
getOrganizationEntriesRSS
in interface BlogsEntryService
PortalException
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface BlogsEntryService
public BlogsEntry moveEntryToTrash(long entryId) throws PortalException
moveEntryToTrash
in interface BlogsEntryService
PortalException
public void restoreEntryFromTrash(long entryId) throws PortalException
restoreEntryFromTrash
in interface BlogsEntryService
PortalException
public void subscribe(long groupId) throws PortalException
subscribe
in interface BlogsEntryService
PortalException
public void unsubscribe(long groupId) throws PortalException
unsubscribe
in interface BlogsEntryService
PortalException
@Deprecated 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
updateEntry(long, String,
String, String, String, int, int, int, int, int, boolean,
boolean, String[], String, ImageSelector, ImageSelector,
ServiceContext)
updateEntry
in interface BlogsEntryService
PortalException
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, ImageSelector coverImageImageSelector, ImageSelector smallImageImageSelector, ServiceContext serviceContext) throws PortalException
updateEntry
in interface BlogsEntryService
PortalException
public BlogsEntryService getWrappedService()
getWrappedService
in interface ServiceWrapper<BlogsEntryService>
public void setWrappedService(BlogsEntryService blogsEntryService)
setWrappedService
in interface ServiceWrapper<BlogsEntryService>