public interface BMContentRouteService
修飾子とタイプ | メソッドと説明 |
---|---|
void |
deleteRoute(java.lang.String routeId)
ルーティング情報を削除します。
|
BMContentRoute |
getContentRoute(java.lang.String routeId)
指定されたIDのルーティング情報を取得します。
|
java.util.Collection<BMContentRoute> |
getContentRoutes(java.lang.String contentId)
指定されたコンテンツのルーティング情報を取得します。
|
java.util.Collection<BMContentRoute> |
getContentRoutesByCategory(java.lang.String categoryId)
指定されたカテゴリに紐づくルーティング情報を取得します。
|
void |
registerRoute(BMContentRoute route)
ルーティング情報を登録します。
|
java.util.Collection<BMContentRoute> |
searchContentRoutes(java.lang.String keyword)
指定されたキーワードでルーティング情報を検索します。
|
void |
updateRoute(BMContentRoute route)
ルーティング情報を更新します。
|
void |
updateRouteSortNumber(java.lang.String routeId,
java.lang.String parentId,
int sortNumber)
ルーティングのソート番号を更新します。
|
void deleteRoute(java.lang.String routeId) throws BloomMakerException
routeId
- ルートIDBloomMakerException
- ルーティング情報の削除に失敗した場合にスローされます。BMContentRoute getContentRoute(java.lang.String routeId)
routeId
- ルートIDjava.util.Collection<BMContentRoute> getContentRoutes(java.lang.String contentId)
contentId
- コンテンツIDjava.util.Collection<BMContentRoute> getContentRoutesByCategory(java.lang.String categoryId)
categoryId
- カテゴリIDvoid registerRoute(BMContentRoute route) throws BloomMakerException
route
- ルーティング情報BloomMakerException
- ルーティング情報の登録に失敗した場合にスローされます。java.util.Collection<BMContentRoute> searchContentRoutes(java.lang.String keyword)
keyword
- キーワードvoid updateRoute(BMContentRoute route) throws BloomMakerException
route
- ルーティング情報BloomMakerException
- ルーティング情報の更新に失敗した場合にスローされます。void updateRouteSortNumber(java.lang.String routeId, java.lang.String parentId, int sortNumber) throws BloomMakerException
routeId
- ルートIDparentId
- 親カテゴリIDsortNumber
- ソート番号BloomMakerException
- ルーティングのソート番号の更新に失敗した場合にスローされます。Copyright (c) 2019 NTT DATA INTRAMART CORPORATION.