public interface BlogsEntryServiceSoap
extends java.rmi.Remote
| Modifier and Type | Method and Description |
|---|---|
BlogsEntrySoap |
addEntry(java.lang.String title,
java.lang.String subtitle,
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,
java.lang.String coverImageCaption,
ImageSelector coverImageImageSelector,
ImageSelector smallImageImageSelector,
ServiceContext serviceContext) |
void |
deleteEntry(long entryId) |
BlogsEntrySoap[] |
getCompanyEntries(long companyId,
java.util.Calendar displayDate,
int status,
int max) |
BlogsEntrySoap |
getEntry(long entryId) |
BlogsEntrySoap |
getEntry(long groupId,
java.lang.String urlTitle) |
BlogsEntrySoap[] |
getGroupEntries(long groupId,
java.util.Calendar displayDate,
int status,
int max) |
BlogsEntrySoap[] |
getGroupEntries(long groupId,
java.util.Calendar displayDate,
int status,
int start,
int end) |
BlogsEntrySoap[] |
getGroupEntries(long groupId,
int status,
int max) |
BlogsEntrySoap[] |
getGroupEntries(long groupId,
int status,
int start,
int end) |
BlogsEntrySoap[] |
getGroupEntries(long groupId,
int status,
int start,
int end,
OrderByComparator obc) |
int |
getGroupEntriesCount(long groupId,
java.util.Calendar displayDate,
int status) |
int |
getGroupEntriesCount(long groupId,
int status) |
BlogsEntrySoap[] |
getGroupsEntries(long companyId,
long groupId,
java.util.Calendar displayDate,
int status,
int max) |
BlogsEntrySoap[] |
getGroupUserEntries(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator obc) |
int |
getGroupUserEntriesCount(long groupId,
long userId,
int status) |
BlogsEntrySoap[] |
getOrganizationEntries(long organizationId,
java.util.Calendar displayDate,
int status,
int max) |
BlogsEntrySoap |
moveEntryToTrash(long entryId) |
void |
restoreEntryFromTrash(long entryId) |
void |
subscribe(long groupId) |
void |
unsubscribe(long groupId) |
BlogsEntrySoap |
updateEntry(long entryId,
java.lang.String title,
java.lang.String subtitle,
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,
java.lang.String coverImageCaption,
ImageSelector coverImageImageSelector,
ImageSelector smallImageImageSelector,
ServiceContext serviceContext) |
BlogsEntrySoap addEntry(java.lang.String title, java.lang.String subtitle, 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, java.lang.String coverImageCaption, ImageSelector coverImageImageSelector, ImageSelector smallImageImageSelector, ServiceContext serviceContext) throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid deleteEntry(long entryId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionBlogsEntrySoap[] getCompanyEntries(long companyId, java.util.Calendar displayDate, int status, int max) throws java.rmi.RemoteException
java.rmi.RemoteExceptionBlogsEntrySoap getEntry(long entryId) throws java.rmi.RemoteException
java.rmi.RemoteExceptionBlogsEntrySoap getEntry(long groupId, java.lang.String urlTitle) throws java.rmi.RemoteException
java.rmi.RemoteExceptionint getGroupEntriesCount(long groupId,
java.util.Calendar displayDate,
int status)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionint getGroupEntriesCount(long groupId,
int status)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionBlogsEntrySoap[] getGroupEntries(long groupId, java.util.Calendar displayDate, int status, int max) throws java.rmi.RemoteException
java.rmi.RemoteExceptionBlogsEntrySoap[] getGroupEntries(long groupId, java.util.Calendar displayDate, int status, int start, int end) throws java.rmi.RemoteException
java.rmi.RemoteExceptionBlogsEntrySoap[] getGroupEntries(long groupId, int status, int max) throws java.rmi.RemoteException
java.rmi.RemoteExceptionBlogsEntrySoap[] getGroupEntries(long groupId, int status, int start, int end) throws java.rmi.RemoteException
java.rmi.RemoteExceptionBlogsEntrySoap[] getGroupEntries(long groupId, int status, int start, int end, OrderByComparator obc) throws java.rmi.RemoteException
java.rmi.RemoteExceptionint getGroupUserEntriesCount(long groupId,
long userId,
int status)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionBlogsEntrySoap[] getGroupUserEntries(long groupId, long userId, int status, int start, int end, OrderByComparator obc) throws java.rmi.RemoteException
java.rmi.RemoteExceptionBlogsEntrySoap[] getGroupsEntries(long companyId, long groupId, java.util.Calendar displayDate, int status, int max) throws java.rmi.RemoteException
java.rmi.RemoteExceptionBlogsEntrySoap[] getOrganizationEntries(long organizationId, java.util.Calendar displayDate, int status, int max) throws java.rmi.RemoteException
java.rmi.RemoteExceptionBlogsEntrySoap moveEntryToTrash(long entryId) throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid restoreEntryFromTrash(long entryId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid subscribe(long groupId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid unsubscribe(long groupId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionBlogsEntrySoap updateEntry(long entryId, java.lang.String title, java.lang.String subtitle, 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, java.lang.String coverImageCaption, ImageSelector coverImageImageSelector, ImageSelector smallImageImageSelector, ServiceContext serviceContext) throws java.rmi.RemoteException
java.rmi.RemoteException