com.liferay.client.soap.portlet.asset.service.http
Interface AssetCategoryServiceSoap

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
Portlet_Asset_AssetCategoryServiceSoapBindingImpl, Portlet_Asset_AssetCategoryServiceSoapBindingStub

public interface AssetCategoryServiceSoap
extends java.rmi.Remote


Method Summary
 void deleteCategory(long categoryId)
           
 AssetCategorySoap[] getCategories(java.lang.String className, long classPK)
           
 AssetCategorySoap getCategory(long categoryId)
           
 AssetCategorySoap[] getChildCategories(long parentCategoryId)
           
 AssetCategorySoap[] getVocabularyCategories(long vocabularyId)
           
 AssetCategorySoap[] getVocabularyRootCategories(long vocabularyId)
           
 java.lang.Object search(long groupId, java.lang.String name, java.lang.String[] categoryProperties, int start, int end)
           
 

Method Detail

getCategory

AssetCategorySoap getCategory(long categoryId)
                              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

deleteCategory

void deleteCategory(long categoryId)
                    throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getChildCategories

AssetCategorySoap[] getChildCategories(long parentCategoryId)
                                       throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getVocabularyCategories

AssetCategorySoap[] getVocabularyCategories(long vocabularyId)
                                            throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getVocabularyRootCategories

AssetCategorySoap[] getVocabularyRootCategories(long vocabularyId)
                                                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

search

java.lang.Object search(long groupId,
                        java.lang.String name,
                        java.lang.String[] categoryProperties,
                        int start,
                        int end)
                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getCategories

AssetCategorySoap[] getCategories(java.lang.String className,
                                  long classPK)
                                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException