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

java.lang.Object
  extended by com.liferay.client.soap.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 parentEntryName, java.lang.String name, java.lang.String vocabularyName, java.lang.String[] properties, ServiceContext serviceContext)
           
 void deleteEntry(long entryId)
           
 TagsEntrySoap[] getEntries(long groupId, long classNameId, java.lang.String name)
           
 TagsEntrySoap[] getEntries(java.lang.String className, long classPK)
           
 TagsEntrySoap getEntry(long entryId)
           
 TagsEntrySoap[] getGroupVocabularyEntries(long groupId, java.lang.String vocabularyName)
           
 TagsEntrySoap[] getGroupVocabularyEntries(long groupId, java.lang.String parentEntryName, java.lang.String vocabularyName)
           
 TagsEntrySoap[] getGroupVocabularyRootEntries(long groupId, java.lang.String vocabularyName)
           
 void mergeEntries(long fromEntryId, long toEntryId)
           
 java.lang.Object search(long groupId, java.lang.String name, java.lang.String[] properties, int start, int end)
           
 TagsEntrySoap updateEntry(long entryId, java.lang.String parentEntryName, java.lang.String name, java.lang.String vocabularyName, 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

addEntry

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

getEntry

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

search

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

getEntries

public TagsEntrySoap[] getEntries(long groupId,
                                  long classNameId,
                                  java.lang.String name)
                           throws java.rmi.RemoteException
Specified by:
getEntries 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

deleteEntry

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

updateEntry

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

getGroupVocabularyEntries

public TagsEntrySoap[] getGroupVocabularyEntries(long groupId,
                                                 java.lang.String parentEntryName,
                                                 java.lang.String vocabularyName)
                                          throws java.rmi.RemoteException
Specified by:
getGroupVocabularyEntries in interface TagsEntryServiceSoap
Throws:
java.rmi.RemoteException

getGroupVocabularyEntries

public TagsEntrySoap[] getGroupVocabularyEntries(long groupId,
                                                 java.lang.String vocabularyName)
                                          throws java.rmi.RemoteException
Specified by:
getGroupVocabularyEntries in interface TagsEntryServiceSoap
Throws:
java.rmi.RemoteException

getGroupVocabularyRootEntries

public TagsEntrySoap[] getGroupVocabularyRootEntries(long groupId,
                                                     java.lang.String vocabularyName)
                                              throws java.rmi.RemoteException
Specified by:
getGroupVocabularyRootEntries 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