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
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