public interface CompanyChangedListener
修飾子とタイプ | メソッドと説明 |
---|---|
void |
categoryDetailRemoved(String groupId,
CompanyCategory category)
非推奨です。
代替メソッドはありません。
|
void |
categoryDetailSet(String groupId,
CompanyCategory category)
非推奨です。
代替メソッドはありません。
|
void |
companyAdded(String groupId,
Company company)
非推奨です。
代替メソッドはありません。
|
void |
companyDeleted(String groupId,
Company company)
非推奨です。
代替メソッドはありません。
|
void |
departmentAdded(String groupId,
Department department)
非推奨です。
代替メソッドはありません。
|
void |
departmentDeleted(String groupId,
Department department)
非推奨です。
代替メソッドはありません。
|
void |
departmentJoined(String groupId,
String company,
String parentDepartment,
String department,
String version)
非推奨です。
代替メソッドはありません。
|
void |
departmentLeft(String groupId,
String company,
String department,
String version)
非推奨です。
代替メソッドはありません。
|
void |
departmentMoved(String groupId,
String company,
String parentDepartment,
String department,
String version)
非推奨です。
代替メソッドはありません。
|
void |
departmentUpdated(String groupId,
Department department)
非推奨です。
代替メソッドはありません。
|
void |
init(Map params)
非推奨です。
代替メソッドはありません。
|
void |
mainRemoved(String groupId,
DepartmentMain main)
非推奨です。
代替メソッドはありません。
|
void |
mainSet(String groupId,
DepartmentMain main)
非推奨です。
代替メソッドはありません。
|
void |
memberDeleted(String groupId,
DepartmentAttach attach)
非推奨です。
代替メソッドはありません。
|
void |
memberSet(String groupId,
DepartmentAttach attach)
非推奨です。
代替メソッドはありません。
|
void |
postAdded(String groupId,
CompanyPost post)
非推奨です。
代替メソッドはありません。
|
void |
postDeleted(String groupId,
CompanyPost post)
非推奨です。
代替メソッドはありません。
|
void |
postUpdated(String groupId,
CompanyPost post)
非推奨です。
代替メソッドはありません。
|
void |
setUserId(String userId)
非推奨です。
代替メソッドはありません。
|
void |
versionAdded(String groupId,
CompanyVersion version)
非推奨です。
代替メソッドはありません。
|
void |
versionCopied(String groupId,
String company,
String srcVersion,
String destVersion,
Term term)
非推奨です。
代替メソッドはありません。
|
void |
versionDeleted(String groupId,
CompanyVersion version)
非推奨です。
代替メソッドはありません。
|
void |
versionUpdated(String groupId,
CompanyVersion version)
非推奨です。
代替メソッドはありません。
|
void init(Map params)
params
- 初期化パラメータのマップ(Map)void setUserId(String userId)
userId
- ログインユーザIDvoid companyAdded(String groupId, Company company) throws jp.co.intra_mart.foundation.exception.ChangedListenerException
groupId
- ログイングループIDcompany
- 会社情報jp.co.intra_mart.foundation.exception.ChangedListenerException
- リスナーの処理で例外が発生した場合void companyDeleted(String groupId, Company company) throws jp.co.intra_mart.foundation.exception.ChangedListenerException
groupId
- ログイングループIDcompany
- 会社情報jp.co.intra_mart.foundation.exception.ChangedListenerException
- リスナーの処理で例外が発生した場合void departmentAdded(String groupId, Department department) throws jp.co.intra_mart.foundation.exception.ChangedListenerException
groupId
- ログイングループIDdepartment
- 組織情報jp.co.intra_mart.foundation.exception.ChangedListenerException
- リスナーの処理で例外が発生した場合void departmentUpdated(String groupId, Department department) throws jp.co.intra_mart.foundation.exception.ChangedListenerException
groupId
- ログイングループIDdepartment
- 組織情報jp.co.intra_mart.foundation.exception.ChangedListenerException
- リスナーの処理で例外が発生した場合void departmentDeleted(String groupId, Department department) throws jp.co.intra_mart.foundation.exception.ChangedListenerException
groupId
- ログイングループIDdepartment
- 組織情報jp.co.intra_mart.foundation.exception.ChangedListenerException
- リスナーの処理で例外が発生した場合void departmentJoined(String groupId, String company, String parentDepartment, String department, String version) throws jp.co.intra_mart.foundation.exception.ChangedListenerException
groupId
- ログイングループIDcompany
- 会社コードparentDepartment
- 新規登録する組織の上位となる組織の組織コード(または会社の会社コード)department
- 組織情報(会社に該当する組織は指定できない)version
- バージョンコードjp.co.intra_mart.foundation.exception.ChangedListenerException
- リスナーの処理で例外が発生した場合void departmentMoved(String groupId, String company, String parentDepartment, String department, String version) throws jp.co.intra_mart.foundation.exception.ChangedListenerException
groupId
- ログイングループIDcompany
- 上位組織と移動対象の組織が所属する会社の会社コードparentDepartment
- 上位組織の組織コード(または会社の会社コード)department
- 移動する組織の組織コード(会社に該当する組織は指定できない)version
- バージョンコードjp.co.intra_mart.foundation.exception.ChangedListenerException
- リスナーの処理で例外が発生した場合void departmentLeft(String groupId, String company, String department, String version) throws jp.co.intra_mart.foundation.exception.ChangedListenerException
groupId
- ログイングループIDcompany
- 会社コードdepartment
- 離脱させる組織の組織コード(会社に該当する組織は指定できない)version
- バージョンコードjp.co.intra_mart.foundation.exception.ChangedListenerException
- リスナーの処理で例外が発生した場合void categoryDetailSet(String groupId, CompanyCategory category) throws jp.co.intra_mart.foundation.exception.ChangedListenerException
groupId
- ログイングループIDcategory
- 登録された分類区分詳細詳細情報jp.co.intra_mart.foundation.exception.ChangedListenerException
- リスナーの処理で例外が発生した場合void categoryDetailRemoved(String groupId, CompanyCategory category) throws jp.co.intra_mart.foundation.exception.ChangedListenerException
groupId
- ログイングループIDcategory
- 削除された分類区分詳細詳細情報jp.co.intra_mart.foundation.exception.ChangedListenerException
- リスナーの処理で例外が発生した場合void memberSet(String groupId, DepartmentAttach attach) throws jp.co.intra_mart.foundation.exception.ChangedListenerException
groupId
- ログイングループIDattach
- 割当られた人員の情報jp.co.intra_mart.foundation.exception.ChangedListenerException
- リスナーの処理で例外が発生した場合void memberDeleted(String groupId, DepartmentAttach attach) throws jp.co.intra_mart.foundation.exception.ChangedListenerException
groupId
- ログイングループIDattach
- 組織から外された人員の情報jp.co.intra_mart.foundation.exception.ChangedListenerException
- リスナーの処理で例外が発生した場合void mainSet(String groupId, DepartmentMain main) throws jp.co.intra_mart.foundation.exception.ChangedListenerException
groupId
- ログイングループIDmain
- 主所属情報jp.co.intra_mart.foundation.exception.ChangedListenerException
- リスナーの処理で例外が発生した場合void mainRemoved(String groupId, DepartmentMain main) throws jp.co.intra_mart.foundation.exception.ChangedListenerException
groupId
- ログイングループIDmain
- 主所属情報jp.co.intra_mart.foundation.exception.ChangedListenerException
- リスナーの処理で例外が発生した場合void versionAdded(String groupId, CompanyVersion version) throws jp.co.intra_mart.foundation.exception.ChangedListenerException
groupId
- ログイングループIDversion
- 会社構成バージョンjp.co.intra_mart.foundation.exception.ChangedListenerException
- リスナーの処理で例外が発生した場合void versionUpdated(String groupId, CompanyVersion version) throws jp.co.intra_mart.foundation.exception.ChangedListenerException
groupId
- ログイングループIDversion
- 会社構成バージョンjp.co.intra_mart.foundation.exception.ChangedListenerException
- リスナーの処理で例外が発生した場合void versionDeleted(String groupId, CompanyVersion version) throws jp.co.intra_mart.foundation.exception.ChangedListenerException
groupId
- ログイングループIDversion
- 会社構成バージョンjp.co.intra_mart.foundation.exception.ChangedListenerException
- リスナーの処理で例外が発生した場合void versionCopied(String groupId, String company, String srcVersion, String destVersion, Term term) throws jp.co.intra_mart.foundation.exception.ChangedListenerException
groupId
- ログイングループIDcompany
- コピー元、コピー先の会社構成バージョンの会社コードsrcVersion
- コピー元の会社構成バージョンのバージョンコードdestVersion
- コピー先の会社構成バージョンのバージョンコードterm
- コピー先の会社構成バージョンの期間jp.co.intra_mart.foundation.exception.ChangedListenerException
- リスナーの処理で例外が発生した場合void postAdded(String groupId, CompanyPost post) throws jp.co.intra_mart.foundation.exception.ChangedListenerException
groupId
- ログイングループIDpost
- 役職情報jp.co.intra_mart.foundation.exception.ChangedListenerException
- リスナーの処理で例外が発生した場合void postUpdated(String groupId, CompanyPost post) throws jp.co.intra_mart.foundation.exception.ChangedListenerException
groupId
- ログイングループIDpost
- 役職情報jp.co.intra_mart.foundation.exception.ChangedListenerException
- リスナーの処理で例外が発生した場合void postDeleted(String groupId, CompanyPost post) throws jp.co.intra_mart.foundation.exception.ChangedListenerException
groupId
- ログイングループIDpost
- 役職情報jp.co.intra_mart.foundation.exception.ChangedListenerException
- リスナーの処理で例外が発生した場合Copyright © 2012 NTT DATA INTRAMART CORPORATION