com.liferay.client.portlet.tags.service.http
Class Portlet_Tags_TagsEntryServiceSoapBindingImpl

java.lang.Object
  extended by com.liferay.client.portlet.tags.service.http.Portlet_Tags_TagsEntryServiceSoapBindingImpl
All Implemented Interfaces:
TagsEntryServiceSoap, java.rmi.Remote

public class Portlet_Tags_TagsEntryServiceSoapBindingImpl
extends java.lang.Object
implements TagsEntryServiceSoap


Constructor Summary
Portlet_Tags_TagsEntryServiceSoapBindingImpl()
           
 
Method Summary
 TagsEntrySoap addEntry(java.lang.String name)
           
 TagsEntrySoap addEntry(java.lang.String name, java.lang.String[] properties)
           
 void deleteEntry(long entryId)
           
 TagsEntrySoap[] getEntries(long groupId, long companyId, long classNameId, java.lang.String name)
           
 TagsEntrySoap[] getEntries(java.lang.String className, long classPK)
           
 void mergeEntries(long fromEntryId, long toEntryId)
           
 TagsEntrySoap[] search(long companyId, java.lang.String name, java.lang.String[] properties)
           
 TagsEntrySoap[] search(long companyId, java.lang.String name, java.lang.String[] properties, int begin, int end)
           
 JSONArrayWrapper searchAutocomplete(long companyId, java.lang.String name, java.lang.String[] properties, int begin, int end)
           
 int searchCount(long companyId, java.lang.String name, java.lang.String[] properties)
           
 TagsEntrySoap updateEntry(long entryId, java.lang.String name)
           
 TagsEntrySoap updateEntry(long entryId, java.lang.String name, java.lang.String[] properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Portlet_Tags_TagsEntryServiceSoapBindingImpl

public Portlet_Tags_TagsEntryServiceSoapBindingImpl()
Method Detail

updateEntry

public TagsEntrySoap updateEntry(long entryId,
                                 java.lang.String name)
                          throws java.rmi.RemoteException
Specified by:
updateEntry in interface TagsEntryServiceSoap
Throws:
java.rmi.RemoteException

updateEntry

public TagsEntrySoap updateEntry(long entryId,
                                 java.lang.String name,
                                 java.lang.String[] properties)
                          throws java.rmi.RemoteException
Specified by:
updateEntry in interface TagsEntryServiceSoap
Throws:
java.rmi.RemoteException

searchCount

public int searchCount(long companyId,
                       java.lang.String name,
                       java.lang.String[] properties)
                throws java.rmi.RemoteException
Specified by:
searchCount in interface TagsEntryServiceSoap
Throws:
java.rmi.RemoteException

mergeEntries

public void mergeEntries(long fromEntryId,
                         long toEntryId)
                  throws java.rmi.RemoteException
Specified by:
mergeEntries in interface TagsEntryServiceSoap
Throws:
java.rmi.RemoteException

searchAutocomplete

public JSONArrayWrapper searchAutocomplete(long companyId,
                                           java.lang.String name,
                                           java.lang.String[] properties,
                                           int begin,
                                           int end)
                                    throws java.rmi.RemoteException
Specified by:
searchAutocomplete in interface TagsEntryServiceSoap
Throws:
java.rmi.RemoteException

addEntry

public TagsEntrySoap addEntry(java.lang.String name,
                              java.lang.String[] properties)
                       throws java.rmi.RemoteException
Specified by:
addEntry in interface TagsEntryServiceSoap
Throws:
java.rmi.RemoteException

addEntry

public TagsEntrySoap addEntry(java.lang.String name)
                       throws java.rmi.RemoteException
Specified by:
addEntry in interface TagsEntryServiceSoap
Throws:
java.rmi.RemoteException

search

public TagsEntrySoap[] search(long companyId,
                              java.lang.String name,
                              java.lang.String[] properties,
                              int begin,
                              int end)
                       throws java.rmi.RemoteException
Specified by:
search in interface TagsEntryServiceSoap
Throws:
java.rmi.RemoteException

search

public TagsEntrySoap[] search(long companyId,
                              java.lang.String name,
                              java.lang.String[] properties)
                       throws java.rmi.RemoteException
Specified by:
search in interface TagsEntryServiceSoap
Throws:
java.rmi.RemoteException

deleteEntry

public void deleteEntry(long entryId)
                 throws java.rmi.RemoteException
Specified by:
deleteEntry in interface TagsEntryServiceSoap
Throws:
java.rmi.RemoteException

getEntries

public TagsEntrySoap[] getEntries(java.lang.String className,
                                  long classPK)
                           throws java.rmi.RemoteException
Specified by:
getEntries in interface TagsEntryServiceSoap
Throws:
java.rmi.RemoteException

getEntries

public TagsEntrySoap[] getEntries(long groupId,
                                  long companyId,
                                  long classNameId,
                                  java.lang.String name)
                           throws java.rmi.RemoteException
Specified by:
getEntries in interface TagsEntryServiceSoap
Throws:
java.rmi.RemoteException