iac_opinion.OpinionServiceオブジェクト
| コンポーネント情報 | |
|---|---|
| version | 8.0.12 |
| since | 8.0.0 |
オピニオンアイテムに対する操作を提供するサービスです。
[ 操作ユーザについて ]
このクラスでは、アカウントコンテキストのユーザコードを元に操作します。
またユーザの所属組織は、ユーザコンテキストのカレント組織を元に操作します。
[ 操作可能なアイテムについて ]
操作ユーザが操作したいアイテムのワークスペースメンバーである必要があります。
メソッドの概要
| 返却値の型 | メソッド名 |
|---|---|
| ResultObject | addContribute (OpinionContributeRegistration parameter) 意見を追加します。 |
| ResultObject | addItem (ItemKey itemKey) オピニオンアイテムを追加します。 |
| ResultObject | countContribute (ItemKey itemKey) アイテム内の各異見の票数を取得します。 |
| ResultObject | deleteContribute (ItemKey itemKey) 意見を削除します。 |
| ResultObject | deleteItem (ItemKey itemKey) オピニオンアイテムを削除します。 |
| ResultObject | findContribute (ItemKey itemKey) 意見を取得します。 |
| ResultObject | findContribute (ItemKey itemKey, OpinionType opinionType) 意見を取得します。 |
| ResultObject | findItem (ItemKey itemKey) オピニオンアイテムを取得します。 |
| ResultObject | updateCloseFlag (ItemKey itemKey, Boolean isClose) 意見の締め切り状態を更新します。 |
| ResultObject | updateContribute (OpinionContributeUpdate parameter) 意見を更新します。 |
| ResultObject | updateTheme (OpinionThemeUpdate parameter) テーマを更新します。 |
メソッドの詳細
ResultObject addContribute (OpinionContributeRegistration parameter)
意見を追加します。
パラメータ
返却値
|
ResultObject addItem (ItemKey itemKey)
オピニオンアイテムを追加します。
[ 操作ユーザの権限状態 ]
パラメータ
返却値
|
ResultObject countContribute (ItemKey itemKey)
アイテム内の各異見の票数を取得します。
パラメータ
返却値
|
ResultObject deleteContribute (ItemKey itemKey)
意見を削除します。
操作ユーザの意見を削除します。
パラメータ
返却値
|
ResultObject deleteItem (ItemKey itemKey)
オピニオンアイテムを削除します。
[ 操作ユーザの権限状態 ]
パラメータ
返却値
|
ResultObject findContribute (ItemKey itemKey)
意見を取得します。
操作ユーザの意見を取得します。
パラメータ
返却値
|
ResultObject findContribute (ItemKey itemKey, OpinionType opinionType)
意見を取得します。
指定した意見種別に該当する意見を取得します。
パラメータ
返却値
|
ResultObject findItem (ItemKey itemKey)
オピニオンアイテムを取得します。
パラメータ
返却値
|
ResultObject updateCloseFlag (ItemKey itemKey, Boolean isClose)
意見の締め切り状態を更新します。
[ 操作ユーザの権限状態 ]
パラメータ
返却値
|
ResultObject updateContribute (OpinionContributeUpdate parameter)
意見を更新します。
操作ユーザの意見を更新します。
パラメータ
返却値
|
ResultObject updateTheme (OpinionThemeUpdate parameter)
テーマを更新します。
[ 操作ユーザの権限状態 ]
パラメータ
返却値
|