com.liferay.client.soap.portlet.blogs.service.http
Class Portlet_Blogs_BlogsEntryServiceSoapBindingImpl
java.lang.Object
com.liferay.client.soap.portlet.blogs.service.http.Portlet_Blogs_BlogsEntryServiceSoapBindingImpl
- All Implemented Interfaces:
- BlogsEntryServiceSoap, java.rmi.Remote
public class Portlet_Blogs_BlogsEntryServiceSoapBindingImpl
- extends java.lang.Object
- implements BlogsEntryServiceSoap
|
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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Portlet_Blogs_BlogsEntryServiceSoapBindingImpl
public Portlet_Blogs_BlogsEntryServiceSoapBindingImpl()
deleteEntry
public void deleteEntry(long entryId)
throws java.rmi.RemoteException
- Specified by:
deleteEntry in interface BlogsEntryServiceSoap
- Throws:
java.rmi.RemoteException
getCompanyEntries
public BlogsEntrySoap[] getCompanyEntries(long companyId,
java.util.Calendar displayDate,
int status,
int max)
throws java.rmi.RemoteException
- Specified by:
getCompanyEntries in interface BlogsEntryServiceSoap
- Throws:
java.rmi.RemoteException
getEntry
public BlogsEntrySoap getEntry(long entryId)
throws java.rmi.RemoteException
- Specified by:
getEntry in interface BlogsEntryServiceSoap
- Throws:
java.rmi.RemoteException
getEntry
public BlogsEntrySoap getEntry(long groupId,
java.lang.String urlTitle)
throws java.rmi.RemoteException
- Specified by:
getEntry in interface BlogsEntryServiceSoap
- Throws:
java.rmi.RemoteException
getGroupEntriesCount
public int getGroupEntriesCount(long groupId,
java.util.Calendar displayDate,
int status)
throws java.rmi.RemoteException
- Specified by:
getGroupEntriesCount in interface BlogsEntryServiceSoap
- Throws:
java.rmi.RemoteException
getGroupEntriesCount
public int getGroupEntriesCount(long groupId,
int status)
throws java.rmi.RemoteException
- Specified by:
getGroupEntriesCount in interface BlogsEntryServiceSoap
- Throws:
java.rmi.RemoteException
getGroupEntries
public BlogsEntrySoap[] getGroupEntries(long groupId,
java.util.Calendar displayDate,
int status,
int max)
throws java.rmi.RemoteException
- Specified by:
getGroupEntries in interface BlogsEntryServiceSoap
- Throws:
java.rmi.RemoteException
getGroupEntries
public BlogsEntrySoap[] getGroupEntries(long groupId,
java.util.Calendar displayDate,
int status,
int start,
int end)
throws java.rmi.RemoteException
- Specified by:
getGroupEntries in interface BlogsEntryServiceSoap
- Throws:
java.rmi.RemoteException
getGroupEntries
public BlogsEntrySoap[] getGroupEntries(long groupId,
int status,
int max)
throws java.rmi.RemoteException
- Specified by:
getGroupEntries in interface BlogsEntryServiceSoap
- Throws:
java.rmi.RemoteException
getGroupEntries
public BlogsEntrySoap[] getGroupEntries(long groupId,
int status,
int start,
int end)
throws java.rmi.RemoteException
- Specified by:
getGroupEntries in interface BlogsEntryServiceSoap
- Throws:
java.rmi.RemoteException
getGroupsEntries
public BlogsEntrySoap[] getGroupsEntries(long companyId,
long groupId,
java.util.Calendar displayDate,
int status,
int max)
throws java.rmi.RemoteException
- Specified by:
getGroupsEntries in interface BlogsEntryServiceSoap
- Throws:
java.rmi.RemoteException
getOrganizationEntries
public BlogsEntrySoap[] getOrganizationEntries(long organizationId,
java.util.Calendar displayDate,
int status,
int max)
throws java.rmi.RemoteException
- Specified by:
getOrganizationEntries in interface BlogsEntryServiceSoap
- Throws:
java.rmi.RemoteException
subscribe
public void subscribe(long groupId)
throws java.rmi.RemoteException
- Specified by:
subscribe in interface BlogsEntryServiceSoap
- Throws:
java.rmi.RemoteException
unsubscribe
public void unsubscribe(long groupId)
throws java.rmi.RemoteException
- Specified by:
unsubscribe in interface BlogsEntryServiceSoap
- Throws:
java.rmi.RemoteException