1   /**
2    * Portlet_Tags_TagsEntryServiceSoapBindingImpl.java
3    *
4    * This file was auto-generated from WSDL
5    * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter.
6    */
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[] search(long companyId, java.lang.String name, java.lang.String[] properties) throws java.rmi.RemoteException {
12          return null;
13      }
14  
15      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 {
16          return null;
17      }
18  
19      public com.liferay.client.portlet.tags.model.TagsEntrySoap addEntry(java.lang.String name) throws java.rmi.RemoteException {
20          return null;
21      }
22  
23      public com.liferay.client.portlet.tags.model.TagsEntrySoap addEntry(java.lang.String name, java.lang.String[] properties) throws java.rmi.RemoteException {
24          return null;
25      }
26  
27      public void deleteEntry(long entryId) throws java.rmi.RemoteException {
28      }
29  
30      public com.liferay.client.portlet.tags.model.TagsEntrySoap[] getEntries(java.lang.String className, long classPK) throws java.rmi.RemoteException {
31          return null;
32      }
33  
34      public com.liferay.client.portlet.tags.model.TagsEntrySoap updateEntry(long entryId, java.lang.String name, java.lang.String[] properties) throws java.rmi.RemoteException {
35          return null;
36      }
37  
38      public com.liferay.client.portlet.tags.model.TagsEntrySoap updateEntry(long entryId, java.lang.String name) throws java.rmi.RemoteException {
39          return null;
40      }
41  
42      public int searchCount(long companyId, java.lang.String name, java.lang.String[] properties) throws java.rmi.RemoteException {
43          return -3;
44      }
45  
46      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 {
47          return null;
48      }
49  
50  }
51