パッケージ | 説明 |
---|---|
jp.ecom_plat.saigaitask.service | |
jp.ecom_plat.saigaitask.service.db |
修飾子とタイプ | メソッドと説明 |
---|---|
void |
GeojsonExportService.reschedule(GeojsonexportInfo geojsonExportInfo)
管理画面より変更された設定をスケジューラに反映する
|
修飾子とタイプ | メソッドと説明 |
---|---|
GeojsonexportInfo |
GeojsonexportInfoService.findById(java.lang.Long id) |
修飾子とタイプ | メソッドと説明 |
---|---|
java.util.List<GeojsonexportInfo> |
GeojsonexportInfoService.findByCondition(java.util.Map<java.lang.String,java.lang.Object> conditions,
java.lang.String sortName,
java.lang.String sortOrder,
java.lang.Integer limit,
java.lang.Integer offset)
検索条件に従い検索し、結果一覧を取得する。
|
修飾子とタイプ | メソッドと説明 |
---|---|
int |
GeojsonexportInfoService.update(GeojsonexportInfo entity,
<any>[] excludes)
更新対象外の項目を指定して更新する。
|