修飾子とタイプ | メソッドと説明 |
---|---|
protected Collection<ElementTermInfo> |
AbstractDepartmentTask.createTermInfo(ITerm[] terms) |
修飾子とタイプ | メソッドと説明 |
---|---|
protected Collection<ElementTermInfo> |
AbstractUserTask.createTermInfo(ITerm[] terms) |
修飾子とタイプ | メソッドと説明 |
---|---|
protected Collection<ElementTermInfo> |
AbstractPublicGroupTask.createTermInfo(ITerm[] terms) |
修飾子とタイプ | メソッドと説明 |
---|---|
protected ITerm |
AbstractAccessor.getTerm(AbstractAccessor.AccessorInfo info,
AbstractAccessor.TableConditionUnit unit,
AppCmnSearchCondition otherCondition)
期間を取得する。
|
修飾子とタイプ | メソッドと説明 |
---|---|
protected List<ITerm> |
AbstractAccessor.getTermList(AbstractAccessor.AccessorInfo info,
AbstractAccessor.TableConditionUnit unit,
AppCmnSearchCondition otherCondition)
期間を複数取得する。
|
修飾子とタイプ | メソッドと説明 |
---|---|
protected ProvideListenerModel |
AbstractAccessor.moveTerm(AbstractAccessor.AccessorInfo info,
AbstractAccessor.TableConditionUnit unit,
ITerm originalTerm,
ITerm updateTerm)
期間を移動する。
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
Term
期間情報モデルクラス
|
修飾子とタイプ | メソッドと説明 |
---|---|
List<ITerm> |
ProvideListenerModel.getCreateList()
新規作成された期間情報のリストを取得します。
|
List<ITerm> |
ProvideListenerModel.getRemoveList()
削除された期間情報のリストを取得します。
|
List<ITerm> |
ProvideListenerModel.getUpdateList()
更新された期間情報のリストを取得します。
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
ProvideListenerModel.setCreateList(ITerm create)
新規作成された期間情報を追加します。
|
void |
ProvideListenerModel.setRemoveList(ITerm remove)
削除された期間情報を追加します。
|
void |
ProvideListenerModel.setUpdateList(ITerm update)
更新された期間情報を追加します。
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
ProvideListenerModel.setCreateListAll(Collection<ITerm> createList)
新規作成された期間情報群を追加します。
|
void |
ProvideListenerModel.setRemoveListAll(Collection<ITerm> removeList)
削除された期間情報群を追加します。
|
void |
ProvideListenerModel.setUpdateListAll(Collection<ITerm> updateList)
更新された期間情報群を追加します。
|
修飾子とタイプ | メソッドと説明 |
---|---|
ITerm |
CompanyWriter.changeDepartmentSetState(IAppCmnInfo info,
IDepartmentSetBizKey bizKey,
String termCd,
boolean disable)
組織内包の削除フラグを更新します。
|
ITerm |
CompanyReader.getCompanyPostAttachTerm(IAppCmnInfo info,
IDepartmentBizKey departmentBizKey,
IUserBizKey userBizKey,
ICompanyPostBizKey postBizKey,
Date date)
指定した日付で有効な、役職の所属期間を取得します。
|
ITerm |
CompanyManager.getCompanyPostAttachTerm(IDepartmentBizKey departmentBizKey,
IUserBizKey userBizKey,
ICompanyPostBizKey postBizKey,
Date date)
指定した日付で有効な、役職の所属期間を取得します。
|
ITerm[] |
CompanyReader.getCompanyPostAttachTermList(IAppCmnInfo info,
IDepartmentBizKey departmentBizKey,
IUserBizKey userBizKey,
ICompanyPostBizKey postBizKey,
boolean isDisable)
役職の所属期間を全期間分取得します。
|
ITerm[] |
CompanyManager.getCompanyPostAttachTermList(IDepartmentBizKey departmentBizKey,
IUserBizKey userBizkey,
ICompanyPostBizKey postBizKey)
指定のユーザが、指定の組織で所属している役職の期間を全期間分取得します。
|
ITerm[] |
CompanyManager.getCompanyPostAttachTermList(IDepartmentBizKey departmentBizKey,
IUserBizKey userBizKey,
ICompanyPostBizKey postBizKey,
boolean isDisable)
指定のユーザが、指定の組織で所属している役職の期間を全期間分取得します。
|
ITerm |
CompanyReader.getCompanyPostTerm(IAppCmnInfo info,
ICompanyPostBizKey bizKey,
Date date)
指定した日付で有効な役職の期間情報を取得します。
|
ITerm |
CompanyManager.getCompanyPostTerm(ICompanyPostBizKey bizKey,
Date date)
指定した日付で有効な役職の期間情報を取得します。
|
ITerm[] |
CompanyReader.getCompanyPostTermList(IAppCmnInfo info,
ICompanyPostBizKey bizKey,
boolean isDisable)
役職の期間情報を全期間分取得します。
|
ITerm[] |
CompanyManager.getCompanyPostTermList(ICompanyPostBizKey bizKey)
役職の期間情報を全期間分取得します。
|
ITerm[] |
CompanyManager.getCompanyPostTermList(ICompanyPostBizKey bizKey,
boolean isDisable)
役職の期間情報を全期間分取得します。
|
ITerm |
CompanyReader.getDepartmentCategoryItemAttachTerm(IAppCmnInfo info,
IDepartmentBizKey departmentBizKey,
IDepartmentCtgItmBizKey itemBizKey,
Date date)
指定した日付で有効な会社分類区分項目の所属期間情報を取得します。
|
ITerm |
CompanyManager.getDepartmentCategoryItemAttachTerm(IDepartmentBizKey departmentBizKey,
IDepartmentCtgItmBizKey itemBizKey,
Date date)
指定した日付で有効な会社分類区分項目の所属期間情報を取得します。
|
ITerm[] |
CompanyReader.getDepartmentCategoryItemAttachTermList(IAppCmnInfo info,
IDepartmentBizKey departmentBizKey,
IDepartmentCtgItmBizKey itemBizKey,
boolean isDisable)
会社分類区分項目の所属期間情報を全期間分取得します。
|
ITerm[] |
CompanyManager.getDepartmentCategoryItemAttachTermList(IDepartmentBizKey departmentBizKey,
IDepartmentCtgItmBizKey itemBizKey)
会社分類区分項目の所属期間情報を全期間分取得します。
|
ITerm[] |
CompanyManager.getDepartmentCategoryItemAttachTermList(IDepartmentBizKey departmentBizKey,
IDepartmentCtgItmBizKey itemBizKey,
boolean isDisable)
会社分類区分項目の所属期間情報を全期間分取得します。
|
ITerm |
CompanyReader.getDepartmentTerm(IAppCmnInfo info,
IDepartmentBizKey bizKey,
Date date)
指定した日付で有効な会社組織の期間を取得します。
|
ITerm |
CompanyManager.getDepartmentTerm(IDepartmentBizKey bizKey,
Date date)
指定した日付で有効な会社組織の期間を取得します。
|
ITerm[] |
CompanyReader.getDepartmentTermList(IAppCmnInfo info,
IDepartmentBizKey bizKey,
boolean isDisable)
会社組織の期間を全期間分取得します。
|
ITerm[] |
CompanyManager.getDepartmentTermList(IDepartmentBizKey bizKey)
会社組織の期間を全期間分取得します。
|
ITerm[] |
CompanyManager.getDepartmentTermList(IDepartmentBizKey bizKey,
boolean isDisable)
会社組織の期間を全期間分取得します。
|
ITerm |
CompanyReader.getTreeTerm(IAppCmnInfo info,
IDepartmentSetBizKey bizKey,
Date date)
指定した日付で有効な会社組織内包の期間情報を取得します。
|
ITerm |
CompanyManager.getTreeTerm(IDepartmentSetBizKey bizKey,
Date date)
指定した日付で有効な会社組織内包の期間情報を取得します。
|
ITerm[] |
CompanyReader.getTreeTermList(IAppCmnInfo info,
IDepartmentSetBizKey bizKey,
boolean isDisable)
会社組織内包の期間情報を全期間分取得します。
|
ITerm[] |
CompanyManager.getTreeTermList(IDepartmentSetBizKey bizKey)
会社組織内包の期間情報を全期間分取得します。
|
ITerm[] |
CompanyManager.getTreeTermList(IDepartmentSetBizKey bizKey,
boolean isDisable)
会社組織内包の期間情報を全期間分取得します。
|
ITerm |
CompanyReader.getUserAttachTerm(IAppCmnInfo info,
IDepartmentBizKey departmentBizKey,
IUserBizKey userBizKey,
Date date)
指定した日付で有効なユーザの所属期間情報を取得します。
|
ITerm |
CompanyManager.getUserAttachTerm(IDepartmentBizKey departmentBizKey,
IUserBizKey userBizKey,
Date date)
指定した日付で有効なユーザの所属期間情報を取得します。
|
ITerm[] |
CompanyReader.getUserAttachTermList(IAppCmnInfo info,
IDepartmentBizKey departmentBizKey,
IUserBizKey userBizKey,
boolean isDisable)
ユーザの所属期間情報を全期間分取得します。
|
ITerm[] |
CompanyManager.getUserAttachTermList(IDepartmentBizKey departmentBizKey,
IUserBizKey userBizKey)
ユーザの所属期間情報を全期間分取得します。
|
ITerm[] |
CompanyManager.getUserAttachTermList(IDepartmentBizKey departmentBizKey,
IUserBizKey userBizKey,
boolean isDisable)
ユーザの所属期間情報を全期間分取得します。
|
ITerm[] |
CompanyManager.moveTermCompanyPost(ICompanyPostBizKey bizKey,
ITerm term)
役職の期間を変更します。
|
ITerm[] |
CompanyManager.moveTermDepartment(IDepartmentBizKey bizKey,
ITerm term)
組織の期間を変更します。
|
ITerm[] |
CompanyManager.moveTermDepartmentSet(IDepartmentSetBizKey bizKey,
ITerm term)
組織内包の期間を変更します。
|
ITerm[] |
CompanyManager.moveTermUserAttach(IDepartmentBizKey departmentBizKey,
IUserBizKey userBizKey,
ITerm term)
ユーザの所属期間を変更します。
|
ITerm |
CompanyManager.separateTermCompanyPost(ICompanyPostBizKey bizKey,
String termCd,
Date date)
役職の期間を分割します。
|
ITerm |
CompanyManager.separateTermDepartment(IDepartmentBizKey bizKey,
String termCd,
Date date)
組織の期間を分割します。
|
ITerm |
CompanyManager.separateTermDepartmentSet(IDepartmentSetBizKey bizKey,
String termCd,
Date date)
組織内包の期間を分割します。
|
ITerm |
CompanyManager.separateTermUserAttach(IDepartmentBizKey departmentBizKey,
IUserBizKey userBizKey,
String termCd,
Date date)
ユーザの所属期間を分割します。
|
ITerm[] |
CompanyManager.setCompanyPost(CompanyPost companyPost)
引数として与えられた役職情報について、
期間コードが指定されていない場合は、役職情報を新規登録します。 |
ITerm[] |
CompanyWriter.setCompanyPost(IAppCmnInfo info,
CompanyPost companyPost)
役職情報を登録します。
|
ITerm[] |
CompanyWriter.setCompanyPostAttach(IAppCmnInfo info,
IDepartmentBizKey departmentBizKey,
IUserBizKey userBizKey,
ICompanyPostBizKey postBizKey,
String termCd)
役職の所属情報を登録します。
|
ITerm[] |
CompanyManager.setCompanyPostAttach(IDepartmentBizKey departmentBizKey,
IUserBizKey userBizKey,
ICompanyPostBizKey postBizKey,
String termCd)
役職の所属情報を登録します。
|
ITerm[] |
CompanyManager.setDepartment(Department department)
引数として与えられた組織情報について、
期間コードが指定されていない場合は、組織情報を新規登録します。 |
ITerm[] |
CompanyWriter.setDepartment(IAppCmnInfo info,
Department department)
会社組織情報を登録します。
|
ITerm[] |
CompanyWriter.setDepartmentCategoryItemAttach(IAppCmnInfo info,
IDepartmentBizKey departmentBizKey,
IDepartmentCtgItmBizKey itemBizKey,
ITerm term)
分類区分項目の所属を登録します。
|
ITerm[] |
CompanyManager.setUserAttach(IDepartmentBizKey departmentBizKey,
IUserBizKey userBizKey,
ITerm term,
boolean isDepartmentMain)
引数として与えられた組織所属情報について、
期間コードが指定されていない場合は、新たな所属関係を付与します。 |
修飾子とタイプ | メソッドと説明 |
---|---|
void |
CompanyListener.createDepartmentCategoryItemAttach(IAppCmnInfo info,
IDepartmentBizKey departmentBizKey,
IDepartmentCtgItmBizKey itemBizKey,
ITerm term)
分類区分項目の所属が追加されたときに実行されます。
|
ProvideListenerModel |
CompanyWriter.moveTermCompanyPost(IAppCmnInfo info,
ICompanyPostBizKey bizKey,
ITerm term)
役職の期間を変更します。
|
ITerm[] |
CompanyManager.moveTermCompanyPost(ICompanyPostBizKey bizKey,
ITerm term)
役職の期間を変更します。
|
ProvideListenerModel |
CompanyWriter.moveTermDepartment(IAppCmnInfo info,
IDepartmentBizKey bizKey,
ITerm term)
組織の期間を変更します。
|
ITerm[] |
CompanyManager.moveTermDepartment(IDepartmentBizKey bizKey,
ITerm term)
組織の期間を変更します。
|
ProvideListenerModel |
CompanyWriter.moveTermDepartmentSet(IAppCmnInfo info,
IDepartmentSetBizKey bizKey,
ITerm term)
組織内包の期間を変更します。
|
ITerm[] |
CompanyManager.moveTermDepartmentSet(IDepartmentSetBizKey bizKey,
ITerm term)
組織内包の期間を変更します。
|
CompanyProvideListenerModel |
CompanyWriter.moveTermUserAttach(IAppCmnInfo info,
IDepartmentBizKey departmentBizKey,
IUserBizKey userBizKey,
ITerm term)
ユーザの所属期間を変更します。
|
ITerm[] |
CompanyManager.moveTermUserAttach(IDepartmentBizKey departmentBizKey,
IUserBizKey userBizKey,
ITerm term)
ユーザの所属期間を変更します。
|
ITerm[] |
CompanyWriter.setDepartmentCategoryItemAttach(IAppCmnInfo info,
IDepartmentBizKey departmentBizKey,
IDepartmentCtgItmBizKey itemBizKey,
ITerm term)
分類区分項目の所属を登録します。
|
void |
CompanyManager.setDepartmentCategoryItemAttach(IDepartmentBizKey departmentBizKey,
IDepartmentCtgItmBizKey itemBizKey,
ITerm term)
分類区分項目の所属を登録します。
|
CompanyProvideListenerModel |
CompanyWriter.setUserAttach(IAppCmnInfo info,
IDepartmentBizKey departmentBizKey,
IUserBizKey userBizKey,
ITerm term,
boolean isDepartmentMain)
ユーザの所属情報を登録します。
|
ITerm[] |
CompanyManager.setUserAttach(IDepartmentBizKey departmentBizKey,
IUserBizKey userBizKey,
ITerm term,
boolean isDepartmentMain)
引数として与えられた組織所属情報について、
期間コードが指定されていない場合は、新たな所属関係を付与します。 |
void |
CompanyListener.updateDepartmentCategoryItemAttach(IAppCmnInfo info,
IDepartmentBizKey departmentBizKey,
IDepartmentCtgItmBizKey itemBizKey,
ITerm term)
分類区分項目の所属が更新されたときに実行されます。
|
void |
CompanyListener.updateUserAttach(IAppCmnInfo info,
IDepartmentBizKey departmentBizKey,
IUserBizKey userBizKey,
ITerm term,
boolean isDepartmentMain)
ユーザの所属情報を更新したときに実行されます。
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
CompanyListener.createCompanyPostAttach(IAppCmnInfo info,
IDepartmentBizKey departmentBizKey,
IUserBizKey userBizKey,
ICompanyPostBizKey postBizKey,
List<ITerm> termList)
役職の所属情報を作成したときに実行されます。
|
void |
CompanyListener.createCompanyPostTerm(IAppCmnInfo info,
ICompanyPostBizKey bizKey,
List<ITerm> termList)
役職の期間を作成したときに実行されます。
|
void |
CompanyListener.createDepartmentSet(IAppCmnInfo info,
IDepartmentSetBizKey bizKey,
List<ITerm> termList)
組織内包の期間が作成されたときに実行されます。
|
void |
CompanyListener.createDepartmentTerm(IAppCmnInfo info,
IDepartmentBizKey bizKey,
List<ITerm> termList)
会社組織の期間を作成したときに実行されます。
|
void |
CompanyListener.createUserAttach(IAppCmnInfo info,
IDepartmentBizKey departmentBizKey,
IUserBizKey userBizKey,
List<ITerm> termList,
boolean isDepartmentMain)
ユーザの所属情報を作成したときに実行されます。
|
void |
CompanyListener.createUserAttachTerm(IAppCmnInfo info,
IDepartmentBizKey departmentBizKey,
IUserBizKey userBizKey,
List<ITerm> termList)
ユーザ所属の期間情報を作成したときに実行されます。
|
void |
CompanyListener.removeCompanyPostTerm(IAppCmnInfo info,
ICompanyPostBizKey bizKey,
List<ITerm> termList)
役職の期間を削除したときに実行されます。
|
void |
CompanyListener.removeDepartmentSetTerm(IAppCmnInfo info,
IDepartmentSetBizKey bizKey,
List<ITerm> termList)
組織内包の期間が削除されたときに実行されます。
|
void |
CompanyListener.removeDepartmentTerm(IAppCmnInfo info,
IDepartmentBizKey bizKey,
List<ITerm> termList)
会社組織の期間を削除したときに実行されます。
|
void |
CompanyListener.removeUserAttachTerm(IAppCmnInfo info,
IDepartmentBizKey departmentBizKey,
IUserBizKey userBizKey,
List<ITerm> termList)
ユーザ所属の期間情報を削除したときに実行されます。
|
void |
CompanyListener.updateCompanyPostTerm(IAppCmnInfo info,
ICompanyPostBizKey bizKey,
List<ITerm> termList)
役職の期間を更新したときに実行されます。
|
void |
CompanyListener.updateDepartmentSetTerm(IAppCmnInfo info,
IDepartmentSetBizKey bizKey,
List<ITerm> termList)
組織内包の期間が更新されたときに実行されます。
|
void |
CompanyListener.updateDepartmentTerm(IAppCmnInfo info,
IDepartmentBizKey bizKey,
List<ITerm> termList)
会社組織の期間を更新したときに実行されます。
|
void |
CompanyListener.updateUserAttachTerm(IAppCmnInfo info,
IDepartmentBizKey departmentBizKey,
IUserBizKey userBizKey,
List<ITerm> termList)
ユーザ所属の期間情報を更新したときに実行されます。
|
修飾子とタイプ | メソッドと説明 |
---|---|
ITerm |
CompanyGroupWriter.changeCompanyGroupSetState(IAppCmnInfo info,
ICompanyGroupSetBizKey bizKey,
String termCd,
boolean disable)
会社グループ内包の削除フラグを更新します。
|
ITerm |
CompanyGroupReader.getCompanyAttachTerm(IAppCmnInfo info,
ICompanyGroupBizKey companyGroupBizKey,
ICompanyBizKey companyBizKey,
Date date)
指定した日付で有効な会社の所属期間情報を取得します。
|
ITerm |
CompanyGroupManager.getCompanyAttachTerm(ICompanyGroupBizKey companyGroupBizKey,
ICompanyBizKey companyBizKey,
Date date)
指定した日付で有効な会社の所属期間情報を取得します。
|
ITerm[] |
CompanyGroupReader.getCompanyAttachTermList(IAppCmnInfo info,
ICompanyGroupBizKey companyGroupBizKey,
ICompanyBizKey companyBizKey,
boolean isDisable)
会社の所属期間情報を全期間分取得します。
|
ITerm[] |
CompanyGroupManager.getCompanyAttachTermList(ICompanyGroupBizKey companyGroupBizKey,
ICompanyBizKey companyBizKey)
会社の所属期間情報を全期間分取得します。
|
ITerm[] |
CompanyGroupManager.getCompanyAttachTermList(ICompanyGroupBizKey companyGroupBizKey,
ICompanyBizKey companyBizKey,
boolean isDisable)
会社の所属期間情報を全期間分取得します。
|
ITerm |
CompanyGroupReader.getCompanyGroupTerm(IAppCmnInfo info,
ICompanyGroupBizKey bizKey,
Date date)
指定した期間で有効な会社グループの期間を取得します。
|
ITerm |
CompanyGroupManager.getCompanyGroupTerm(ICompanyGroupBizKey bizKey,
Date date)
指定した期間で有効な会社グループの期間を取得します。
|
ITerm[] |
CompanyGroupReader.getCompanyGroupTermList(IAppCmnInfo info,
ICompanyGroupBizKey bizKey,
boolean isDisable)
会社グループの期間情報を全期間分取得します。
|
ITerm[] |
CompanyGroupManager.getCompanyGroupTermList(ICompanyGroupBizKey bizKey)
会社グループの期間情報を全期間分取得します。
|
ITerm[] |
CompanyGroupManager.getCompanyGroupTermList(ICompanyGroupBizKey bizKey,
boolean isDisable)
会社グループの期間情報を全期間分取得します。
|
ITerm |
CompanyGroupReader.getTreeTerm(IAppCmnInfo info,
ICompanyGroupSetBizKey bizKey,
Date date)
指定した日付で有効な会社グループ内包の期間情報を取得します。
|
ITerm |
CompanyGroupManager.getTreeTerm(ICompanyGroupSetBizKey bizKey,
Date date)
指定した日付で有効な会社グループ内包の期間情報を取得します。
|
ITerm[] |
CompanyGroupReader.getTreeTermList(IAppCmnInfo info,
ICompanyGroupSetBizKey bizKey,
boolean isDisable)
会社グループ内包の期間情報を全期間分取得します。
|
ITerm[] |
CompanyGroupManager.getTreeTermList(ICompanyGroupSetBizKey bizKey)
会社グループ内包の期間情報を全期間分取得します。
|
ITerm[] |
CompanyGroupManager.getTreeTermList(ICompanyGroupSetBizKey bizKey,
boolean isDisable)
会社グループ内包の期間情報を全期間分取得します。
|
ITerm[] |
CompanyGroupManager.moveTermCompanyAttach(ICompanyGroupBizKey companyGroupBizKey,
ICompanyBizKey companyBizKey,
ITerm term)
会社グループ所属の期間を変更します。
|
ITerm[] |
CompanyGroupManager.moveTermCompanyGroup(ICompanyGroupBizKey bizKey,
ITerm term)
会社グループの期間を変更します。
|
ITerm[] |
CompanyGroupManager.moveTermCompanyGroupSet(ICompanyGroupSetBizKey bizKey,
ITerm term)
会社グループ内包の期間を変更します。
|
ITerm |
CompanyGroupManager.separateTermCompanyAttach(ICompanyGroupBizKey companyGroupBizKey,
ICompanyBizKey companyBizKey,
String termCd,
Date date)
会社グループ所属の期間を分割します。
|
ITerm |
CompanyGroupManager.separateTermCompanyGroup(ICompanyGroupBizKey bizKey,
String termCd,
Date date)
会社グループの期間を分割します。
|
ITerm |
CompanyGroupManager.separateTermCompanyGroupSet(ICompanyGroupSetBizKey bizKey,
String termCd,
Date date)
会社グループ内包の期間を分割します。
|
ITerm[] |
CompanyGroupWriter.setCompanyAttach(IAppCmnInfo info,
ICompanyGroupBizKey companyGroupBizKey,
ICompanyBizKey companyBizKey,
ITerm term)
会社グループの所属を登録/更新します。
|
ITerm[] |
CompanyGroupManager.setCompanyAttach(ICompanyGroupBizKey companyGroupBizKey,
ICompanyBizKey companyBizKey,
ITerm term)
引数として与えられた会社グループ所属情報について、
期間コードが指定されていない場合は、新たな所属関係を付与します。 |
ITerm[] |
CompanyGroupManager.setCompanyGroup(CompanyGroup companyGroup)
引数として与えられた会社グループ情報について、
期間コードが指定されていない場合は、会社グループ情報を新規登録します。 |
ITerm[] |
CompanyGroupWriter.setCompanyGroup(IAppCmnInfo info,
CompanyGroup companyGroup)
会社グループを登録/更新します。
|
修飾子とタイプ | メソッドと説明 |
---|---|
ProvideListenerModel |
CompanyGroupWriter.moveTermCompanyAttach(IAppCmnInfo info,
ICompanyGroupBizKey companyGroupBixKey,
ICompanyBizKey companyBizKey,
ITerm term)
会社グループ所属の期間を変更します。
|
ITerm[] |
CompanyGroupManager.moveTermCompanyAttach(ICompanyGroupBizKey companyGroupBizKey,
ICompanyBizKey companyBizKey,
ITerm term)
会社グループ所属の期間を変更します。
|
ProvideListenerModel |
CompanyGroupWriter.moveTermCompanyGroup(IAppCmnInfo info,
ICompanyGroupBizKey bizKey,
ITerm term)
会社グループの期間を変更します。
|
ITerm[] |
CompanyGroupManager.moveTermCompanyGroup(ICompanyGroupBizKey bizKey,
ITerm term)
会社グループの期間を変更します。
|
ProvideListenerModel |
CompanyGroupWriter.moveTermCompanyGroupSet(IAppCmnInfo info,
ICompanyGroupSetBizKey bizKey,
ITerm term)
会社グループ内包の期間を変更します。
|
ITerm[] |
CompanyGroupManager.moveTermCompanyGroupSet(ICompanyGroupSetBizKey bizKey,
ITerm term)
会社グループ内包の期間を変更します。
|
ITerm[] |
CompanyGroupWriter.setCompanyAttach(IAppCmnInfo info,
ICompanyGroupBizKey companyGroupBizKey,
ICompanyBizKey companyBizKey,
ITerm term)
会社グループの所属を登録/更新します。
|
ITerm[] |
CompanyGroupManager.setCompanyAttach(ICompanyGroupBizKey companyGroupBizKey,
ICompanyBizKey companyBizKey,
ITerm term)
引数として与えられた会社グループ所属情報について、
期間コードが指定されていない場合は、新たな所属関係を付与します。 |
void |
CompanyGroupListener.updateCompanyAttach(IAppCmnInfo info,
ICompanyGroupBizKey groupBizKey,
ICompanyBizKey companyBizKey,
ITerm term)
会社の所属を更新したときに実行されます。
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
CompanyGroupListener.createCompanyAttach(IAppCmnInfo info,
ICompanyGroupBizKey groupBizKey,
ICompanyBizKey companyBizKey,
List<ITerm> list)
会社の所属を作成したときに実行されます。
|
void |
CompanyGroupListener.createCompanyAttachTerm(IAppCmnInfo info,
ICompanyGroupBizKey groupBizKey,
ICompanyBizKey companyBizKey,
List<ITerm> list)
会社の所属期間が作成されたときに実行されます。
|
void |
CompanyGroupListener.createCompanyGroupSet(IAppCmnInfo info,
ICompanyGroupSetBizKey bizKey,
List<ITerm> list)
会社グループ内包の期間が作成されたときに実行されます。
|
void |
CompanyGroupListener.createCompanyGroupTerm(IAppCmnInfo info,
ICompanyGroupBizKey bizKey,
List<ITerm> list)
会社グループの期間が作成されたときに実行されます。
|
void |
CompanyGroupListener.removeCompanyAttachTerm(IAppCmnInfo info,
ICompanyGroupBizKey groupBizKey,
ICompanyBizKey companyBizKey,
List<ITerm> list)
会社の所属期間が削除されたときに実行されます。
|
void |
CompanyGroupListener.removeCompanyGroupSetTerm(IAppCmnInfo info,
ICompanyGroupSetBizKey bizKey,
List<ITerm> list)
会社グループ内包の期間が削除されたときに実行されます。
|
void |
CompanyGroupListener.removeCompanyGroupTerm(IAppCmnInfo info,
ICompanyGroupBizKey bizKey,
List<ITerm> list)
会社グループの期間が削除されたときに実行されます。
|
void |
CompanyGroupListener.updateCompanyAttachTerm(IAppCmnInfo info,
ICompanyGroupBizKey groupBizKey,
ICompanyBizKey companyBizKey,
List<ITerm> list)
会社の所属期間が更新されたときに実行されます。
|
void |
CompanyGroupListener.updateCompanyGroupSetTerm(IAppCmnInfo info,
ICompanyGroupSetBizKey bizKey,
List<ITerm> list)
会社グループ内包の期間が更新されたときに実行されます。
|
void |
CompanyGroupListener.updateCompanyGroupTerm(IAppCmnInfo info,
ICompanyGroupBizKey bizKey,
List<ITerm> list)
会社グループの期間が更新されたときに実行されます。
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
CompanyGroup
会社グループ情報を扱うモデルクラス
|
修飾子とタイプ | インタフェースと説明 |
---|---|
interface |
UserAttachITerm
ユーザの所属期間情報を扱うインタフェース
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
CompanyPost
役職情報を扱うモデルクラス
|
class |
Department
組織情報を扱うモデルクラス
|
class |
UserAttachesITerm
所属期間を表す Web API のモデルです。
|
class |
UserAttachTerm
ユーザの所属期間情報モデルクラス
|
修飾子とタイプ | メソッドと説明 |
---|---|
ITerm[] |
UserAttachesITermListNode.getITerms()
期間情報を取得します。
|
修飾子とタイプ | メソッドと説明 |
---|---|
List<ITerm> |
CompanyProvideListenerModel.ReplaceableProvideListenerModel.getCreateList()
新規作成された期間情報のリストを取得します。
|
List<ITerm> |
CompanyProvideListenerModel.ReplaceableProvideListenerModel.getRemoveList()
削除された期間情報のリストを取得します。
|
List<ITerm> |
CompanyProvideListenerModel.ReplaceableProvideListenerModel.getUpdateList()
更新された期間情報のリストを取得します。
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
CompanyProvideListenerModel.appendUpdate(IDepartmentBizKey bizKey,
ITerm term)
指定したビズキーのリスナーモデルに、更新期間をセットします。
|
void |
CompanyProvideListenerModel.ReplaceableProvideListenerModel.setCreateList(ITerm create)
新規作成された期間情報を追加します。
|
void |
UserAttachesITermListNode.setITerms(ITerm[] iTerms)
期間情報をセットします。
|
void |
CompanyProvideListenerModel.ReplaceableProvideListenerModel.setRemoveList(ITerm remove)
削除された期間情報を追加します。
|
void |
CompanyProvideListenerModel.ReplaceableProvideListenerModel.setUpdateList(ITerm update)
更新された期間情報を追加します。
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
CompanyProvideListenerModel.ReplaceableProvideListenerModel.setCreateListAll(Collection<ITerm> createList)
新規作成された期間情報群を追加します。
|
void |
CompanyProvideListenerModel.ReplaceableProvideListenerModel.setRemoveListAll(Collection<ITerm> removeList)
削除された期間情報群を追加します。
|
void |
CompanyProvideListenerModel.ReplaceableProvideListenerModel.setUpdateListAll(Collection<ITerm> updateList)
更新された期間情報群を追加します。
|
修飾子とタイプ | メソッドと説明 |
---|---|
ITerm |
CorporationReader.getCorporationAttachTerm(IAppCmnInfo appCmnInfo,
ICustomerBizKey cusBizKey,
ICorporationBizKey copBizKey,
Date termDate)
取引先、法人の両ビジネスキーと日付から、対応する所属期間情報を取得します。
|
ITerm |
CorporationManager.getCorporationAttachTerm(ICustomerBizKey customerBizKey,
ICorporationBizKey corpBizKey,
Date termDate)
取引先、法人の両ビジネスキーと日付から、対応する所属期間情報を取得します。
|
ITerm[] |
CorporationReader.getCorporationAttachTermList(IAppCmnInfo appCmnInfo,
ICustomerBizKey cusBizKey,
ICorporationBizKey copBizKey,
boolean isDisable)
取引先、法人の両ビジネスキーから存在する所属期間の一覧を取得します。
|
ITerm[] |
CorporationManager.getCorporationAttachTermList(ICustomerBizKey customerBizKey,
ICorporationBizKey corpBizKey)
取引先、法人の両ビジネスキーから存在する所属期間の一覧を取得します。
|
ITerm[] |
CorporationManager.getCorporationAttachTermList(ICustomerBizKey customerBizKey,
ICorporationBizKey corpBizKey,
boolean isDisable)
取引先、法人の両ビジネスキーから存在する所属期間の一覧を取得します。
|
ITerm |
CorporationReader.getCorporationTerm(IAppCmnInfo appCmnInfo,
ICorporationBizKey bizKey,
Date termDate)
法人ビジネスキーと日付から、対応する期間情報を取得します。
|
ITerm |
CorporationManager.getCorporationTerm(ICorporationBizKey bizKey,
Date termDate)
法人ビジネスキーと日付から、対応する期間情報を取得します。
|
ITerm[] |
CorporationReader.getCorporationTermList(IAppCmnInfo appCmnInfo,
ICorporationBizKey bizKey,
boolean isDisable)
法人ビジネスキーから存在する期間の一覧を取得します。
|
ITerm[] |
CorporationManager.getCorporationTermList(ICorporationBizKey bizKey)
法人ビジネスキーから存在する期間の一覧を取得します。
|
ITerm[] |
CorporationManager.getCorporationTermList(ICorporationBizKey bizKey,
boolean isDisable)
法人ビジネスキーから存在する期間の一覧を取得します。
|
ITerm[] |
CorporationManager.moveTermCorporation(ICorporationBizKey bizKey,
ITerm moveTerm)
登録済みの法人情報についての、期間区切りを変更します。
|
ITerm[] |
CorporationManager.moveTermCorporationAttach(ICustomerBizKey customerBizKey,
ICorporationBizKey corpBizKey,
ITerm moveTerm)
登録済みの法人所属情報についての、期間区切りを変更します。
|
ITerm |
CorporationManager.separateTermCorporation(ICorporationBizKey bizKey,
String sepTermCd,
Date sepTermDate)
登録済みの法人情報についての、期間分割を行います。
|
ITerm |
CorporationManager.separateTermCorporationAttach(ICustomerBizKey customerBizKey,
ICorporationBizKey corpBizKey,
String sepTermCd,
Date sepTermDate)
法人所属についての、所属期間分割を行います。
|
ITerm[] |
CorporationManager.setCorporation(Corporation corporation)
法人情報を新規登録、もしくは更新処理を行います。
|
ITerm[] |
CorporationWriter.setCorporation(IAppCmnInfo appCmnInfo,
Corporation corporation)
法人情報を新規登録、もしくは更新処理を行います。
|
ITerm[] |
CorporationWriter.setCorporationAttach(IAppCmnInfo appCmnInfo,
ICustomerBizKey customerBizKey,
ICorporationBizKey corporationBizKey,
ITerm term)
取引先を法人に新規所属、もしくは更新処理を行います。
|
ITerm[] |
CorporationManager.setCorporationAttach(ICustomerBizKey customerBizKey,
ICorporationBizKey corpBizKey,
ITerm term)
取引先を法人に新規所属、もしくは更新処理を行います。
|
修飾子とタイプ | メソッドと説明 |
---|---|
ProvideListenerModel |
CorporationWriter.moveTermCorporation(IAppCmnInfo appCmnInfo,
ICorporationBizKey bizKey,
ITerm moveTerm)
登録済みの法人情報についての、期間区切りを変更します。
|
ITerm[] |
CorporationManager.moveTermCorporation(ICorporationBizKey bizKey,
ITerm moveTerm)
登録済みの法人情報についての、期間区切りを変更します。
|
ProvideListenerModel |
CorporationWriter.moveTermCorporationAttach(IAppCmnInfo appCmnInfo,
ICustomerBizKey customerBizKey,
ICorporationBizKey corporationBizKey,
ITerm moveTerm)
登録済みの法人所属情報についての、期間区切りを変更します。
|
ITerm[] |
CorporationManager.moveTermCorporationAttach(ICustomerBizKey customerBizKey,
ICorporationBizKey corpBizKey,
ITerm moveTerm)
登録済みの法人所属情報についての、期間区切りを変更します。
|
ITerm[] |
CorporationWriter.setCorporationAttach(IAppCmnInfo appCmnInfo,
ICustomerBizKey customerBizKey,
ICorporationBizKey corporationBizKey,
ITerm term)
取引先を法人に新規所属、もしくは更新処理を行います。
|
ITerm[] |
CorporationManager.setCorporationAttach(ICustomerBizKey customerBizKey,
ICorporationBizKey corpBizKey,
ITerm term)
取引先を法人に新規所属、もしくは更新処理を行います。
|
void |
CorporationListener.updateCorporationAttach(IAppCmnInfo appCmnInfo,
ICustomerBizKey customerBizKey,
ICorporationBizKey corporationBizKey,
ITerm term)
法人の所属情報が更新された直後にコールされます。
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
CorporationListener.createCorporationAttach(IAppCmnInfo appCmnInfo,
ICustomerBizKey customerBizKey,
ICorporationBizKey corporationBizKey,
List<ITerm> term)
法人に新しく所属情報が作成された直後にコールされます。
|
void |
CorporationListener.createCorporationAttachTerm(IAppCmnInfo appCmnInfo,
ICustomerBizKey customerBizKey,
ICorporationBizKey corporationBizKey,
List<ITerm> term)
法人の所属の期間情報が新たに作成された直後にコールされます。
|
void |
CorporationListener.createCorporationTerm(IAppCmnInfo appCmnInfo,
ICorporationBizKey corporationBizKey,
List<ITerm> term)
法人の期間が新たに作成された直後にコールされます。
|
void |
CorporationListener.removeCorporationAttachTerm(IAppCmnInfo appCmnInfo,
ICustomerBizKey customerBizKey,
ICorporationBizKey corporationBizKey,
List<ITerm> term)
法人の所属の期間情報が削除された直後にコールされます。
|
void |
CorporationListener.removeCorporationTerm(IAppCmnInfo appCmnInfo,
ICorporationBizKey corporationBizKey,
List<ITerm> term)
法人の期間が削除された直後にコールされます。
|
void |
CorporationListener.updateCorporationAttachTerm(IAppCmnInfo appCmnInfo,
ICustomerBizKey customerBizKey,
ICorporationBizKey corporationBizKey,
List<ITerm> term)
法人の所属の期間情報が更新された直後にコールされます。
|
void |
CorporationListener.updateCorporationTerm(IAppCmnInfo appCmnInfo,
ICorporationBizKey corporationBizKey,
List<ITerm> term)
法人の期間が更新された直後にコールされます。
|
修飾子とタイプ | メソッドと説明 |
---|---|
ITerm |
CorporationGroupWriter.changeCorporationGroupSetState(IAppCmnInfo info,
ICorporationGroupSetBizKey bizKey,
String termCd,
boolean disable)
法人グループ内包の削除フラグを更新します。
|
ITerm |
CorporationGroupReader.getCorporationAttachTerm(IAppCmnInfo info,
ICorporationGroupBizKey corporationGroupBizKey,
ICorporationBizKey corporationBizKey,
Date date)
指定した日付で有効な法人の所属期間情報を取得します。
|
ITerm |
CorporationGroupManager.getCorporationAttachTerm(ICorporationGroupBizKey corporationGroupBizKey,
ICorporationBizKey corporationBizKey,
Date date)
指定した日付で有効な法人の所属期間情報を取得します。
|
ITerm[] |
CorporationGroupReader.getCorporationAttachTermList(IAppCmnInfo info,
ICorporationGroupBizKey corporationGroupBizKey,
ICorporationBizKey corporationBizKey,
boolean isDisable)
法人の所属期間情報を全期間分取得します。
|
ITerm[] |
CorporationGroupManager.getCorporationAttachTermList(ICorporationGroupBizKey corporationGroupBizKey,
ICorporationBizKey corporationBizKey)
法人の所属期間情報を全期間分取得します。
|
ITerm[] |
CorporationGroupManager.getCorporationAttachTermList(ICorporationGroupBizKey corporationGroupBizKey,
ICorporationBizKey corporationBizKey,
boolean isDisable)
法人の所属期間情報を全期間分取得します。
|
ITerm |
CorporationGroupReader.getCorporationGroupTerm(IAppCmnInfo info,
ICorporationGroupBizKey bizKey,
Date date)
指定した期間で有効な法人グループの期間を取得します。
|
ITerm |
CorporationGroupManager.getCorporationGroupTerm(ICorporationGroupBizKey bizKey,
Date date)
指定した期間で有効な法人グループの期間を取得します。
|
ITerm[] |
CorporationGroupReader.getCorporationGroupTermList(IAppCmnInfo info,
ICorporationGroupBizKey bizKey,
boolean isDisable)
法人グループの期間情報を全期間分取得します。
|
ITerm[] |
CorporationGroupManager.getCorporationGroupTermList(ICorporationGroupBizKey bizKey)
法人グループの期間情報を全期間分取得します。
|
ITerm[] |
CorporationGroupManager.getCorporationGroupTermList(ICorporationGroupBizKey bizKey,
boolean isDisable)
法人グループの期間情報を全期間分取得します。
|
ITerm |
CorporationGroupReader.getTreeTerm(IAppCmnInfo info,
ICorporationGroupSetBizKey bizKey,
Date date)
指定した日付で有効な法人グループ内包の期間情報を取得します。
|
ITerm |
CorporationGroupManager.getTreeTerm(ICorporationGroupSetBizKey bizKey,
Date date)
指定した日付で有効な法人グループ内包の期間情報を取得します。
|
ITerm[] |
CorporationGroupReader.getTreeTermList(IAppCmnInfo info,
ICorporationGroupSetBizKey bizKey,
boolean isDisable)
法人グループ内包の期間情報を全期間分取得します。
|
ITerm[] |
CorporationGroupManager.getTreeTermList(ICorporationGroupSetBizKey bizKey)
法人グループ内包の期間情報を全期間分取得します。
|
ITerm[] |
CorporationGroupManager.getTreeTermList(ICorporationGroupSetBizKey bizKey,
boolean isDisable)
法人グループ内包の期間情報を全期間分取得します。
|
ITerm[] |
CorporationGroupManager.moveTermCorporationAttach(ICorporationGroupBizKey corporationGroupBizKey,
ICorporationBizKey corporationBizKey,
ITerm term)
法人グループ所属の期間を変更します。
|
ITerm[] |
CorporationGroupManager.moveTermCorporationGroup(ICorporationGroupBizKey bizKey,
ITerm term)
法人グループの期間を変更します。
|
ITerm[] |
CorporationGroupManager.moveTermCorporationGroupSet(ICorporationGroupSetBizKey bizKey,
ITerm term)
法人グループ内包の期間を変更します。
|
ITerm |
CorporationGroupManager.separateTermCorporationAttach(ICorporationGroupBizKey corporationGroupBizKey,
ICorporationBizKey corporationBizKey,
String termCd,
Date date)
法人グループ所属の期間を分割します。
|
ITerm |
CorporationGroupManager.separateTermCorporationGroup(ICorporationGroupBizKey bizKey,
String termCd,
Date date)
法人グループの期間を分割します。
|
ITerm |
CorporationGroupManager.separateTermCorporationGroupSet(ICorporationGroupSetBizKey bizKey,
String termCd,
Date date)
法人グループ内包の期間を分割します。
|
ITerm[] |
CorporationGroupWriter.setCorporationAttach(IAppCmnInfo info,
ICorporationGroupBizKey corporationGroupBizKey,
ICorporationBizKey corporationBizKey,
ITerm term)
法人グループの所属を登録/更新します。
|
ITerm[] |
CorporationGroupManager.setCorporationAttach(ICorporationGroupBizKey corporationGroupBizKey,
ICorporationBizKey corporationBizKey,
ITerm term)
引数として与えられた法人グループ所属情報について、
期間コードが指定されていない場合は、新たな所属関係を付与します。 |
ITerm[] |
CorporationGroupManager.setCorporationGroup(CorporationGroup corporationGroup)
引数として与えられた法人グループ情報について、
期間コードが指定されていない場合は、法人グループ情報を新規登録します。 |
ITerm[] |
CorporationGroupWriter.setCorporationGroup(IAppCmnInfo info,
CorporationGroup corporationGroup)
法人グループを登録/更新します。
|
修飾子とタイプ | メソッドと説明 |
---|---|
ProvideListenerModel |
CorporationGroupWriter.moveTermCorporationAttach(IAppCmnInfo info,
ICorporationGroupBizKey corporationGroupBixKey,
ICorporationBizKey corporationBizKey,
ITerm term)
法人グループ所属の期間を変更します。
|
ITerm[] |
CorporationGroupManager.moveTermCorporationAttach(ICorporationGroupBizKey corporationGroupBizKey,
ICorporationBizKey corporationBizKey,
ITerm term)
法人グループ所属の期間を変更します。
|
ProvideListenerModel |
CorporationGroupWriter.moveTermCorporationGroup(IAppCmnInfo info,
ICorporationGroupBizKey bizKey,
ITerm term)
法人グループの期間を変更します。
|
ITerm[] |
CorporationGroupManager.moveTermCorporationGroup(ICorporationGroupBizKey bizKey,
ITerm term)
法人グループの期間を変更します。
|
ProvideListenerModel |
CorporationGroupWriter.moveTermCorporationGroupSet(IAppCmnInfo info,
ICorporationGroupSetBizKey bizKey,
ITerm term)
法人グループ内包の期間を変更します。
|
ITerm[] |
CorporationGroupManager.moveTermCorporationGroupSet(ICorporationGroupSetBizKey bizKey,
ITerm term)
法人グループ内包の期間を変更します。
|
ITerm[] |
CorporationGroupWriter.setCorporationAttach(IAppCmnInfo info,
ICorporationGroupBizKey corporationGroupBizKey,
ICorporationBizKey corporationBizKey,
ITerm term)
法人グループの所属を登録/更新します。
|
ITerm[] |
CorporationGroupManager.setCorporationAttach(ICorporationGroupBizKey corporationGroupBizKey,
ICorporationBizKey corporationBizKey,
ITerm term)
引数として与えられた法人グループ所属情報について、
期間コードが指定されていない場合は、新たな所属関係を付与します。 |
void |
CorporationGroupListener.updateCorporationAttach(IAppCmnInfo info,
ICorporationGroupBizKey groupBizKey,
ICorporationBizKey corporationBizKey,
ITerm term)
法人の所属を更新したときに実行されます。
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
CorporationGroupListener.createCorporationAttach(IAppCmnInfo info,
ICorporationGroupBizKey groupBizKey,
ICorporationBizKey corporationBizKey,
List<ITerm> list)
法人の所属を作成したときに実行されます。
|
void |
CorporationGroupListener.createCorporationAttachTerm(IAppCmnInfo info,
ICorporationGroupBizKey groupBizKey,
ICorporationBizKey corporationBizKey,
List<ITerm> list)
法人の所属期間が作成されたときに実行されます。
|
void |
CorporationGroupListener.createCorporationGroupSet(IAppCmnInfo info,
ICorporationGroupSetBizKey bizKey,
List<ITerm> list)
法人グループ内包の期間が作成されたときに実行されます。
|
void |
CorporationGroupListener.createCorporationGroupTerm(IAppCmnInfo info,
ICorporationGroupBizKey bizKey,
List<ITerm> list)
法人グループの期間が作成されたときに実行されます。
|
void |
CorporationGroupListener.removeCorporationAttachTerm(IAppCmnInfo info,
ICorporationGroupBizKey groupBizKey,
ICorporationBizKey corporationBizKey,
List<ITerm> list)
法人の所属期間が削除されたときに実行されます。
|
void |
CorporationGroupListener.removeCorporationGroupSetTerm(IAppCmnInfo info,
ICorporationGroupSetBizKey bizKey,
List<ITerm> list)
法人グループ内包の期間が削除されたときに実行されます。
|
void |
CorporationGroupListener.removeCorporationGroupTerm(IAppCmnInfo info,
ICorporationGroupBizKey bizKey,
List<ITerm> list)
法人グループの期間が削除されたときに実行されます。
|
void |
CorporationGroupListener.updateCorporationAttachTerm(IAppCmnInfo info,
ICorporationGroupBizKey groupBizKey,
ICorporationBizKey corporationBizKey,
List<ITerm> list)
法人の所属期間が更新されたときに実行されます。
|
void |
CorporationGroupListener.updateCorporationGroupSetTerm(IAppCmnInfo info,
ICorporationGroupSetBizKey bizKey,
List<ITerm> list)
法人グループ内包の期間が更新されたときに実行されます。
|
void |
CorporationGroupListener.updateCorporationGroupTerm(IAppCmnInfo info,
ICorporationGroupBizKey bizKey,
List<ITerm> list)
法人グループの期間が更新されたときに実行されます。
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
CorporationGroup
法人グループ情報を扱うモデルクラス
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
Corporation
法人モデル
|
修飾子とタイプ | メソッドと説明 |
---|---|
ITerm |
CurrencyReader.getCurrencyRateTerm(IAppCmnInfo appCmnInfo,
ICurrencyRateBizKey bizKey,
Date termDate,
boolean isDisable)
引数の通貨レートビジネスキー、および日付に該当する期間情報を取得します。
|
ITerm |
CurrencyManager.getCurrencyRateTerm(ICurrencyRateBizKey bizKey,
Date date)
指定した期間で有効な通貨レートの期間を取得します。
|
ITerm |
CurrencyManager.getCurrencyRateTerm(ICurrencyRateBizKey bizKey,
Date date,
boolean isDisable)
指定した期間で有効な通貨レートの期間を取得します。
|
ITerm[] |
CurrencyReader.getCurrencyRateTermList(IAppCmnInfo appCmnInfo,
ICurrencyRateBizKey bizKey,
boolean isDisable)
通貨レートビジネスキーから存在する期間の一覧を取得します。
|
ITerm[] |
CurrencyManager.getCurrencyRateTermList(ICurrencyRateBizKey bizKey)
通貨レートの期間情報を全期間分取得します。
|
ITerm[] |
CurrencyManager.getCurrencyRateTermList(ICurrencyRateBizKey bizKey,
boolean isDisable)
通貨レートの期間情報を全期間分取得します。
|
ITerm[] |
CurrencyManager.moveTermCurrencyRate(ICurrencyRateBizKey bizKey,
ITerm term)
通貨レート所属の期間を変更します。
|
ITerm |
CurrencyManager.separateTermCurrencyRate(ICurrencyRateBizKey bizKey,
String termCd,
Date date)
通貨レート所属の期間を分割します。
|
ITerm[] |
CurrencyManager.setCurrencyRate(CurrencyRate currencyRate)
通貨レート情報を新規登録、もしくは更新します。
|
ITerm[] |
CurrencyWriter.setCurrencyRate(IAppCmnInfo appCmnInfo,
CurrencyRate currencyRate)
通貨レート情報を新規登録、もしくは更新します。
|
修飾子とタイプ | メソッドと説明 |
---|---|
ProvideListenerModel |
CurrencyWriter.moveTermCurrencyRate(IAppCmnInfo appCmnInfo,
ICurrencyRateBizKey bizKey,
ITerm moveTerm)
引数の通貨レートビジネスキー、および期間情報の期間コードに該当する登録済みの通貨レート情報について、期間区切りを変更します。
|
ITerm[] |
CurrencyManager.moveTermCurrencyRate(ICurrencyRateBizKey bizKey,
ITerm term)
通貨レート所属の期間を変更します。
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
CurrencyListener.createCurrencyRateTerm(IAppCmnInfo appCmnInfo,
ICurrencyRateBizKey currencyRateBizKey,
List<ITerm> list)
通貨レートの期間が作成したときに実行されます。
|
void |
CurrencyListener.removeCurrencyRateTerm(IAppCmnInfo appCmnInfo,
ICurrencyRateBizKey currencyRateBizKey,
List<ITerm> list)
通貨レートの期間が削除したときに実行されます。
|
void |
CurrencyListener.updateCurrencyRateTerm(IAppCmnInfo appCmnInfo,
ICurrencyRateBizKey currencyRateBizKey,
List<ITerm> list)
通貨レートの期間が更新したときに実行されます。
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
CurrencyRate
通貨レートモデル
|
修飾子とタイプ | メソッドと説明 |
---|---|
ITerm |
CustomerReader.getTerm(IAppCmnInfo appCmnInfo,
ICustomerBizKey bizKey,
Date termDate)
取引先ビジネスキーと日付から、対応する期間情報を取得します。
|
ITerm |
CustomerManager.getTerm(ICustomerBizKey bizKey,
Date termDate)
取引先ビジネスキーと日付から、対応する期間情報を取得します。
|
ITerm[] |
CustomerReader.getTermList(IAppCmnInfo appCmnInfo,
ICustomerBizKey bizKey,
boolean isDisable)
取引先ビジネスキーから存在する期間の一覧を取得します。
|
ITerm[] |
CustomerManager.getTermList(ICustomerBizKey bizKey)
取引先ビジネスキーから存在する期間の一覧を取得します。
|
ITerm[] |
CustomerManager.getTermList(ICustomerBizKey bizKey,
boolean isDisable)
取引先ビジネスキーから存在する期間の一覧を取得します。
|
ITerm[] |
CustomerManager.moveTerm(ICustomerBizKey bizKey,
ITerm moveTerm)
登録済みの取引先情報についての、期間区切りを変更します。
|
ITerm |
CustomerManager.separateTerm(ICustomerBizKey bizKey,
String sepTermCd,
Date sepTermDate)
登録済みの取引先情報についての、期間分割を行います。
|
ITerm[] |
CustomerManager.set(Customer customer)
取引先情報を新規登録、もしくは更新処理を行います。
|
ITerm[] |
CustomerWriter.set(IAppCmnInfo appCmnInfo,
Customer customer)
取引先情報を新規登録、もしくは更新処理を行います。
|
修飾子とタイプ | メソッドと説明 |
---|---|
ProvideListenerModel |
CustomerWriter.moveTerm(IAppCmnInfo appCmnInfo,
ICustomerBizKey bizKey,
ITerm moveTerm)
登録済みの取引先情報についての、期間区切りを変更します。
|
ITerm[] |
CustomerManager.moveTerm(ICustomerBizKey bizKey,
ITerm moveTerm)
登録済みの取引先情報についての、期間区切りを変更します。
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
CustomerListener.createTerm(IAppCmnInfo info,
ICustomerBizKey bizKey,
List<ITerm> term)
取引先の期間が新規作成された直後にコールされます。
|
void |
CustomerListener.removeTerm(IAppCmnInfo appCmnInfo,
ICustomerBizKey customerBizKey,
List<ITerm> term)
取引先の期間が削除された直後にコールされます。
|
void |
CustomerListener.updateTerm(IAppCmnInfo appCmnInfo,
ICustomerBizKey customerBizKey,
List<ITerm> term)
取引先の期間が更新された直後にコールされます。
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
Customer
取引先モデル
|
修飾子とタイプ | メソッドと説明 |
---|---|
ITerm |
ItemReader.getTerm(IAppCmnInfo appCmnInfo,
IItemBizKey bizKey,
Date termDate)
品目ビジネスキーと日付から、対応する期間情報を取得します。
|
ITerm |
ItemManager.getTerm(IItemBizKey bizKey,
Date termDate)
品目ビジネスキーと日付から、対応する期間情報を取得します。
|
ITerm[] |
ItemReader.getTermList(IAppCmnInfo appCmnInfo,
IItemBizKey bizKey,
boolean isDisable)
品目ビジネスキーから存在する期間の一覧を取得します。
|
ITerm[] |
ItemManager.getTermList(IItemBizKey bizKey)
品目ビジネスキーから存在する期間の一覧を取得します。
|
ITerm[] |
ItemManager.getTermList(IItemBizKey bizKey,
boolean isDisable)
品目ビジネスキーから存在する期間の一覧を取得します。
|
ITerm[] |
ItemManager.moveTerm(IItemBizKey bizKey,
ITerm moveTerm)
登録済みの品目情報についての、期間区切りを変更します。
|
ITerm |
ItemManager.separateTerm(IItemBizKey bizKey,
String sepTermCd,
Date sepTermDate)
登録済みの品目情報についての、期間分割を行います。
|
ITerm[] |
ItemWriter.set(IAppCmnInfo appCmnInfo,
Item item)
品目情報を新規登録、もしくは更新処理を行います。
|
ITerm[] |
ItemManager.set(Item item)
品目情報を新規登録、もしくは更新処理を行います。
|
修飾子とタイプ | メソッドと説明 |
---|---|
ProvideListenerModel |
ItemWriter.moveTerm(IAppCmnInfo appCmnInfo,
IItemBizKey bizKey,
ITerm moveTerm)
登録済みの品目情報についての、期間区切りを変更します。
|
ITerm[] |
ItemManager.moveTerm(IItemBizKey bizKey,
ITerm moveTerm)
登録済みの品目情報についての、期間区切りを変更します。
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
ItemListener.createTerm(IAppCmnInfo appCmnInfo,
IItemBizKey itemBizKey,
List<ITerm> term)
品目の期間が新しく作成された直後にコールされます。
|
void |
ItemListener.removeTerm(IAppCmnInfo appCmnInfo,
IItemBizKey itemBizKey,
List<ITerm> term)
品目の期間が削除された直後にコールされます。
|
void |
ItemListener.updateTerm(IAppCmnInfo appCmnInfo,
IItemBizKey itemBizKey,
List<ITerm> term)
品目の期間が更新された直後にコールされます。
|
修飾子とタイプ | メソッドと説明 |
---|---|
ITerm |
ItemCategoryWriter.changeCategorySetState(IAppCmnInfo appCmnInfo,
IItemCategorySetBizKey bizKey,
String termCd,
boolean isDisable)
品目カテゴリセット-内包情報について、引数で指定された期間の論理削除のステータスを変更します。
|
ITerm |
ItemCategoryReader.getCategoryAttachTerm(IAppCmnInfo appCmnInfo,
IItemBizKey itemBizKey,
IItemCategoryBizKey categoryBizKey,
Date termDate)
品目、品目カテゴリの両ビジネスキーと日付けから、対応する所属期間情報を取得します。
|
ITerm |
ItemCategoryManager.getCategoryAttachTerm(IItemBizKey itemBizKey,
IItemCategoryBizKey categoryBizKey,
Date termDate)
品目、品目カテゴリの両ビジネスキーと日付けから、対応する所属期間情報を取得します。
|
ITerm[] |
ItemCategoryReader.getCategoryAttachTermList(IAppCmnInfo appCmnInfo,
IItemBizKey itemBizKey,
IItemCategoryBizKey categoryBizKey,
boolean isDisable)
品目、品目カテゴリの両ビジネスキーから存在する所属期間の一覧を取得します。
|
ITerm[] |
ItemCategoryManager.getCategoryAttachTermList(IItemBizKey itemBizKey,
IItemCategoryBizKey categoryBizKey)
品目、品目カテゴリの両ビジネスキーから存在する所属期間の一覧を取得します。
|
ITerm[] |
ItemCategoryManager.getCategoryAttachTermList(IItemBizKey itemBizKey,
IItemCategoryBizKey categoryBizKey,
boolean isDisable)
品目、品目カテゴリの両ビジネスキーから存在する所属期間の一覧を取得します。
|
ITerm |
ItemCategoryReader.getCategoryTerm(IAppCmnInfo appCmnInfo,
IItemCategoryBizKey bizKey,
Date termDate)
品目カテゴリビジネスキーと日付けから、対応する期間情報を取得します。
|
ITerm |
ItemCategoryManager.getCategoryTerm(IItemCategoryBizKey bizKey,
Date termDate)
品目カテゴリビジネスキーと日付けから、対応する期間情報を取得します。
|
ITerm[] |
ItemCategoryReader.getCategoryTermList(IAppCmnInfo appCmnInfo,
IItemCategoryBizKey bizKey,
boolean isDisable)
品目カテゴリビジネスキーから存在する期間の一覧を取得します。
|
ITerm[] |
ItemCategoryManager.getCategoryTermList(IItemCategoryBizKey bizKey)
品目カテゴリビジネスキーから存在する期間の一覧を取得します。
|
ITerm[] |
ItemCategoryManager.getCategoryTermList(IItemCategoryBizKey bizKey,
boolean isDisable)
品目カテゴリビジネスキーから存在する期間の一覧を取得します。
|
ITerm |
ItemCategoryReader.getTreeTerm(IAppCmnInfo appCmnInfo,
IItemCategorySetBizKey bizKey,
Date termDate)
品目カテゴリセットビジネスキーと日付けから、紐付くツリーの期間情報を取得します。
|
ITerm |
ItemCategoryManager.getTreeTerm(IItemCategorySetBizKey bizKey,
Date termDate)
品目カテゴリセットビジネスキーと日付けから、紐付くツリーの期間情報を取得します。
|
ITerm[] |
ItemCategoryReader.getTreeTermList(IAppCmnInfo appCmnInfo,
IItemCategorySetBizKey bizKey,
boolean isDisable)
品目カテゴリセットビジネスキーから紐付くツリーの期間の一覧を取得します。
|
ITerm[] |
ItemCategoryManager.getTreeTermList(IItemCategorySetBizKey bizKey)
品目カテゴリセットビジネスキーから紐付くツリーの期間の一覧を取得します。
|
ITerm[] |
ItemCategoryManager.getTreeTermList(IItemCategorySetBizKey bizKey,
boolean isDisable)
品目カテゴリセットビジネスキーから紐付くツリーの期間の一覧を取得します。
|
ITerm[] |
ItemCategoryManager.moveTermCategory(IItemCategoryBizKey bizKey,
ITerm moveTerm)
登録済みの品目カテゴリ情報についての、期間区切りを変更します。
|
ITerm[] |
ItemCategoryManager.moveTermCategoryAttach(IItemBizKey itemBizKey,
IItemCategoryBizKey categoryBizKey,
ITerm moveTerm)
登録済みの品目カテゴリ所属情報についての、期間区切りを変更します。
|
ITerm[] |
ItemCategoryManager.moveTermCategorySet(IItemCategorySetBizKey bizKey,
ITerm moveTerm)
登録済みの品目カテゴリセット-内包情報についての、期間区切りを変更します。
|
ITerm |
ItemCategoryManager.separateTermCategory(IItemCategoryBizKey bizKey,
String sepTermCd,
Date sepTermDate)
登録済の品目カテゴリ情報についての、期間分割を行います。
|
ITerm |
ItemCategoryManager.separateTermCategoryAttach(IItemBizKey itemBizKey,
IItemCategoryBizKey categoryBizKey,
String sepTermCd,
Date sepTermDate)
所属済の品目カテゴリについての、所属期間分割を行います。
|
ITerm |
ItemCategoryManager.separateTermCategorySet(IItemCategorySetBizKey bizKey,
String sepTermCd,
Date sepTermDate)
品目カテゴリセット-内包情報についての、期間分割を行います。
|
ITerm[] |
ItemCategoryWriter.setCategory(IAppCmnInfo appCmnInfo,
ItemCategory category)
品目カテゴリ情報を新規登録、もしくは更新処理を行います。。
|
ITerm[] |
ItemCategoryManager.setCategory(ItemCategory category)
品目カテゴリ情報を新規登録、もしくは更新処理を行います。
|
ITerm[] |
ItemCategoryWriter.setCategoryAsRoot(IAppCmnInfo appCmnInfo,
ItemCategory category)
品目カテゴリセットおよびそれに準ずる品目カテゴリ情報を新規作成、もしくは更新処理を行います。
|
ITerm[] |
ItemCategoryManager.setCategoryAsRoot(ItemCategory category)
品目カテゴリセットおよびそれに準ずる品目カテゴリ情報を新規作成、もしくは更新処理を行います。
|
ITerm[] |
ItemCategoryWriter.setCategoryAttach(IAppCmnInfo appCmnInfo,
IItemBizKey itemBizKey,
IItemCategoryBizKey categoryBizKey,
ITerm term)
品目を品目カテゴリに新規所属、もしくは更新処理を行います。
|
ITerm[] |
ItemCategoryManager.setCategoryAttach(IItemBizKey itemBizKey,
IItemCategoryBizKey categoryBizKey,
ITerm term)
品目を品目カテゴリに新規所属、もしくは更新処理を行います。
|
修飾子とタイプ | メソッドと説明 |
---|---|
ProvideListenerModel |
ItemCategoryWriter.moveTermCategory(IAppCmnInfo appCmnInfo,
IItemCategoryBizKey bizKey,
ITerm moveTerm)
登録済みの品目カテゴリ情報についての、期間区切りを変更します。
|
ITerm[] |
ItemCategoryManager.moveTermCategory(IItemCategoryBizKey bizKey,
ITerm moveTerm)
登録済みの品目カテゴリ情報についての、期間区切りを変更します。
|
ProvideListenerModel |
ItemCategoryWriter.moveTermCategoryAttach(IAppCmnInfo appCmnInfo,
IItemBizKey itemBizKey,
IItemCategoryBizKey categoryBizKey,
ITerm moveTerm)
登録済みの品目カテゴリ所属情報についての、期間区切りを変更します。
|
ITerm[] |
ItemCategoryManager.moveTermCategoryAttach(IItemBizKey itemBizKey,
IItemCategoryBizKey categoryBizKey,
ITerm moveTerm)
登録済みの品目カテゴリ所属情報についての、期間区切りを変更します。
|
ProvideListenerModel |
ItemCategoryWriter.moveTermCategorySet(IAppCmnInfo appCmnInfo,
IItemCategorySetBizKey bizKey,
ITerm moveTerm)
登録済みの品目カテゴリセット-内包情報についての、期間区切りを変更します。
|
ITerm[] |
ItemCategoryManager.moveTermCategorySet(IItemCategorySetBizKey bizKey,
ITerm moveTerm)
登録済みの品目カテゴリセット-内包情報についての、期間区切りを変更します。
|
ITerm[] |
ItemCategoryWriter.setCategoryAttach(IAppCmnInfo appCmnInfo,
IItemBizKey itemBizKey,
IItemCategoryBizKey categoryBizKey,
ITerm term)
品目を品目カテゴリに新規所属、もしくは更新処理を行います。
|
ITerm[] |
ItemCategoryManager.setCategoryAttach(IItemBizKey itemBizKey,
IItemCategoryBizKey categoryBizKey,
ITerm term)
品目を品目カテゴリに新規所属、もしくは更新処理を行います。
|
void |
ItemCategoryListener.updateCategoryAttach(IAppCmnInfo appCmnInfo,
IItemBizKey itemBizKey,
IItemCategoryBizKey categoryBizKey,
ITerm term)
品目カテゴリの所属情報が更新された直後にコールされます。
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
ItemCategoryListener.createCategoryAttach(IAppCmnInfo appCmnInfo,
IItemBizKey itemBizKey,
IItemCategoryBizKey categoryBizKey,
List<ITerm> term)
品目カテゴリに新しく所属情報が作成された直後にコールされます。
|
void |
ItemCategoryListener.createCategoryAttachTerm(IAppCmnInfo appCmnInfo,
IItemBizKey itemBizKey,
IItemCategoryBizKey categoryBizKey,
List<ITerm> term)
品目カテゴリの所属の期間情報が新しく作成された直後にコールされます。
|
void |
ItemCategoryListener.createCategorySet(IAppCmnInfo appCmnInfo,
IItemCategorySetBizKey categorySetBizKey,
List<ITerm> term)
品目カテゴリセットの属する内包構成の、期間情報が新しく作成された直後にコールされます。
|
void |
ItemCategoryListener.createCategoryTerm(IAppCmnInfo appCmnInfo,
IItemCategoryBizKey bizKey,
List<ITerm> term)
品目カテゴリの期間が新しく作成された直後にコールされます。
|
void |
ItemCategoryListener.removeCategoryAttachTerm(IAppCmnInfo appCmnInfo,
IItemBizKey itemBizKey,
IItemCategoryBizKey categoryBizKey,
List<ITerm> term)
品目カテゴリの所属の期間情報が削除された直後にコールされます。
|
void |
ItemCategoryListener.removeCategorySetTerm(IAppCmnInfo appCmnInfo,
IItemCategorySetBizKey categorySetBizKey,
List<ITerm> term)
品目カテゴリセットの属する内包構成の、期間情報が削除された直後にコールされます。
|
void |
ItemCategoryListener.removeCategoryTerm(IAppCmnInfo appCmnInfo,
IItemCategoryBizKey categoryBizKey,
List<ITerm> term)
品目カテゴリの期間が削除された直後にコールされます。
|
void |
ItemCategoryListener.updateCategoryAttachTerm(IAppCmnInfo appCmnInfo,
IItemBizKey itemBizKey,
IItemCategoryBizKey categoryBizKey,
List<ITerm> term)
品目カテゴリの所属の期間情報が更新された直後にコールされます。
|
void |
ItemCategoryListener.updateCategorySetTerm(IAppCmnInfo appCmnInfo,
IItemCategorySetBizKey categorySetBizKey,
List<ITerm> term)
品目カテゴリセットの属する内包構成の、期間情報が更新された直後にコールされます。
|
void |
ItemCategoryListener.updateCategoryTerm(IAppCmnInfo appCmnInfo,
IItemCategoryBizKey categoryBizKey,
List<ITerm> term)
品目カテゴリの期間が更新された直後にコールされます。
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
ItemCategory
品目カテゴリモデル
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
Item
品目モデル
|
修飾子とタイプ | メソッドと説明 |
---|---|
ITerm |
PublicGroupWriter.changePublicGroupSetState(IAppCmnInfo info,
IPublicGroupSetBizKey bizKey,
String termCd,
boolean disable)
パブリックグループ内包の削除フラグを更新します。
|
ITerm |
PublicGroupReader.getPublicGroupCategoryItemAttachTerm(IAppCmnInfo info,
IPublicGroupBizKey publicBizKey,
IPublicGroupCtgItmBizKey itemBizKey,
Date date)
指定した日付で有効な分類区分項目の所属期間情報を取得します。
|
ITerm |
PublicGroupManager.getPublicGroupCategoryItemAttachTerm(IPublicGroupBizKey publicBizKey,
IPublicGroupCtgItmBizKey itemBizKey,
Date date)
指定した日付で有効な分類区分項目の所属期間情報を取得します。
|
ITerm[] |
PublicGroupReader.getPublicGroupCategoryItemAttachTermList(IAppCmnInfo info,
IPublicGroupBizKey publicBizKey,
IPublicGroupCtgItmBizKey itemBizKey,
boolean isDisable)
分類区分項目の所属期間情報を全期間分取得します。
|
ITerm[] |
PublicGroupManager.getPublicGroupCategoryItemAttachTermList(IPublicGroupBizKey publicBizKey,
IPublicGroupCtgItmBizKey itemBizKey)
分類区分項目の所属期間情報を全期間分取得します。
|
ITerm[] |
PublicGroupManager.getPublicGroupCategoryItemAttachTermList(IPublicGroupBizKey publicBizKey,
IPublicGroupCtgItmBizKey itemBizKey,
boolean isDisable)
分類区分項目の所属期間情報を全期間分取得します。
|
ITerm |
PublicGroupReader.getPublicGroupRoleAttachTerm(IAppCmnInfo info,
IPublicGroupBizKey publicGroupBIzKey,
IUserBizKey userBizKey,
IPublicGroupRoleBizKey publicGrpRoleBizKey,
Date date)
指定した日付で有効な役割の所属期間情報を取得します。
|
ITerm |
PublicGroupManager.getPublicGroupRoleAttachTerm(IPublicGroupBizKey publicGroupBizKey,
IUserBizKey userBizKey,
IPublicGroupRoleBizKey publicGrpRoleBizKey,
Date date)
指定した日付で有効な役割の所属期間情報を取得します。
|
ITerm[] |
PublicGroupReader.getPublicGroupRoleAttachTermList(IAppCmnInfo info,
IPublicGroupBizKey publicGroupBIzKey,
IUserBizKey userBizKey,
IPublicGroupRoleBizKey publicGrpRoleBizKey,
boolean isDisable)
役割の所属期間情報を全期間分取得します。
|
ITerm[] |
PublicGroupManager.getPublicGroupRoleAttachTermList(IPublicGroupBizKey publicGroupBIzKey,
IUserBizKey userBizKey,
IPublicGroupRoleBizKey publicGrpRoleBizKey)
役割の所属期間情報を全期間分取得します。
|
ITerm[] |
PublicGroupManager.getPublicGroupRoleAttachTermList(IPublicGroupBizKey publicGroupBizKey,
IUserBizKey userBizKey,
IPublicGroupRoleBizKey publicGrpRoleBizKey,
boolean isDisable)
役割の所属期間情報を全期間分取得します。
|
ITerm |
PublicGroupReader.getPublicGroupRoleTerm(IAppCmnInfo info,
IPublicGroupRoleBizKey bizKey,
Date date)
指定した日付で有効な役割の期間情報を取得します。
|
ITerm |
PublicGroupManager.getPublicGroupRoleTerm(IPublicGroupRoleBizKey bizKey,
Date date)
指定した日付で有効な役割の期間情報を取得します。
|
ITerm[] |
PublicGroupReader.getPublicGroupRoleTermList(IAppCmnInfo info,
IPublicGroupRoleBizKey bizKey,
boolean isDisable)
役割の期間情報を全期間分取得します。
|
ITerm[] |
PublicGroupManager.getPublicGroupRoleTermList(IPublicGroupRoleBizKey bizKey)
役割の期間情報を全期間分取得します。
|
ITerm[] |
PublicGroupManager.getPublicGroupRoleTermList(IPublicGroupRoleBizKey bizKey,
boolean isDisable)
役割の期間情報を全期間分取得します。
|
ITerm |
PublicGroupReader.getPublicGroupTerm(IAppCmnInfo info,
IPublicGroupBizKey bizKey,
Date date)
指定した日付で有効なパブリックグループの期間を取得します。
|
ITerm |
PublicGroupManager.getPublicGroupTerm(IPublicGroupBizKey bizKey,
Date date)
指定した日付で有効なパブリックグループの期間を取得します。
|
ITerm[] |
PublicGroupReader.getPublicGroupTermList(IAppCmnInfo info,
IPublicGroupBizKey bizKey,
boolean isDisable)
パブリックグループの期間を全期間分取得します。
|
ITerm[] |
PublicGroupManager.getPublicGroupTermList(IPublicGroupBizKey bizKey)
パブリックグループの期間を全期間分取得します。
|
ITerm[] |
PublicGroupManager.getPublicGroupTermList(IPublicGroupBizKey bizKey,
boolean isDisable)
パブリックグループの期間を全期間分取得します。
|
ITerm |
PublicGroupReader.getTreeTerm(IAppCmnInfo info,
IPublicGroupSetBizKey bizKey,
Date date)
指定した日付で有効なパブリックグループ内包の期間情報を取得します。
|
ITerm |
PublicGroupManager.getTreeTerm(IPublicGroupSetBizKey bizKey,
Date date)
指定した日付で有効なパブリックグループ内包の期間情報を取得します。
|
ITerm[] |
PublicGroupReader.getTreeTermList(IAppCmnInfo info,
IPublicGroupSetBizKey bizKey,
boolean isDisable)
指定した日付で有効な内包期間情報を全期間分取得します。
|
ITerm[] |
PublicGroupManager.getTreeTermList(IPublicGroupSetBizKey bizKey)
指定した日付で有効な内包期間情報を全期間分取得します。
|
ITerm[] |
PublicGroupManager.getTreeTermList(IPublicGroupSetBizKey bizKey,
boolean isDisable)
指定した日付で有効な内包期間情報を全期間分取得します。
|
ITerm |
PublicGroupReader.getUserAttachTerm(IAppCmnInfo info,
IPublicGroupBizKey publicGroupBizKey,
IUserBizKey userBizKey,
Date date)
指定した日付で有効なパブリックグループ所属期間情報を取得します。
|
ITerm |
PublicGroupManager.getUserAttachTerm(IPublicGroupBizKey publicGroupBizKey,
IUserBizKey userBizKey,
Date date)
指定した日付で有効なパブリックグループ所属期間情報を取得します。
|
ITerm[] |
PublicGroupReader.getUserAttachTermList(IAppCmnInfo info,
IPublicGroupBizKey publicGroupBizKey,
IUserBizKey userBizKey,
boolean isDisable)
ユーザの所属期間情報を全期間分取得します。
|
ITerm[] |
PublicGroupManager.getUserAttachTermList(IPublicGroupBizKey publicGroupBizKey,
IUserBizKey userBizKey)
ユーザの所属期間情報を全期間分取得します。
|
ITerm[] |
PublicGroupManager.getUserAttachTermList(IPublicGroupBizKey publicGroupBizKey,
IUserBizKey userBizKey,
boolean isDisable)
ユーザの所属期間情報を全期間分取得します。
|
ITerm[] |
PublicGroupManager.moveTermPublicGroup(IPublicGroupBizKey bizKey,
ITerm term)
パブリックグループ期間を変更します。
|
ITerm[] |
PublicGroupManager.moveTermPublicGroupRole(IPublicGroupRoleBizKey bizKey,
ITerm term)
パブリックグループ役割の期間情報を変更します。
|
ITerm[] |
PublicGroupManager.moveTermPublicGroupSet(IPublicGroupSetBizKey bizKey,
ITerm term)
パブリックグループ内包期間を変更します。
|
ITerm[] |
PublicGroupManager.moveTermUserAttach(IPublicGroupBizKey publicGroupBizKey,
IUserBizKey userBizKey,
ITerm term)
パブリックグループメンバーの所属期間を変更します。
|
ITerm |
PublicGroupManager.separateTermPublicGroup(IPublicGroupBizKey bizKey,
String termCd,
Date date)
パブリックグループ期間を分割します。
|
ITerm |
PublicGroupManager.separateTermPublicGroupRole(IPublicGroupRoleBizKey bizKey,
String termCd,
Date date)
パブリックグループ役割の期間を分割します。
|
ITerm |
PublicGroupManager.separateTermPublicGroupSet(IPublicGroupSetBizKey bizKey,
String termCd,
Date date)
パブリックグループ内包の期間を分割します。
|
ITerm |
PublicGroupManager.separateTermUserAttach(IPublicGroupBizKey publicGroupBizKey,
IUserBizKey userBizKey,
String termCd,
Date date)
ユーザの所属期間を分割します。
|
ITerm[] |
PublicGroupWriter.setPublicGroup(IAppCmnInfo info,
PublicGroup publicGroup)
パブリックグループを登録します。
|
ITerm[] |
PublicGroupManager.setPublicGroup(PublicGroup publicGroup)
引数として与えられたパブリックグループ情報について、
期間コードが指定されていない場合は、パブリックグループ情報を新規登録します。 |
ITerm[] |
PublicGroupWriter.setPublicGroupCategoryItemAttach(IAppCmnInfo info,
IPublicGroupBizKey publicGroupBizKey,
IPublicGroupCtgItmBizKey categoryItemBizKey,
ITerm term)
パブリックグループ分類区分項目の所属を登録します。
|
ITerm[] |
PublicGroupWriter.setPublicGroupRole(IAppCmnInfo info,
PublicGroupRole role)
パブリックグループ役割を登録します。
|
ITerm[] |
PublicGroupManager.setPublicGroupRole(PublicGroupRole role)
引数として与えられた役割情報について、
期間コードが指定されていない場合は、役割情報を新規登録します。 |
ITerm[] |
PublicGroupWriter.setPublicGroupRoleAttach(IAppCmnInfo info,
IPublicGroupBizKey publicGroupBizKey,
IUserBizKey userBizKey,
IPublicGroupRoleBizKey roleBizKey,
String termCd)
パブリックグループ役割所属を追加します。
|
ITerm[] |
PublicGroupManager.setPublicGroupRoleAttach(IPublicGroupBizKey publicGroupBizKey,
IUserBizKey userBizKey,
IPublicGroupRoleBizKey roleBizKey,
String termCd)
パブリックグループ役割所属を追加します。
|
ITerm[] |
PublicGroupWriter.setUserAttach(IAppCmnInfo info,
IPublicGroupBizKey publicGroupBizKey,
IUserBizKey userBizKey,
ITerm term)
パブリックグループの所属メンバーを登録します。
|
ITerm[] |
PublicGroupManager.setUserAttach(IPublicGroupBizKey publicGroupBizKey,
IUserBizKey userBizKey,
ITerm term)
引数として与えられたパブリックグループ所属情報について、
期間コードが指定されていない場合は、新たな所属関係を付与します。 |
修飾子とタイプ | メソッドと説明 |
---|---|
void |
PublicGroupListener.createPublicGroupCategoryItemAttach(IAppCmnInfo info,
IPublicGroupBizKey publicGroupBizKey,
IPublicGroupCtgItmBizKey itemBizKey,
ITerm term)
パブリックグループ区分分類項目の割り当てを追加したときに実行されます。
|
ProvideListenerModel |
PublicGroupWriter.moveTermPublicGroup(IAppCmnInfo info,
IPublicGroupBizKey bizKey,
ITerm term)
パブリックグループ期間を変更します。
|
ITerm[] |
PublicGroupManager.moveTermPublicGroup(IPublicGroupBizKey bizKey,
ITerm term)
パブリックグループ期間を変更します。
|
ProvideListenerModel |
PublicGroupWriter.moveTermPublicGroupRole(IAppCmnInfo info,
IPublicGroupRoleBizKey bizKey,
ITerm term)
パブリックグループ役割の期間情報を変更します。
|
ITerm[] |
PublicGroupManager.moveTermPublicGroupRole(IPublicGroupRoleBizKey bizKey,
ITerm term)
パブリックグループ役割の期間情報を変更します。
|
ProvideListenerModel |
PublicGroupWriter.moveTermPublicGroupSet(IAppCmnInfo info,
IPublicGroupSetBizKey bizKey,
ITerm term)
パブリックグループ内包期間を変更します。
|
ITerm[] |
PublicGroupManager.moveTermPublicGroupSet(IPublicGroupSetBizKey bizKey,
ITerm term)
パブリックグループ内包期間を変更します。
|
ProvideListenerModel |
PublicGroupWriter.moveTermUserAttach(IAppCmnInfo info,
IPublicGroupBizKey publicGroupBizKey,
IUserBizKey userBizKey,
ITerm term)
パブリックグループメンバーの所属期間を変更します。
|
ITerm[] |
PublicGroupManager.moveTermUserAttach(IPublicGroupBizKey publicGroupBizKey,
IUserBizKey userBizKey,
ITerm term)
パブリックグループメンバーの所属期間を変更します。
|
ITerm[] |
PublicGroupWriter.setPublicGroupCategoryItemAttach(IAppCmnInfo info,
IPublicGroupBizKey publicGroupBizKey,
IPublicGroupCtgItmBizKey categoryItemBizKey,
ITerm term)
パブリックグループ分類区分項目の所属を登録します。
|
void |
PublicGroupManager.setPublicGroupCategoryItemAttach(IPublicGroupBizKey publicGroupBizKey,
IPublicGroupCtgItmBizKey categoryItemBizKey,
ITerm term)
パブリックグループ分類区分項目の所属を登録します。
|
ITerm[] |
PublicGroupWriter.setUserAttach(IAppCmnInfo info,
IPublicGroupBizKey publicGroupBizKey,
IUserBizKey userBizKey,
ITerm term)
パブリックグループの所属メンバーを登録します。
|
ITerm[] |
PublicGroupManager.setUserAttach(IPublicGroupBizKey publicGroupBizKey,
IUserBizKey userBizKey,
ITerm term)
引数として与えられたパブリックグループ所属情報について、
期間コードが指定されていない場合は、新たな所属関係を付与します。 |
void |
PublicGroupListener.updatePublicGroupCategoryItemAttach(IAppCmnInfo info,
IPublicGroupBizKey publicGroupBizKey,
IPublicGroupCtgItmBizKey itemBizKey,
ITerm term)
パブリックグループ区分分類項目の割り当てを変更したときに実行されます。
|
void |
PublicGroupListener.updateUserAttach(IAppCmnInfo info,
IPublicGroupBizKey publicGroupBizKey,
IUserBizKey userBizKey,
ITerm term)
パブリックグループメンバーを更新したときに実行されます。
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
PublicGroupListener.createPublicGroupRoleAttach(IAppCmnInfo info,
IPublicGroupBizKey publicGroupBizKey,
IUserBizKey userBizKey,
IPublicGroupRoleBizKey roleBizKey,
List<ITerm> result)
パブリックグループ役割をユーザに割り当てたときに実行されます。
|
void |
PublicGroupListener.createPublicGroupRoleTerm(IAppCmnInfo info,
IPublicGroupRoleBizKey bizKey,
List<ITerm> termList)
パブリックグループ役割の期間を追加したときに実行されます。
|
void |
PublicGroupListener.createPublicGroupSet(IAppCmnInfo info,
IPublicGroupSetBizKey bizKey,
List<ITerm> termList)
パブリックグループ内包の期間を追加したときに実行されます。
|
void |
PublicGroupListener.createPublicGroupTerm(IAppCmnInfo info,
IPublicGroupBizKey bizKey,
List<ITerm> termList)
パブリックグループの期間を登録したときに実行されます。
|
void |
PublicGroupListener.createUserAttach(IAppCmnInfo info,
IPublicGroupBizKey publicGroupBizKey,
IUserBizKey userBizKey,
List<ITerm> termList)
パブリックグループにメンバーを追加したときに実行されます。
|
void |
PublicGroupListener.createUserAttachTerm(IAppCmnInfo info,
IPublicGroupBizKey publicGroupBizKey,
IUserBizKey userBizKey,
List<ITerm> termList)
パブリックグループにメンバーを追加したときに実行されます。
|
void |
PublicGroupListener.removePublicGroupRoleTerm(IAppCmnInfo info,
IPublicGroupRoleBizKey bizKey,
List<ITerm> termList)
パブリックグループ役割の期間を削除したときに実行されます。
|
void |
PublicGroupListener.removePublicGroupSetTerm(IAppCmnInfo info,
IPublicGroupSetBizKey bizKey,
List<ITerm> termList)
パブリックグループ内包の期間を削除したときに実行されます。
|
void |
PublicGroupListener.removePublicGroupTerm(IAppCmnInfo info,
IPublicGroupBizKey bizKey,
List<ITerm> termList)
パブリックグループの期間を削除したときに実行されます。
|
void |
PublicGroupListener.removeUserAttachTerm(IAppCmnInfo info,
IPublicGroupBizKey publicGroupBizKey,
IUserBizKey userBizKey,
List<ITerm> termList)
パブリックグループメンバーを削除したときに実行されます。
|
void |
PublicGroupListener.updatePublicGroupCategoryItemAttachTerm(IAppCmnInfo info,
IPublicGroupBizKey publicGroupBizKey,
IPublicGroupCtgItmBizKey itemBizKey,
List<ITerm> termList)
パブリックグループ区分分類項目の所属期間を変更したときに実行されます。
|
void |
PublicGroupListener.updatePublicGroupRoleTerm(IAppCmnInfo info,
IPublicGroupRoleBizKey bizKey,
List<ITerm> termList)
パブリックグループ役割の期間を更新したときに実行されます。
|
void |
PublicGroupListener.updatePublicGroupSetTerm(IAppCmnInfo info,
IPublicGroupSetBizKey bizKey,
List<ITerm> termList)
パブリックグループ内包の期間を更新したときに実行されます。
|
void |
PublicGroupListener.updatePublicGroupTerm(IAppCmnInfo info,
IPublicGroupBizKey bizKey,
List<ITerm> termList)
パブリックグループの期間を更新したときに実行されます。
|
void |
PublicGroupListener.updateUserAttachTerm(IAppCmnInfo info,
IPublicGroupBizKey publicGroupBizKey,
IUserBizKey userBizKey,
List<ITerm> termList)
パブリックグループメンバーを更新したときに実行されます。
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
PublicGroup
パブリックグループ情報を扱うモデルクラス
|
class |
PublicGroupRole
役割情報を扱うモデルクラス
|
修飾子とタイプ | メソッドと説明 |
---|---|
ITerm |
UserReader.getUserCategoryItemAttachTerm(IAppCmnInfo info,
IUserBizKey userBizKey,
IUserCtgItmBizKey itemBizKey,
Date date)
分類区分項目の所属期間を取得します。
|
ITerm |
UserManager.getUserCategoryItemAttachTerm(IUserBizKey userBizKey,
IUserCtgItmBizKey itemBizKey,
Date date)
分類区分項目の所属期間を取得します。
|
ITerm[] |
UserReader.getUserCategoryItemAttachTermList(IAppCmnInfo info,
IUserBizKey userBizKey,
IUserCtgItmBizKey itemBizKey,
boolean isDisable)
分類区分項目の所属期間を取得します。
|
ITerm[] |
UserManager.getUserCategoryItemAttachTermList(IUserBizKey userBizKey,
IUserCtgItmBizKey itemBizKey)
分類区分項目の所属期間を取得します。
|
ITerm[] |
UserManager.getUserCategoryItemAttachTermList(IUserBizKey userBizKey,
IUserCtgItmBizKey itemBizKey,
boolean isDisable)
分類区分項目の所属期間を取得します。
|
ITerm |
UserReader.getUserTerm(IAppCmnInfo info,
IUserBizKey bizKey,
Date date)
ユーザの期間情報を取得します。
|
ITerm |
UserManager.getUserTerm(IUserBizKey bizKey,
Date date)
ユーザの期間情報を取得します。
|
ITerm[] |
UserReader.getUserTermList(IAppCmnInfo info,
IUserBizKey bizKey,
boolean isDisable)
ユーザの期間情報を取得します。
|
ITerm[] |
UserManager.getUserTermList(IUserBizKey bizKey)
ユーザの期間情報を取得します。
|
ITerm[] |
UserManager.getUserTermList(IUserBizKey bizKey,
boolean isDisable)
ユーザの期間情報を取得します。
|
ITerm[] |
UserManager.moveTermUser(IUserBizKey bizKey,
ITerm term)
ユーザの期間を変更します。
|
ITerm |
UserManager.separateTermUser(IUserBizKey bizKey,
String termCd,
Date date)
ユーザの期間を分割します。
|
ITerm[] |
UserWriter.setUser(IAppCmnInfo info,
User user)
ユーザを登録します。
|
ITerm[] |
UserManager.setUser(User user)
引数として与えられたユーザ情報について、
期間コードが指定されていない場合は、ユーザ情報を新規登録します。 |
ITerm[] |
UserWriter.setUserCategoryItemAttach(IAppCmnInfo info,
IUserBizKey userBizKey,
IUserCtgItmBizKey itemBizKey,
ITerm term)
ユーザ分類区分項目の所属を登録します。
|
修飾子とタイプ | メソッドと説明 |
---|---|
ProvideListenerModel |
UserWriter.moveTermUser(IAppCmnInfo info,
IUserBizKey bizKey,
ITerm term)
ユーザの期間を変更します。
|
ITerm[] |
UserManager.moveTermUser(IUserBizKey bizKey,
ITerm term)
ユーザの期間を変更します。
|
ITerm[] |
UserWriter.setUserCategoryItemAttach(IAppCmnInfo info,
IUserBizKey userBizKey,
IUserCtgItmBizKey itemBizKey,
ITerm term)
ユーザ分類区分項目の所属を登録します。
|
void |
UserManager.setUserCategoryItemAttach(IUserBizKey userBizKey,
IUserCtgItmBizKey itemBizKey,
ITerm term)
ユーザ分類区分項目の所属を登録します。
|
void |
UserListener.updateUserCategoryItemAttach(IAppCmnInfo info,
IUserBizKey userBizKey,
IUserCtgItmBizKey itemBizKey,
ITerm term)
ユーザ分類区分項目の所属を更新したときに実行されます。
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
UserListener.createUserTerm(IAppCmnInfo info,
IUserBizKey bizKey,
List<ITerm> termList)
ユーザの期間が作成されたときに実行されます。
|
void |
UserListener.removeUserTerm(IAppCmnInfo info,
IUserBizKey bizKey,
List<ITerm> termList)
ユーザの期間が削除されたときに実行されます。
|
void |
UserListener.updateUserTerm(IAppCmnInfo info,
IUserBizKey bizKey,
List<ITerm> termList)
ユーザの期間を更新したときに実行されます。
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
User
ユーザ情報を扱うモデルクラス
|
Copyright © 2012 NTT DATA INTRAMART CORPORATION