public interface AssetCategoryServiceSoap
extends java.rmi.Remote
| Modifier and Type | Method and Description |
|---|---|
AssetCategorySoap |
addCategory(long groupId,
long parentCategoryId,
java.lang.String[] titleMapLanguageIds,
java.lang.String[] titleMapValues,
java.lang.String[] descriptionMapLanguageIds,
java.lang.String[] descriptionMapValues,
long vocabularyId,
java.lang.String[] categoryProperties,
ServiceContext serviceContext) |
AssetCategorySoap |
addCategory(long groupId,
java.lang.String title,
long vocabularyId,
ServiceContext serviceContext) |
void |
deleteCategories(long[] categoryIds) |
AssetCategorySoap[] |
deleteCategories(long[] categoryIds,
ServiceContext serviceContext) |
void |
deleteCategory(long categoryId) |
AssetCategorySoap |
fetchCategory(long categoryId) |
AssetCategorySoap[] |
getCategories(java.lang.String className,
long classPK) |
AssetCategorySoap |
getCategory(long categoryId) |
java.lang.String |
getCategoryPath(long categoryId) |
AssetCategorySoap[] |
getChildCategories(long parentCategoryId) |
AssetCategorySoap[] |
getChildCategories(long parentCategoryId,
int start,
int end,
OrderByComparator obc) |
java.lang.String |
getJSONSearch(long groupId,
java.lang.String name,
long[] vocabularyIds,
int start,
int end) |
java.lang.String |
getJSONVocabularyCategories(long vocabularyId,
int start,
int end,
OrderByComparator obc) |
java.lang.String |
getJSONVocabularyCategories(long groupId,
java.lang.String name,
long vocabularyId,
int start,
int end,
OrderByComparator obc) |
AssetCategorySoap[] |
getVocabularyCategories(long vocabularyId,
int start,
int end,
OrderByComparator obc) |
AssetCategorySoap[] |
getVocabularyCategories(long parentCategoryId,
long vocabularyId,
int start,
int end,
OrderByComparator obc) |
AssetCategorySoap[] |
getVocabularyCategories(long groupId,
long parentCategoryId,
long vocabularyId,
int start,
int end,
OrderByComparator obc) |
AssetCategorySoap[] |
getVocabularyCategories(long groupId,
java.lang.String name,
long vocabularyId,
int start,
int end,
OrderByComparator obc) |
int |
getVocabularyCategoriesCount(long groupId,
long vocabularyId) |
int |
getVocabularyCategoriesCount(long groupId,
long parentCategory,
long vocabularyId) |
int |
getVocabularyCategoriesCount(long groupId,
java.lang.String name,
long vocabularyId) |
AssetCategoryDisplay |
getVocabularyCategoriesDisplay(long vocabularyId,
int start,
int end,
OrderByComparator obc) |
AssetCategoryDisplay |
getVocabularyCategoriesDisplay(long groupId,
java.lang.String name,
long vocabularyId,
int start,
int end,
OrderByComparator obc) |
AssetCategorySoap[] |
getVocabularyRootCategories(long vocabularyId,
int start,
int end,
OrderByComparator obc) |
AssetCategorySoap[] |
getVocabularyRootCategories(long groupId,
long vocabularyId,
int start,
int end,
OrderByComparator obc) |
int |
getVocabularyRootCategoriesCount(long groupId,
long vocabularyId) |
AssetCategorySoap |
moveCategory(long categoryId,
long parentCategoryId,
long vocabularyId,
ServiceContext serviceContext) |
java.lang.String |
search(long[] groupIds,
java.lang.String name,
long[] vocabularyIds,
int start,
int end) |
AssetCategorySoap[] |
search(long groupId,
java.lang.String keywords,
long vocabularyId,
int start,
int end,
OrderByComparator obc) |
java.lang.String |
search(long groupId,
java.lang.String name,
java.lang.String[] categoryProperties,
int start,
int end) |
AssetCategoryDisplay |
searchCategoriesDisplay(long[] groupIds,
java.lang.String title,
long[] vocabularyIds,
int start,
int end) |
AssetCategoryDisplay |
searchCategoriesDisplay(long[] groupIds,
java.lang.String title,
long[] parentCategoryIds,
long[] vocabularyIds,
int start,
int end) |
AssetCategoryDisplay |
searchCategoriesDisplay(long[] groupIds,
java.lang.String title,
long[] vocabularyIds,
long[] parentCategoryIds,
int start,
int end,
Sort sort) |
AssetCategoryDisplay |
searchCategoriesDisplay(long groupId,
java.lang.String title,
long vocabularyId,
int start,
int end) |
AssetCategoryDisplay |
searchCategoriesDisplay(long groupId,
java.lang.String title,
long parentCategoryId,
long vocabularyId,
int start,
int end) |
AssetCategoryDisplay |
searchCategoriesDisplay(long groupId,
java.lang.String title,
long vocabularyId,
long parentCategoryId,
int start,
int end,
Sort sort) |
AssetCategorySoap |
updateCategory(long categoryId,
long parentCategoryId,
java.lang.String[] titleMapLanguageIds,
java.lang.String[] titleMapValues,
java.lang.String[] descriptionMapLanguageIds,
java.lang.String[] descriptionMapValues,
long vocabularyId,
java.lang.String[] categoryProperties,
ServiceContext serviceContext) |
AssetCategorySoap addCategory(long groupId, long parentCategoryId, java.lang.String[] titleMapLanguageIds, java.lang.String[] titleMapValues, java.lang.String[] descriptionMapLanguageIds, java.lang.String[] descriptionMapValues, long vocabularyId, java.lang.String[] categoryProperties, ServiceContext serviceContext) throws java.rmi.RemoteException
java.rmi.RemoteExceptionAssetCategorySoap addCategory(long groupId, java.lang.String title, long vocabularyId, ServiceContext serviceContext) throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid deleteCategories(long[] categoryIds)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionAssetCategorySoap[] deleteCategories(long[] categoryIds, ServiceContext serviceContext) throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid deleteCategory(long categoryId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionAssetCategorySoap fetchCategory(long categoryId) throws java.rmi.RemoteException
java.rmi.RemoteExceptionAssetCategorySoap[] getCategories(java.lang.String className, long classPK) throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.String getCategoryPath(long categoryId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionAssetCategorySoap getCategory(long categoryId) throws java.rmi.RemoteException
java.rmi.RemoteExceptionAssetCategorySoap[] getChildCategories(long parentCategoryId) throws java.rmi.RemoteException
java.rmi.RemoteExceptionAssetCategorySoap[] getChildCategories(long parentCategoryId, int start, int end, OrderByComparator obc) throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.String getJSONSearch(long groupId,
java.lang.String name,
long[] vocabularyIds,
int start,
int end)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.String getJSONVocabularyCategories(long vocabularyId,
int start,
int end,
OrderByComparator obc)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.String getJSONVocabularyCategories(long groupId,
java.lang.String name,
long vocabularyId,
int start,
int end,
OrderByComparator obc)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionint getVocabularyCategoriesCount(long groupId,
long vocabularyId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionint getVocabularyCategoriesCount(long groupId,
long parentCategory,
long vocabularyId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionint getVocabularyCategoriesCount(long groupId,
java.lang.String name,
long vocabularyId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionAssetCategoryDisplay getVocabularyCategoriesDisplay(long vocabularyId, int start, int end, OrderByComparator obc) throws java.rmi.RemoteException
java.rmi.RemoteExceptionAssetCategoryDisplay getVocabularyCategoriesDisplay(long groupId, java.lang.String name, long vocabularyId, int start, int end, OrderByComparator obc) throws java.rmi.RemoteException
java.rmi.RemoteExceptionAssetCategorySoap[] getVocabularyCategories(long vocabularyId, int start, int end, OrderByComparator obc) throws java.rmi.RemoteException
java.rmi.RemoteExceptionAssetCategorySoap[] getVocabularyCategories(long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator obc) throws java.rmi.RemoteException
java.rmi.RemoteExceptionAssetCategorySoap[] getVocabularyCategories(long groupId, long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator obc) throws java.rmi.RemoteException
java.rmi.RemoteExceptionAssetCategorySoap[] getVocabularyCategories(long groupId, java.lang.String name, long vocabularyId, int start, int end, OrderByComparator obc) throws java.rmi.RemoteException
java.rmi.RemoteExceptionint getVocabularyRootCategoriesCount(long groupId,
long vocabularyId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionAssetCategorySoap[] getVocabularyRootCategories(long vocabularyId, int start, int end, OrderByComparator obc) throws java.rmi.RemoteException
java.rmi.RemoteExceptionAssetCategorySoap[] getVocabularyRootCategories(long groupId, long vocabularyId, int start, int end, OrderByComparator obc) throws java.rmi.RemoteException
java.rmi.RemoteExceptionAssetCategorySoap moveCategory(long categoryId, long parentCategoryId, long vocabularyId, ServiceContext serviceContext) throws java.rmi.RemoteException
java.rmi.RemoteExceptionAssetCategoryDisplay searchCategoriesDisplay(long[] groupIds, java.lang.String title, long[] parentCategoryIds, long[] vocabularyIds, int start, int end) throws java.rmi.RemoteException
java.rmi.RemoteExceptionAssetCategoryDisplay searchCategoriesDisplay(long[] groupIds, java.lang.String title, long[] vocabularyIds, long[] parentCategoryIds, int start, int end, Sort sort) throws java.rmi.RemoteException
java.rmi.RemoteExceptionAssetCategoryDisplay searchCategoriesDisplay(long[] groupIds, java.lang.String title, long[] vocabularyIds, int start, int end) throws java.rmi.RemoteException
java.rmi.RemoteExceptionAssetCategoryDisplay searchCategoriesDisplay(long groupId, java.lang.String title, long vocabularyId, int start, int end) throws java.rmi.RemoteException
java.rmi.RemoteExceptionAssetCategoryDisplay searchCategoriesDisplay(long groupId, java.lang.String title, long parentCategoryId, long vocabularyId, int start, int end) throws java.rmi.RemoteException
java.rmi.RemoteExceptionAssetCategoryDisplay searchCategoriesDisplay(long groupId, java.lang.String title, long vocabularyId, long parentCategoryId, int start, int end, Sort sort) throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.String search(long[] groupIds,
java.lang.String name,
long[] vocabularyIds,
int start,
int end)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.String search(long groupId,
java.lang.String name,
java.lang.String[] categoryProperties,
int start,
int end)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionAssetCategorySoap[] search(long groupId, java.lang.String keywords, long vocabularyId, int start, int end, OrderByComparator obc) throws java.rmi.RemoteException
java.rmi.RemoteExceptionAssetCategorySoap updateCategory(long categoryId, long parentCategoryId, java.lang.String[] titleMapLanguageIds, java.lang.String[] titleMapValues, java.lang.String[] descriptionMapLanguageIds, java.lang.String[] descriptionMapValues, long vocabularyId, java.lang.String[] categoryProperties, ServiceContext serviceContext) throws java.rmi.RemoteException
java.rmi.RemoteException