com.liferay.client.soap.portlet.asset.service.http
Class Portlet_Asset_AssetVocabularyServiceSoapBindingImpl

java.lang.Object
  extended by com.liferay.client.soap.portlet.asset.service.http.Portlet_Asset_AssetVocabularyServiceSoapBindingImpl
All Implemented Interfaces:
AssetVocabularyServiceSoap, java.rmi.Remote

public class Portlet_Asset_AssetVocabularyServiceSoapBindingImpl
extends java.lang.Object
implements AssetVocabularyServiceSoap


Constructor Summary
Portlet_Asset_AssetVocabularyServiceSoapBindingImpl()
           
 
Method Summary
 AssetVocabularySoap addVocabulary(java.lang.String[] titleMapLanguageIds, java.lang.String[] titleMapValues, java.lang.String[] descriptionMapLanguageIds, java.lang.String[] descriptionMapValues, java.lang.String settings, ServiceContext serviceContext)
           
 AssetVocabularySoap addVocabulary(java.lang.String title, java.lang.String[] titleMapLanguageIds, java.lang.String[] titleMapValues, java.lang.String[] descriptionMapLanguageIds, java.lang.String[] descriptionMapValues, java.lang.String settings, ServiceContext serviceContext)
           
 void deleteVocabularies(long[] vocabularyIds)
           
 void deleteVocabulary(long vocabularyId)
           
 AssetVocabularySoap[] getCompanyVocabularies(long companyId)
           
 AssetVocabularySoap[] getGroupsVocabularies(long[] groupIds)
           
 AssetVocabularySoap[] getGroupsVocabularies(long[] groupIds, java.lang.String className)
           
 AssetVocabularySoap[] getGroupVocabularies(long groupId)
           
 AssetVocabularySoap[] getGroupVocabularies(long groupId, int start, int end, OrderByComparator obc)
           
 AssetVocabularySoap[] getGroupVocabularies(long groupId, java.lang.String name, int start, int end, OrderByComparator obc)
           
 int getGroupVocabulariesCount(long groupId)
           
 int getGroupVocabulariesCount(long groupId, java.lang.String name)
           
 java.lang.String getJSONGroupVocabularies(long groupId, java.lang.String name, int start, int end, OrderByComparator obc)
           
 AssetVocabularySoap[] getVocabularies(long[] vocabularyIds)
           
 AssetVocabularySoap getVocabulary(long vocabularyId)
           
 AssetVocabularySoap updateVocabulary(long vocabularyId, java.lang.String[] titleMapLanguageIds, java.lang.String[] titleMapValues, java.lang.String[] descriptionMapLanguageIds, java.lang.String[] descriptionMapValues, java.lang.String settings, ServiceContext serviceContext)
           
 AssetVocabularySoap updateVocabulary(long vocabularyId, java.lang.String title, java.lang.String[] titleMapLanguageIds, java.lang.String[] titleMapValues, java.lang.String[] descriptionMapLanguageIds, java.lang.String[] descriptionMapValues, java.lang.String settings, ServiceContext serviceContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Portlet_Asset_AssetVocabularyServiceSoapBindingImpl

public Portlet_Asset_AssetVocabularyServiceSoapBindingImpl()
Method Detail

addVocabulary

public AssetVocabularySoap addVocabulary(java.lang.String[] titleMapLanguageIds,
                                         java.lang.String[] titleMapValues,
                                         java.lang.String[] descriptionMapLanguageIds,
                                         java.lang.String[] descriptionMapValues,
                                         java.lang.String settings,
                                         ServiceContext serviceContext)
                                  throws java.rmi.RemoteException
Specified by:
addVocabulary in interface AssetVocabularyServiceSoap
Throws:
java.rmi.RemoteException

addVocabulary

public AssetVocabularySoap addVocabulary(java.lang.String title,
                                         java.lang.String[] titleMapLanguageIds,
                                         java.lang.String[] titleMapValues,
                                         java.lang.String[] descriptionMapLanguageIds,
                                         java.lang.String[] descriptionMapValues,
                                         java.lang.String settings,
                                         ServiceContext serviceContext)
                                  throws java.rmi.RemoteException
Specified by:
addVocabulary in interface AssetVocabularyServiceSoap
Throws:
java.rmi.RemoteException

deleteVocabularies

public void deleteVocabularies(long[] vocabularyIds)
                        throws java.rmi.RemoteException
Specified by:
deleteVocabularies in interface AssetVocabularyServiceSoap
Throws:
java.rmi.RemoteException

deleteVocabulary

public void deleteVocabulary(long vocabularyId)
                      throws java.rmi.RemoteException
Specified by:
deleteVocabulary in interface AssetVocabularyServiceSoap
Throws:
java.rmi.RemoteException

getCompanyVocabularies

public AssetVocabularySoap[] getCompanyVocabularies(long companyId)
                                             throws java.rmi.RemoteException
Specified by:
getCompanyVocabularies in interface AssetVocabularyServiceSoap
Throws:
java.rmi.RemoteException

getGroupVocabulariesCount

public int getGroupVocabulariesCount(long groupId)
                              throws java.rmi.RemoteException
Specified by:
getGroupVocabulariesCount in interface AssetVocabularyServiceSoap
Throws:
java.rmi.RemoteException

getGroupVocabulariesCount

public int getGroupVocabulariesCount(long groupId,
                                     java.lang.String name)
                              throws java.rmi.RemoteException
Specified by:
getGroupVocabulariesCount in interface AssetVocabularyServiceSoap
Throws:
java.rmi.RemoteException

getGroupVocabularies

public AssetVocabularySoap[] getGroupVocabularies(long groupId)
                                           throws java.rmi.RemoteException
Specified by:
getGroupVocabularies in interface AssetVocabularyServiceSoap
Throws:
java.rmi.RemoteException

getGroupVocabularies

public AssetVocabularySoap[] getGroupVocabularies(long groupId,
                                                  int start,
                                                  int end,
                                                  OrderByComparator obc)
                                           throws java.rmi.RemoteException
Specified by:
getGroupVocabularies in interface AssetVocabularyServiceSoap
Throws:
java.rmi.RemoteException

getGroupVocabularies

public AssetVocabularySoap[] getGroupVocabularies(long groupId,
                                                  java.lang.String name,
                                                  int start,
                                                  int end,
                                                  OrderByComparator obc)
                                           throws java.rmi.RemoteException
Specified by:
getGroupVocabularies in interface AssetVocabularyServiceSoap
Throws:
java.rmi.RemoteException

getGroupsVocabularies

public AssetVocabularySoap[] getGroupsVocabularies(long[] groupIds)
                                            throws java.rmi.RemoteException
Specified by:
getGroupsVocabularies in interface AssetVocabularyServiceSoap
Throws:
java.rmi.RemoteException

getGroupsVocabularies

public AssetVocabularySoap[] getGroupsVocabularies(long[] groupIds,
                                                   java.lang.String className)
                                            throws java.rmi.RemoteException
Specified by:
getGroupsVocabularies in interface AssetVocabularyServiceSoap
Throws:
java.rmi.RemoteException

getJSONGroupVocabularies

public java.lang.String getJSONGroupVocabularies(long groupId,
                                                 java.lang.String name,
                                                 int start,
                                                 int end,
                                                 OrderByComparator obc)
                                          throws java.rmi.RemoteException
Specified by:
getJSONGroupVocabularies in interface AssetVocabularyServiceSoap
Throws:
java.rmi.RemoteException

getVocabularies

public AssetVocabularySoap[] getVocabularies(long[] vocabularyIds)
                                      throws java.rmi.RemoteException
Specified by:
getVocabularies in interface AssetVocabularyServiceSoap
Throws:
java.rmi.RemoteException

getVocabulary

public AssetVocabularySoap getVocabulary(long vocabularyId)
                                  throws java.rmi.RemoteException
Specified by:
getVocabulary in interface AssetVocabularyServiceSoap
Throws:
java.rmi.RemoteException

updateVocabulary

public AssetVocabularySoap updateVocabulary(long vocabularyId,
                                            java.lang.String[] titleMapLanguageIds,
                                            java.lang.String[] titleMapValues,
                                            java.lang.String[] descriptionMapLanguageIds,
                                            java.lang.String[] descriptionMapValues,
                                            java.lang.String settings,
                                            ServiceContext serviceContext)
                                     throws java.rmi.RemoteException
Specified by:
updateVocabulary in interface AssetVocabularyServiceSoap
Throws:
java.rmi.RemoteException

updateVocabulary

public AssetVocabularySoap updateVocabulary(long vocabularyId,
                                            java.lang.String title,
                                            java.lang.String[] titleMapLanguageIds,
                                            java.lang.String[] titleMapValues,
                                            java.lang.String[] descriptionMapLanguageIds,
                                            java.lang.String[] descriptionMapValues,
                                            java.lang.String settings,
                                            ServiceContext serviceContext)
                                     throws java.rmi.RemoteException
Specified by:
updateVocabulary in interface AssetVocabularyServiceSoap
Throws:
java.rmi.RemoteException