com.liferay.client.soap.portlet.blogs.service.http
Interface BlogsEntryServiceSoap
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- Portlet_Blogs_BlogsEntryServiceSoapBindingImpl, Portlet_Blogs_BlogsEntryServiceSoapBindingStub
public interface BlogsEntryServiceSoap
- extends java.rmi.Remote
|
Method Summary |
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)
|
void |
subscribe(long groupId)
|
void |
unsubscribe(long groupId)
|
deleteEntry
void deleteEntry(long entryId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getCompanyEntries
BlogsEntrySoap[] getCompanyEntries(long companyId,
java.util.Calendar displayDate,
int status,
int max)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getEntry
BlogsEntrySoap getEntry(long entryId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getEntry
BlogsEntrySoap getEntry(long groupId,
java.lang.String urlTitle)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getGroupEntriesCount
int getGroupEntriesCount(long groupId,
java.util.Calendar displayDate,
int status)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getGroupEntriesCount
int getGroupEntriesCount(long groupId,
int status)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getGroupEntries
BlogsEntrySoap[] getGroupEntries(long groupId,
java.util.Calendar displayDate,
int status,
int max)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getGroupEntries
BlogsEntrySoap[] getGroupEntries(long groupId,
java.util.Calendar displayDate,
int status,
int start,
int end)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getGroupEntries
BlogsEntrySoap[] getGroupEntries(long groupId,
int status,
int max)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getGroupEntries
BlogsEntrySoap[] getGroupEntries(long groupId,
int status,
int start,
int end)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getGroupsEntries
BlogsEntrySoap[] getGroupsEntries(long companyId,
long groupId,
java.util.Calendar displayDate,
int status,
int max)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getOrganizationEntries
BlogsEntrySoap[] getOrganizationEntries(long organizationId,
java.util.Calendar displayDate,
int status,
int max)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
subscribe
void subscribe(long groupId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
unsubscribe
void unsubscribe(long groupId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException