public interface BMContentCategoryService
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
deleteCategory(java.lang.String categoryId)
コンテンツカテゴリ情報を削除します。
|
java.util.Collection<BMContentCategory> |
getCategories(java.lang.String parentId)
指定されたカテゴリの子カテゴリ情報を取得します。
|
BMContentCategory |
getCategory(java.lang.String categoryId)
指定されたカテゴリ情報を取得します。
|
int |
getMaxDepth(java.lang.String categoryId)
指定されたカテゴリの最深階層数を取得します。
|
boolean |
isCategoryManager(java.lang.String categoryId)
カテゴリの運用権限があるか判定します。
|
void |
registerCategory(BMContentCategory category)
コンテンツカテゴリ情報を登録します。
|
java.util.Collection<BMContentCategory> |
searchCategories(java.lang.String keyword)
指定されたキーワードでカテゴリ情報を検索します。
|
void |
updateCategory(BMContentCategory category)
コンテンツカテゴリ情報を更新します。
|
void |
updateCategorySortNumber(java.lang.String categoryId,
java.lang.String parentId,
int sortNumber)
コンテンツカテゴリのソート番号を更新します。
|
void deleteCategory(java.lang.String categoryId)
throws BloomMakerException
categoryId - カテゴリIDBloomMakerException - カテゴリ情報の削除に失敗した場合にスローされます。java.util.Collection<BMContentCategory> getCategories(java.lang.String parentId)
parentId - 親カテゴリIDBMContentCategory getCategory(java.lang.String categoryId)
categoryId - カテゴリIDint getMaxDepth(java.lang.String categoryId)
categoryId - カテゴリIDboolean isCategoryManager(java.lang.String categoryId)
categoryId - カテゴリIDvoid registerCategory(BMContentCategory category) throws BloomMakerException
category - カテゴリ情報BloomMakerException - カテゴリ情報の登録に失敗した場合にスローされます。java.util.Collection<BMContentCategory> searchCategories(java.lang.String keyword)
keyword - キーワードvoid updateCategory(BMContentCategory category) throws BloomMakerException
category - カテゴリ情報BloomMakerException - カテゴリ情報の更新に失敗した場合にスローされます。void updateCategorySortNumber(java.lang.String categoryId,
java.lang.String parentId,
int sortNumber)
throws BloomMakerException
categoryId - カテゴリIDparentId - 親カテゴリIDsortNumber - ソート番号BloomMakerException - カテゴリのソート番号の更新に失敗した場合にスローされます。Copyright (c) 2019 NTT DATA INTRAMART CORPORATION.