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,
int start,
int end,
OrderByComparator obc)
|
AssetCategorySoap[] |
getVocabularyCategories(long vocabularyId,
int start,
int end,
OrderByComparator obc)
|
AssetCategorySoap[] |
getVocabularyRootCategories(long vocabularyId,
int start,
int end,
OrderByComparator obc)
|
java.lang.Object |
search(long groupId,
java.lang.String name,
java.lang.String[] categoryProperties,
int start,
int end)
|
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,
int start,
int end,
OrderByComparator obc)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getVocabularyCategories
AssetCategorySoap[] getVocabularyCategories(long vocabularyId,
int start,
int end,
OrderByComparator obc)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getVocabularyRootCategories
AssetCategorySoap[] getVocabularyRootCategories(long vocabularyId,
int start,
int end,
OrderByComparator obc)
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