1
7
8 package com.liferay.client.portlet.tags.service.http;
9
10 public class Portlet_Tags_TagsEntryServiceSoapBindingImpl implements com.liferay.client.portlet.tags.service.http.TagsEntryServiceSoap{
11 public com.liferay.client.portlet.tags.model.TagsEntrySoap updateEntry(long entryId, java.lang.String name) throws java.rmi.RemoteException {
12 return null;
13 }
14
15 public com.liferay.client.portlet.tags.model.TagsEntrySoap updateEntry(long entryId, java.lang.String name, java.lang.String[] properties) throws java.rmi.RemoteException {
16 return null;
17 }
18
19 public int searchCount(long companyId, java.lang.String name, java.lang.String[] properties) throws java.rmi.RemoteException {
20 return -3;
21 }
22
23 public void mergeEntries(long fromEntryId, long toEntryId) throws java.rmi.RemoteException {
24 }
25
26 public com.liferay.client.portal.kernel.json.JSONArrayWrapper searchAutocomplete(long companyId, java.lang.String name, java.lang.String[] properties, int begin, int end) throws java.rmi.RemoteException {
27 return null;
28 }
29
30 public com.liferay.client.portlet.tags.model.TagsEntrySoap addEntry(java.lang.String name, java.lang.String[] properties) throws java.rmi.RemoteException {
31 return null;
32 }
33
34 public com.liferay.client.portlet.tags.model.TagsEntrySoap addEntry(java.lang.String name) throws java.rmi.RemoteException {
35 return null;
36 }
37
38 public com.liferay.client.portlet.tags.model.TagsEntrySoap[] search(long companyId, java.lang.String name, java.lang.String[] properties, int begin, int end) throws java.rmi.RemoteException {
39 return null;
40 }
41
42 public com.liferay.client.portlet.tags.model.TagsEntrySoap[] search(long companyId, java.lang.String name, java.lang.String[] properties) throws java.rmi.RemoteException {
43 return null;
44 }
45
46 public void deleteEntry(long entryId) throws java.rmi.RemoteException {
47 }
48
49 public com.liferay.client.portlet.tags.model.TagsEntrySoap[] getEntries(java.lang.String className, long classPK) throws java.rmi.RemoteException {
50 return null;
51 }
52
53 public com.liferay.client.portlet.tags.model.TagsEntrySoap[] getEntries(long groupId, long companyId, long classNameId, java.lang.String name) throws java.rmi.RemoteException {
54 return null;
55 }
56
57 }
58