public interface BlogsEntryServiceSoap
extends java.rmi.Remote
| Modifier and Type | Method and Description |
|---|---|
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) |
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[] |
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) |
void 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[] 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.RemoteException