com.liferay.client.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
getCompanyEntries
BlogsEntrySoap[] getCompanyEntries(long companyId,
int max)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getGroupEntries
BlogsEntrySoap[] getGroupEntries(long groupId,
int max)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getOrganizationEntries
BlogsEntrySoap[] getOrganizationEntries(long organizationId,
int max)
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
getEntry
BlogsEntrySoap getEntry(long entryId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
deleteEntry
void deleteEntry(long entryId)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException