1
7
8 package com.liferay.client.soap.portlet.blogs.service.http;
9
10 public class Portlet_Blogs_BlogsEntryServiceSoapBindingImpl implements com.liferay.client.soap.portlet.blogs.service.http.BlogsEntryServiceSoap{
11 public com.liferay.client.soap.portlet.blogs.model.BlogsEntrySoap getEntry(long entryId) throws java.rmi.RemoteException {
12 return null;
13 }
14
15 public com.liferay.client.soap.portlet.blogs.model.BlogsEntrySoap getEntry(long groupId, java.lang.String urlTitle) throws java.rmi.RemoteException {
16 return null;
17 }
18
19 public void deleteEntry(long entryId) throws java.rmi.RemoteException {
20 }
21
22 public com.liferay.client.soap.portlet.blogs.model.BlogsEntrySoap[] getCompanyEntries(long companyId, int max) throws java.rmi.RemoteException {
23 return null;
24 }
25
26 public com.liferay.client.soap.portlet.blogs.model.BlogsEntrySoap[] getGroupEntries(long groupId, int max) throws java.rmi.RemoteException {
27 return null;
28 }
29
30 public com.liferay.client.soap.portlet.blogs.model.BlogsEntrySoap[] getOrganizationEntries(long organizationId, int max) throws java.rmi.RemoteException {
31 return null;
32 }
33
34 }
35