修飾子とタイプ | メソッドと説明 |
---|---|
void |
StandardBackuper.doBackup(IAppCmnInfo info,
Date date)
退避を実行します。
|
修飾子とタイプ | クラスと説明 |
---|---|
static class |
AbstractAccessor.AccessorInfo
IAppCmnInfoに、更新日とSQLManagerをつけてAccessor向けにしたクラス
|
修飾子とタイプ | メソッドと説明 |
---|---|
protected IAppCmnInfo |
AbstractManager.getAppCmnInfo()
マネージャクラス基本情報モデルを取得します。
|
修飾子とタイプ | メソッドと説明 |
---|---|
protected Date |
AbstractAccessor.getSystemEndDate(IAppCmnInfo appCmnInfo)
システム終了日を取得する。
|
protected Date |
AbstractAccessor.getSystemStartDate(IAppCmnInfo appCmnInfo)
システム開始日を取得する。
|
コンストラクタと説明 |
---|
AbstractManager(IAppCmnInfo appCmnInfo)
指定された引数を元に、マネージャを作成します。
|
AccessorInfo(IAppCmnInfo appCmnInfo,
Date updateDate,
SQLManager manager,
AbstractAccessor.ErrorMessage errMsg) |
AppCommonManager(IAppCmnInfo appCmnInfo)
指定された引数を元に、汎用マネージャを作成します。
|
修飾子とタイプ | メソッドと説明 |
---|---|
ITerm |
CompanyWriter.changeDepartmentSetState(IAppCmnInfo info,
IDepartmentSetBizKey bizKey,
String termCd,
boolean disable)
組織内包の削除フラグを更新します。
|
int |
CompanyReader.countCompany(IAppCmnInfo info,
AppCmnSearchCondition condition,
Date date,
Locale locale,
boolean isDisable)
指定した条件を満たす会社をカウントします。
|
int |
CompanyReader.countCompanyPost(IAppCmnInfo info,
AppCmnSearchCondition condition,
Date date,
Locale locale,
boolean isDisable)
指定した条件を満たす役職をカウントします。
|
int |
CompanyReader.countCompanyPostWithUser(IAppCmnInfo info,
IUserBizKey bizKey,
AppCmnSearchCondition condition,
Date date,
Locale locale,
boolean isDisable)
ユーザに所属する役職をカウントします。
|
int |
CompanyReader.countCompanyPostWithUserOnDepartment(IAppCmnInfo info,
IUserBizKey userBizKey,
IDepartmentBizKey departmentBizKey,
AppCmnSearchCondition condition,
Date date,
Locale locale,
boolean isDisable)
指定した組織に所属するユーザに所属する役職をカウントします。
|
int |
CompanyReader.countDepartment(IAppCmnInfo info,
AppCmnSearchCondition condition,
Date date,
Locale locale,
boolean isDisable)
指定した条件を満たす組織をカウントします。
|
int |
CompanyReader.countDepartmentCategory(IAppCmnInfo info,
AppCmnSearchCondition condition,
Locale locale,
boolean isDisable)
指定した条件を満たす分類区分をカウントします。
|
int |
CompanyReader.countDepartmentCategoryItem(IAppCmnInfo info,
AppCmnSearchCondition condition,
Locale locale,
boolean isDisable)
指定した条件を満たす分類区分項目をカウントします。
|
int |
CompanyReader.countDepartmentCategoryItemWithDepartment(IAppCmnInfo info,
IDepartmentBizKey bizKey,
AppCmnSearchCondition condition,
Date date,
Locale locale,
boolean isDisable)
会社に属する分類区分項目をカウントします。
|
int |
CompanyReader.countDepartmentWithDepartmentCategoryItem(IAppCmnInfo info,
IDepartmentCtgItmBizKey bizKey,
AppCmnSearchCondition condition,
Date date,
Locale locale,
boolean isDisable)
分類区分項目が所属する会社組織をカウントします。
|
int |
CompanyReader.countDepartmentWithUser(IAppCmnInfo info,
IUserBizKey bizKey,
AppCmnSearchCondition condition,
boolean departmentMain,
Date date,
Locale locale,
boolean isDisable)
ユーザが所属する組織をカウントします。
|
int |
CompanyReader.countTreeRoot(IAppCmnInfo info,
AppCmnSearchCondition condition,
Date date,
Locale locale,
boolean isDisable)
組織ツリーのルートをカウントします。
|
int |
CompanyReader.countUserWithCompanyPost(IAppCmnInfo info,
ICompanyPostBizKey bizKey,
AppCmnSearchCondition condition,
Date date,
Locale locale,
boolean isDisable)
指定した役職を持つユーザをカウントします。
|
int |
CompanyReader.countUserWithCompanyPostOnDepartment(IAppCmnInfo info,
ICompanyPostBizKey postBizKey,
IDepartmentBizKey departmentBizKey,
AppCmnSearchCondition condition,
boolean departmentMain,
Date date,
Locale locale,
boolean isDisable)
指定した組織に所属し、指定した役職を持つユーザをカウントします。
|
int |
CompanyReader.countUserWithCompanyPostOnDepartment(IAppCmnInfo info,
List<Map<IDepartmentBizKey,ICompanyPostBizKey>> postBizKeyMaps,
AppCmnSearchCondition condition,
boolean departmentMain,
Date date,
Locale locale,
boolean isDisable)
指定した日付で有効な、指定したいずれかの組織に所属し、指定したいずれかの役職をもつユーザをカウントします。
|
int |
CompanyReader.countUserWithDepartment(IAppCmnInfo info,
IDepartmentBizKey[] bizKey,
AppCmnSearchCondition condition,
boolean departmentMain,
Date date,
Locale locale,
boolean isDisable)
指定した日付で有効な、複数の組織のうち、1つ以上所属するユーザをカウントします。
|
int |
CompanyReader.countUserWithDepartment(IAppCmnInfo info,
IDepartmentBizKey bizKey,
AppCmnSearchCondition condition,
boolean departmentMain,
Date date,
Locale locale,
boolean isDisable)
指定した日付で会社組織に所属するユーザをカウントします。
|
int |
CompanyReader.countUserWithDepartmentTree(IAppCmnInfo info,
IDepartmentBizKey bizKey,
AppCmnSearchCondition condition,
boolean departmentMain,
Date date,
Locale locale,
boolean isDisable)
指定した組織と、その下位の組織に所属するユーザをカウントします。
|
int |
CompanyReader.countUserWithDepartmentUpTree(IAppCmnInfo info,
IDepartmentBizKey bizKey,
AppCmnSearchCondition condition,
boolean departmentMain,
Date date,
Locale locale,
boolean isDisable)
指定した組織と、その上位の組織に所属するユーザをカウントします。
|
void |
CompanyListener.createCompanyPost(IAppCmnInfo info,
List<CompanyPost> list)
役職を作成したときに実行されます。
|
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.createDepartment(IAppCmnInfo info,
List<Department> department)
会社組織を作成したときに実行されます。
|
void |
CompanyListener.createDepartmentCategory(IAppCmnInfo info,
DepartmentCtg category)
分類区分を作成したときに実行されます。
|
void |
CompanyListener.createDepartmentCategoryItem(IAppCmnInfo info,
DepartmentCtgItm item)
分類区分項目を作成したときに実行されます。
|
void |
CompanyListener.createDepartmentCategoryItemAttach(IAppCmnInfo info,
IDepartmentBizKey departmentBizKey,
IDepartmentCtgItmBizKey itemBizKey,
ITerm term)
分類区分項目の所属が追加されたときに実行されます。
|
void |
CompanyListener.createDepartmentInclusion(IAppCmnInfo info,
IDepartmentBizKey bizKey,
String parentDepartmentCd,
String termCd)
会社組織の内包を作成したときに実行されます。
|
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 |
CompanyExporter.doExport(IAppCmnInfo info,
InputStream inputStream)
エクスポートを行います
|
void |
CompanyImporter.doImport(IAppCmnInfo info,
InputStream inputStream)
インポートを行います。
|
DepartmentTreeNode |
CompanyReader.getAbsoluteBranch(IAppCmnInfo info,
IDepartmentBizKey bizKey,
Date date,
Locale locale,
boolean isDisable)
組織部分ツリーを取得します。
|
DepartmentListNode[] |
CompanyReader.getAbsoluteChildren(IAppCmnInfo info,
IDepartmentBizKey bizKey,
Date date,
Locale locale,
boolean isDisable)
会社組織の子組織を取得します。
|
DepartmentListNode[] |
CompanyReader.getAbsoluteIsolation(IAppCmnInfo info,
IDepartmentSetBizKey bizKey,
Date date,
Locale locale,
boolean isDisable)
組織ツリー上に存在しないノードを取得します。
|
DepartmentListNode[] |
CompanyReader.getAbsoluteParent(IAppCmnInfo info,
IDepartmentBizKey bizKey,
Date date,
Locale locale,
boolean isDisable)
会社組織の親組織を取得します。
|
DepartmentTreeNode |
CompanyReader.getAbsoluteTree(IAppCmnInfo info,
IDepartmentSetBizKey bizKey,
Date date,
Locale locale,
boolean isDisable)
組織完全ツリーを取得します。
|
DepartmentTreeNode |
CompanyReader.getAbsoluteUpBranch(IAppCmnInfo info,
IDepartmentBizKey bizKey,
Date date,
Locale locale,
boolean isDisable)
組織部分ツリーを取得します。
|
DepartmentTreeNode |
CompanyReader.getBranch(IAppCmnInfo info,
IDepartmentBizKey bizKey,
Date date,
Locale locale,
boolean isDisable)
組織部分ツリーを取得します。
|
DepartmentListNode[] |
CompanyReader.getChildren(IAppCmnInfo info,
IDepartmentBizKey bizKey,
Date date,
Locale locale,
boolean isDisable)
会社組織の子組織を取得します。
|
Company |
CompanyReader.getCompany(IAppCmnInfo info,
ICompanyBizKey bizKey)
会社情報を取得します。
|
Company[] |
CompanyReader.getCompanyAll(IAppCmnInfo info)
会社情報を全て取得します。
|
CompanyPost |
CompanyReader.getCompanyPost(IAppCmnInfo info,
ICompanyPostBizKey bizKey,
Date date,
Locale locale,
boolean isDisable)
指定した日付で有効な役職情報を取得します。
|
ITerm |
CompanyReader.getCompanyPostAttachTerm(IAppCmnInfo info,
IDepartmentBizKey departmentBizKey,
IUserBizKey userBizKey,
ICompanyPostBizKey postBizKey,
Date date)
指定した日付で有効な、役職の所属期間を取得します。
|
ITerm[] |
CompanyReader.getCompanyPostAttachTermList(IAppCmnInfo info,
IDepartmentBizKey departmentBizKey,
IUserBizKey userBizKey,
ICompanyPostBizKey postBizKey,
boolean isDisable)
役職の所属期間を全期間分取得します。
|
CompanyPost[] |
CompanyReader.getCompanyPostList(IAppCmnInfo info,
ICompanyPostBizKey bizKey,
Locale locale,
boolean isDisable)
指定した役職情報を全期間分取得します。
|
ITerm |
CompanyReader.getCompanyPostTerm(IAppCmnInfo info,
ICompanyPostBizKey bizKey,
Date date)
指定した日付で有効な役職の期間情報を取得します。
|
ITerm[] |
CompanyReader.getCompanyPostTermList(IAppCmnInfo info,
ICompanyPostBizKey bizKey,
boolean isDisable)
役職の期間情報を全期間分取得します。
|
Department |
CompanyReader.getDepartment(IAppCmnInfo info,
IDepartmentBizKey bizKey,
Date date,
Locale locale,
boolean isDisable)
指定した日付で有効な会社組織を取得します。
|
DepartmentCtg |
CompanyReader.getDepartmentCategory(IAppCmnInfo info,
IDepartmentCtgBizKey bizKey,
Locale locale)
会社分類区分情報を取得します。
|
DepartmentCtgItm |
CompanyReader.getDepartmentCategoryItem(IAppCmnInfo info,
IDepartmentCtgItmBizKey bizkey,
Locale locale)
会社区分分類項目を取得します。
|
ITerm |
CompanyReader.getDepartmentCategoryItemAttachTerm(IAppCmnInfo info,
IDepartmentBizKey departmentBizKey,
IDepartmentCtgItmBizKey itemBizKey,
Date date)
指定した日付で有効な会社分類区分項目の所属期間情報を取得します。
|
ITerm[] |
CompanyReader.getDepartmentCategoryItemAttachTermList(IAppCmnInfo info,
IDepartmentBizKey departmentBizKey,
IDepartmentCtgItmBizKey itemBizKey,
boolean isDisable)
会社分類区分項目の所属期間情報を全期間分取得します。
|
DepartmentCompanyPost[] |
CompanyReader.getDepartmentCompanyPostWithUser(IAppCmnInfo info,
IUserBizKey[] bizKey,
AppCmnSearchCondition departmentCondition,
AppCmnSearchCondition companyPostCondition,
boolean departmentMain,
Date date,
Locale locale,
boolean isShowBlankPost,
boolean isLocale,
int start,
int count)
複数ユーザの所属する各会社組織及び役職を検索します。
|
DepartmentCompanyPost[] |
CompanyReader.getDepartmentCompanyPostWithUser(IAppCmnInfo info,
IUserBizKey[] bizKey,
AppCmnSearchCondition departmentCondition,
AppCmnSearchCondition companyPostCondition,
boolean departmentMain,
Date date,
Locale locale,
boolean isLocale,
int start,
int count)
複数ユーザの所属する各会社組織及び役職を検索します。
|
Department[] |
CompanyReader.getDepartmentList(IAppCmnInfo info,
IDepartmentBizKey bizKey,
Locale locale,
boolean isDisable)
会社組織の情報を全期間分取得します。
|
Department[] |
CompanyReader.getDepartments(IAppCmnInfo info,
IDepartmentBizKey[] bizKey,
Date date,
Locale locale,
boolean isDisable)
複数会社組織の各会社組織情報を検索します。
|
DepartmentSet |
CompanyReader.getDepartmentSet(IAppCmnInfo info,
IDepartmentSetBizKey bizKey)
会社組織セットを取得します。
|
DepartmentSet[] |
CompanyReader.getDepartmentSetAll(IAppCmnInfo info)
会社組織セットをすべて取得します。
|
DepartmentSet[] |
CompanyReader.getDepartmentSetWithCompany(IAppCmnInfo info,
ICompanyBizKey bizKey)
指定した会社の会社組織セットをすべて取得します。
|
ITerm |
CompanyReader.getDepartmentTerm(IAppCmnInfo info,
IDepartmentBizKey bizKey,
Date date)
指定した日付で有効な会社組織の期間を取得します。
|
ITerm[] |
CompanyReader.getDepartmentTermList(IAppCmnInfo info,
IDepartmentBizKey bizKey,
boolean isDisable)
会社組織の期間を全期間分取得します。
|
DepartmentListNode[] |
CompanyReader.getFullPathListNode(IAppCmnInfo info,
DepartmentListNode[] listNodes,
Date date,
Locale locale)
会社組織リストノードの記述名を、組織ツリーの階層を含めた名称に置き換えます。
|
DepartmentListNode[] |
CompanyReader.getIsolation(IAppCmnInfo info,
IDepartmentSetBizKey bizKey,
Date date,
Locale locale,
boolean isDisable)
組織ツリー上に存在しないノードを取得します。
|
DepartmentListNode[] |
CompanyReader.getParent(IAppCmnInfo info,
IDepartmentBizKey bizKey,
Date date,
Locale locale,
boolean isDisable)
会社組織の親組織を取得します。
|
DepartmentTreeNode |
CompanyReader.getTree(IAppCmnInfo info,
IDepartmentSetBizKey bizKey,
Date date,
Locale locale,
boolean isDisable)
組織完全ツリーを取得します。
|
ITerm |
CompanyReader.getTreeTerm(IAppCmnInfo info,
IDepartmentSetBizKey bizKey,
Date date)
指定した日付で有効な会社組織内包の期間情報を取得します。
|
ITerm[] |
CompanyReader.getTreeTermList(IAppCmnInfo info,
IDepartmentSetBizKey bizKey,
boolean isDisable)
会社組織内包の期間情報を全期間分取得します。
|
DepartmentTreeNode |
CompanyReader.getUpBranch(IAppCmnInfo info,
IDepartmentBizKey bizKey,
Date date,
Locale locale,
boolean isDisable)
組織部分ツリーを取得します。
|
ITerm |
CompanyReader.getUserAttachTerm(IAppCmnInfo info,
IDepartmentBizKey departmentBizKey,
IUserBizKey userBizKey,
Date date)
指定した日付で有効なユーザの所属期間情報を取得します。
|
ITerm[] |
CompanyReader.getUserAttachTermList(IAppCmnInfo info,
IDepartmentBizKey departmentBizKey,
IUserBizKey userBizKey,
boolean isDisable)
ユーザの所属期間情報を全期間分取得します。
|
CompanyListNode[] |
CompanyReader.listCompany(IAppCmnInfo info,
AppCmnSearchCondition condition,
Date date,
Locale locale,
int start,
int count,
boolean isDisable)
指定した日付で有効な会社を検索します。
|
CompanyPostListNode[] |
CompanyReader.listCompanyPost(IAppCmnInfo info,
AppCmnSearchCondition condition,
Date date,
Locale locale,
int start,
int count,
boolean isDisable)
指定した日付で有効な役職を検索します。
|
CompanyPostListNode[] |
CompanyReader.listCompanyPostWithUser(IAppCmnInfo info,
IUserBizKey bizKey,
AppCmnSearchCondition condition,
Date date,
Locale locale,
int start,
int count,
boolean isDisable)
ユーザに所属する役職を検索します。
|
CompanyPostListNode[] |
CompanyReader.listCompanyPostWithUserOnDepartment(IAppCmnInfo info,
IUserBizKey userBizKey,
IDepartmentBizKey departmentBizKey,
AppCmnSearchCondition condition,
Date date,
Locale locale,
int start,
int count,
boolean isDisable)
指定した組織に所属するユーザに所属する役職を検索します。
|
DepartmentListNode[] |
CompanyReader.listDepartment(IAppCmnInfo info,
AppCmnSearchCondition condition,
Date date,
Locale locale,
int start,
int count,
boolean isDisable)
指定した日付で有効な組織を検索します。
|
DepartmentCtgListNode[] |
CompanyReader.listDepartmentCategory(IAppCmnInfo info,
AppCmnSearchCondition condition,
Locale locale,
int start,
int count,
boolean isDisable)
指定した日付で有効な分類区分を検索します。
|
DepartmentCtgItmListNode[] |
CompanyReader.listDepartmentCategoryItem(IAppCmnInfo info,
AppCmnSearchCondition condition,
Locale locale,
int start,
int count,
boolean isDisable)
指定した日付で有効な分類区分項目を検索します。
|
DepartmentCtgItmListNode[] |
CompanyReader.listDepartmentCategoryItemWithDepartment(IAppCmnInfo info,
IDepartmentBizKey bizKey,
AppCmnSearchCondition condition,
Date date,
Locale locale,
int start,
int count,
boolean isDisable)
指定した日付で有効な組織に登録している分類区分項目を検索します。
|
DepartmentListNode[] |
CompanyReader.listDepartmentWithCompany(ICompanyBizKey bizKey,
IAppCmnInfo info,
AppCmnSearchCondition condition,
Date date,
Locale locale,
int start,
int count,
boolean isDisable)
指定した会社で、有効な組織を検索します。
|
DepartmentListNode[] |
CompanyReader.listDepartmentWithDepartmentCategoryItem(IAppCmnInfo info,
IDepartmentCtgItmBizKey bizKey,
AppCmnSearchCondition condition,
Date date,
Locale locale,
int start,
int count,
boolean isDisable)
分類区分項目が所属する会社組織を検索します。
|
DepartmentListNode[] |
CompanyReader.listDepartmentWithUser(IAppCmnInfo info,
IUserBizKey bizKey,
AppCmnSearchCondition condition,
boolean departmentMain,
Date date,
Locale locale,
int start,
int count,
boolean isDisable)
ユーザが所属する会社組織を検索します。
|
AttachDepartmentListNode[] |
CompanyReader.listDepartmentWithUserPost(IAppCmnInfo info,
IUserBizKey bizKey,
AppCmnSearchCondition condition,
boolean departmentMain,
Date date,
Locale locale,
int start,
int count,
boolean isDisable)
ユーザが所属する会社組織を検索します。
|
DepartmentTreeNode[] |
CompanyReader.listTreeRoot(IAppCmnInfo info,
AppCmnSearchCondition condition,
Date date,
Locale locale,
int start,
int count,
boolean isDisable)
組織ツリーのトップノードを検索します。
|
UserListNode[] |
CompanyReader.listUserDedupeWithDepartmentTree(IAppCmnInfo info,
IDepartmentBizKey bizKey,
AppCmnSearchCondition condition,
boolean departmentMain,
Date date,
Locale locale,
int start,
int count,
boolean isDisable)
指定した日付で有効な、指定した組織とその下位の組織に所属するユーザを検索します。
|
UserListNode[] |
CompanyReader.listUserWithCompanyPost(IAppCmnInfo info,
ICompanyPostBizKey bizKey,
AppCmnSearchCondition condition,
Date date,
Locale locale,
int start,
int count,
boolean isDisable)
指定した日付で有効な指定した役職を持つユーザを検索します。
|
AttachedUserListNode[] |
CompanyReader.listUserWithCompanyPostOnDepartment(IAppCmnInfo info,
ICompanyPostBizKey postBizKey,
IDepartmentBizKey departmentBizKey,
AppCmnSearchCondition condition,
boolean departmentMain,
Date date,
Locale locale,
int start,
int count,
boolean isDisable)
指定した日付で有効な、指定した組織に所属し指定した役職を持つユーザを検索します。
|
AttachedUserListNode[] |
CompanyReader.listUserWithCompanyPostOnDepartment(IAppCmnInfo info,
List<Map<IDepartmentBizKey,ICompanyPostBizKey>> postBizKeyMaps,
AppCmnSearchCondition condition,
boolean departmentMain,
Date date,
Locale locale,
int start,
int count,
boolean isDisable)
指定した日付で有効な、指定したいずれかの組織に所属し、指定したいずれかの役職をもつユーザを検索します。
|
AttachedUserListNode[] |
CompanyReader.listUserWithDepartment(IAppCmnInfo info,
IDepartmentBizKey[] bizKey,
AppCmnSearchCondition condition,
boolean departmentMain,
Date date,
Locale locale,
int start,
int count,
boolean isDisable)
指定した日付で有効な複数会社組織に、1つ以上所属するユーザを検索します。
|
AttachedUserListNode[] |
CompanyReader.listUserWithDepartment(IAppCmnInfo info,
IDepartmentBizKey bizKey,
AppCmnSearchCondition condition,
boolean departmentMain,
Date date,
Locale locale,
int start,
int count,
boolean isDisable)
指定した日付で有効な会社組織に所属するユーザを検索します。
|
AttachedUserListNode[] |
CompanyReader.listUserWithDepartmentTree(IAppCmnInfo info,
IDepartmentBizKey bizKey,
AppCmnSearchCondition condition,
boolean departmentMain,
Date date,
Locale locale,
int start,
int count,
boolean isDisable)
指定した日付で有効な、指定した組織とその下位の組織に所属するユーザを検索します。
|
AttachedUserListNode[] |
CompanyReader.listUserWithDepartmentUpTree(IAppCmnInfo info,
IDepartmentBizKey bizKey,
AppCmnSearchCondition condition,
boolean departmentMain,
Date date,
Locale locale,
int start,
int count,
boolean isDisable)
指定した日付で有効な、指定した組織とその上位の組織に所属するユーザを検索します。
|
ProvideListenerModel |
CompanyWriter.mergeBackwardTermCompanyPost(IAppCmnInfo info,
ICompanyPostBizKey bizKey,
String termCd)
役職の期間を直前の期間と結合します。
|
ProvideListenerModel |
CompanyWriter.mergeBackwardTermDepartment(IAppCmnInfo info,
IDepartmentBizKey bizKey,
String termCd)
指定した組織の期間を、直前の期間と結合します。
|
ProvideListenerModel |
CompanyWriter.mergeBackwardTermDepartmentSet(IAppCmnInfo info,
IDepartmentSetBizKey bizKey,
String termCd)
指定した組織の内包の期間を、直前の期間と結合します。
|
CompanyProvideListenerModel |
CompanyWriter.mergeBackwardTermUserAttach(IAppCmnInfo info,
IDepartmentBizKey departmentBizKey,
IUserBizKey userBizKey,
String termCd)
ユーザの所属期間を、直前の期間と結合します。
|
ProvideListenerModel |
CompanyWriter.mergeForwardTermCompanyPost(IAppCmnInfo info,
ICompanyPostBizKey bizKey,
String termCd)
役職の期間を直後の期間と結合します。
|
ProvideListenerModel |
CompanyWriter.mergeForwardTermDepartment(IAppCmnInfo info,
IDepartmentBizKey bizKey,
String termCd)
会社組織の期間を直後の期間と結合します。
|
ProvideListenerModel |
CompanyWriter.mergeForwardTermDepartmentSet(IAppCmnInfo info,
IDepartmentSetBizKey bizKey,
String termCd)
会社組織の内包の期間を直後の期間と結合します。
|
CompanyProvideListenerModel |
CompanyWriter.mergeForwardTermUserAttach(IAppCmnInfo info,
IDepartmentBizKey departmentBizKey,
IUserBizKey userBizKey,
String termCd)
ユーザの所属期間を、直後の期間と結合します。
|
ProvideListenerModel |
CompanyWriter.moveTermCompanyPost(IAppCmnInfo info,
ICompanyPostBizKey bizKey,
ITerm term)
役職の期間を変更します。
|
ProvideListenerModel |
CompanyWriter.moveTermDepartment(IAppCmnInfo info,
IDepartmentBizKey bizKey,
ITerm term)
組織の期間を変更します。
|
ProvideListenerModel |
CompanyWriter.moveTermDepartmentSet(IAppCmnInfo info,
IDepartmentSetBizKey bizKey,
ITerm term)
組織内包の期間を変更します。
|
CompanyProvideListenerModel |
CompanyWriter.moveTermUserAttach(IAppCmnInfo info,
IDepartmentBizKey departmentBizKey,
IUserBizKey userBizKey,
ITerm term)
ユーザの所属期間を変更します。
|
void |
CompanyWriter.removeCompany(IAppCmnInfo info,
ICompanyBizKey bizKey)
会社を削除します。
|
void |
CompanyListener.removeCompany(IAppCmnInfo info,
ICompanyBizKey bizKey)
会社を削除したときに実行されます。
|
ProvideListenerRemoveKeyModel<ICompanyPostBizKey> |
CompanyWriter.removeCompanyPost(IAppCmnInfo info,
ICompanyPostBizKey bizKey,
Locale locale)
役職を削除します。
|
void |
CompanyListener.removeCompanyPost(IAppCmnInfo info,
ProvideListenerRemoveKeyModel<ICompanyPostBizKey> result)
役職を削除したときに実行されます。
|
void |
CompanyWriter.removeCompanyPostAttach(IAppCmnInfo info,
IDepartmentBizKey departmentBizKey,
IUserBizKey userBizKey,
ICompanyPostBizKey postBizKey,
String termCd)
指定のユーザが指定の組織の役職に所属している期間情報を削除します。
|
void |
CompanyListener.removeCompanyPostAttach(IAppCmnInfo info,
IDepartmentBizKey departmentBizKey,
IUserBizKey userBizKey,
ICompanyPostBizKey postBizKey,
String termCd)
役職の所属情報を削除したときに実行されます。
|
void |
CompanyListener.removeCompanyPostTerm(IAppCmnInfo info,
ICompanyPostBizKey bizKey,
List<ITerm> termList)
役職の期間を削除したときに実行されます。
|
ProvideListenerRemoveKeyModel<IDepartmentBizKey> |
CompanyWriter.removeDepartment(IAppCmnInfo info,
IDepartmentBizKey bizKey,
Locale locale)
会社組織を削除します。
|
void |
CompanyListener.removeDepartment(IAppCmnInfo info,
ProvideListenerRemoveKeyModel<IDepartmentBizKey> result)
会社組織を削除したときに実行されます。
|
ProvideListenerRemoveKeyModel<IDepartmentCtgBizKey> |
CompanyWriter.removeDepartmentCategory(IAppCmnInfo info,
IDepartmentCtgBizKey bizKey,
Locale locale)
分類区分を削除します。
|
void |
CompanyListener.removeDepartmentCategory(IAppCmnInfo info,
ProvideListenerRemoveKeyModel<IDepartmentCtgBizKey> result)
分類区分を削除したときに実行されます。
|
ProvideListenerRemoveKeyModel<IDepartmentCtgItmBizKey> |
CompanyWriter.removeDepartmentCategoryItem(IAppCmnInfo info,
IDepartmentCtgItmBizKey bizKey,
Locale locale)
分類区分項目を削除します。
|
void |
CompanyListener.removeDepartmentCategoryItem(IAppCmnInfo info,
ProvideListenerRemoveKeyModel<IDepartmentCtgItmBizKey> result)
分類区分項目を削除したときに実行されます。
|
void |
CompanyWriter.removeDepartmentCategoryItemAttach(IAppCmnInfo info,
IDepartmentBizKey departmentBizKey,
IDepartmentCtgItmBizKey itemBizKey,
String termCd)
分類区分項目の所属を削除します。
|
void |
CompanyListener.removeDepartmentCategoryItemAttach(IAppCmnInfo info,
IDepartmentBizKey departmentBizKey,
IDepartmentCtgItmBizKey itemBizKey,
String termCd)
分類区分項目の所属が削除されたときに実行されます。
|
void |
CompanyWriter.removeDepartmentInclusion(IAppCmnInfo info,
IDepartmentBizKey bizKey,
String termCd)
組織内包を削除します。
|
void |
CompanyListener.removeDepartmentInclusion(IAppCmnInfo info,
IDepartmentBizKey bizKey,
String termCd)
会社組織の内包を削除したときに実行されます。
|
void |
CompanyWriter.removeDepartmentSet(IAppCmnInfo info,
IDepartmentSetBizKey bizKey)
組織セットを削除します。
|
void |
CompanyListener.removeDepartmentSet(IAppCmnInfo info,
IDepartmentSetBizKey bizKey)
組織セットを削除したときに実行されます。
|
void |
CompanyListener.removeDepartmentSetTerm(IAppCmnInfo info,
IDepartmentSetBizKey bizKey,
List<ITerm> termList)
組織内包の期間が削除されたときに実行されます。
|
void |
CompanyListener.removeDepartmentTerm(IAppCmnInfo info,
IDepartmentBizKey bizKey,
List<ITerm> termList)
会社組織の期間を削除したときに実行されます。
|
void |
CompanyWriter.removeUserAttach(IAppCmnInfo info,
IDepartmentBizKey departmentBizKey,
IUserBizKey userBizKey)
会社組織からユーザの所属を削除します。
|
void |
CompanyListener.removeUserAttach(IAppCmnInfo info,
IDepartmentBizKey departmentBizKey,
IUserBizKey userBizKey)
ユーザの所属情報を削除したときに実行されます。
|
void |
CompanyListener.removeUserAttachTerm(IAppCmnInfo info,
IDepartmentBizKey departmentBizKey,
IUserBizKey userBizKey,
List<ITerm> termList)
ユーザ所属の期間情報を削除したときに実行されます。
|
CompanyListNode[] |
CompanyReader.searchCompany(IAppCmnInfo info,
AppCmnSearchCondition condition,
Date date,
Locale locale,
int start,
int count,
boolean isDisable)
指定した日付で有効な会社を検索します。
|
CompanyPostListNode[] |
CompanyReader.searchCompanyPost(IAppCmnInfo info,
AppCmnSearchCondition condition,
Date date,
Locale locale,
int start,
int count,
boolean isDisable)
指定した日付で有効な役職を検索します。
|
CompanyPostListNode[] |
CompanyReader.searchCompanyPostWithUser(IAppCmnInfo info,
IUserBizKey bizKey,
AppCmnSearchCondition condition,
Date date,
Locale locale,
int start,
int count,
boolean isDisable)
ユーザに所属する役職を検索します。
|
CompanyPostListNode[] |
CompanyReader.searchCompanyPostWithUserOnDepartment(IAppCmnInfo info,
IUserBizKey userBizKey,
IDepartmentBizKey departmentBizKey,
AppCmnSearchCondition condition,
Date date,
Locale locale,
int start,
int count,
boolean isDisable)
指定した組織に所属するユーザに所属する役職を検索します。
|
DepartmentListNode[] |
CompanyReader.searchDepartment(IAppCmnInfo info,
AppCmnSearchCondition condition,
Date date,
Locale locale,
int start,
int count,
boolean isDisable)
指定した日付で有効な組織を検索します。
|
DepartmentCtgListNode[] |
CompanyReader.searchDepartmentCategory(IAppCmnInfo info,
AppCmnSearchCondition condition,
Locale locale,
int start,
int count,
boolean isDisable)
指定した日付で有効な分類区分を検索します。
|
DepartmentCtgItmListNode[] |
CompanyReader.searchDepartmentCategoryItem(IAppCmnInfo info,
AppCmnSearchCondition condition,
Locale locale,
int start,
int count,
boolean isDisable)
指定した日付で有効な分類区分項目を検索します。
|
DepartmentCtgItmListNode[] |
CompanyReader.searchDepartmentCategoryItemWithDepartment(IAppCmnInfo info,
IDepartmentBizKey bizKey,
AppCmnSearchCondition condition,
Date date,
Locale locale,
int start,
int count,
boolean isDisable)
指定した日付で有効な、組織に所属している分類区分項目を検索します。
|
DepartmentListNode[] |
CompanyReader.searchDepartmentWithDepartmentCategoryItem(IAppCmnInfo info,
IDepartmentCtgItmBizKey bizKey,
AppCmnSearchCondition condition,
Date date,
Locale locale,
int start,
int count,
boolean isDisable)
分類区分項目が所属する会社組織を検索します。
|
DepartmentListNode[] |
CompanyReader.searchDepartmentWithUser(IAppCmnInfo info,
IUserBizKey bizKey,
AppCmnSearchCondition condition,
boolean departmentMain,
Date date,
Locale locale,
int start,
int count,
boolean isDisable)
ユーザが所属する会社組織を検索します。
|
DepartmentTreeNode[] |
CompanyReader.searchTreeRoot(IAppCmnInfo info,
AppCmnSearchCondition condition,
Date date,
Locale locale,
int start,
int count,
boolean isDisable)
組織ツリーのトップノードを検索します。
|
UserListNode[] |
CompanyReader.searchUserWithCompanyPost(IAppCmnInfo info,
ICompanyPostBizKey bizKey,
AppCmnSearchCondition condition,
Date date,
Locale locale,
int start,
int count,
boolean isDisable)
指定した日付で有効な指定した役職を持つユーザを検索します。
|
AttachedUserListNode[] |
CompanyReader.searchUserWithCompanyPostOnDepartment(IAppCmnInfo info,
ICompanyPostBizKey postBizKey,
IDepartmentBizKey departmentBizKey,
AppCmnSearchCondition condition,
boolean departmentMain,
Date date,
Locale locale,
int start,
int count,
boolean isDisable)
指定した日付で有効な、指定した組織に所属し指定した役職を持つユーザを検索します。
|
AttachedUserListNode[] |
CompanyReader.searchUserWithCompanyPostOnDepartment(IAppCmnInfo info,
List<Map<IDepartmentBizKey,ICompanyPostBizKey>> postBizKeyMaps,
AppCmnSearchCondition condition,
boolean departmentMain,
Date date,
Locale locale,
int start,
int count,
boolean isDisable)
指定した日付で有効な、指定したいずれかの組織に所属し、指定したいずれかの役職をもつユーザを検索します。
|
AttachedUserListNode[] |
CompanyReader.searchUserWithDepartment(IAppCmnInfo info,
IDepartmentBizKey[] bizKey,
AppCmnSearchCondition condition,
boolean departmentMain,
Date date,
Locale locale,
int start,
int count,
boolean isDisable)
指定した日付で有効な複数組織に、1つ以上所属するユーザを検索します。
|
AttachedUserListNode[] |
CompanyReader.searchUserWithDepartment(IAppCmnInfo info,
IDepartmentBizKey bizKey,
AppCmnSearchCondition condition,
boolean departmentMain,
Date date,
Locale locale,
int start,
int count,
boolean isDisable)
指定した日付で有効な組織に所属するユーザを検索します。
|
AttachedUserListNode[] |
CompanyReader.searchUserWithDepartmentTree(IAppCmnInfo info,
IDepartmentBizKey bizKey,
AppCmnSearchCondition condition,
boolean departmentMain,
Date date,
Locale locale,
int start,
int count,
boolean isDisable)
指定した日付で有効な、指定した組織とその下位の組織に所属するユーザを検索します。
|
AttachedUserListNode[] |
CompanyReader.searchUserWithDepartmentUpTree(IAppCmnInfo info,
IDepartmentBizKey bizKey,
AppCmnSearchCondition condition,
boolean departmentMain,
Date date,
Locale locale,
int start,
int count,
boolean isDisable)
指定した日付で有効な、指定した組織とその上位の組織に所属するユーザを検索します。
|
ProvideListenerModel |
CompanyWriter.separateTermCompanyPost(IAppCmnInfo info,
ICompanyPostBizKey bizKey,
String termCd,
Date date)
役職の期間を分割します。
|
ProvideListenerModel |
CompanyWriter.separateTermDepartment(IAppCmnInfo info,
IDepartmentBizKey bizKey,
String termCd,
Date date)
組織の期間を分割します。
|
ProvideListenerModel |
CompanyWriter.separateTermDepartmentSet(IAppCmnInfo info,
IDepartmentSetBizKey bizKey,
String termCd,
Date date)
組織内包の期間を分割します。
|
ProvideListenerModel |
CompanyWriter.separateTermUserAttach(IAppCmnInfo info,
IDepartmentBizKey departmentBizKey,
IUserBizKey userBizKey,
String termCd,
Date date)
ユーザの所属期間を分割します。
|
ITerm[] |
CompanyWriter.setCompanyPost(IAppCmnInfo info,
CompanyPost companyPost)
役職情報を登録します。
|
ITerm[] |
CompanyWriter.setCompanyPostAttach(IAppCmnInfo info,
IDepartmentBizKey departmentBizKey,
IUserBizKey userBizKey,
ICompanyPostBizKey postBizKey,
String termCd)
役職の所属情報を登録します。
|
ITerm[] |
CompanyWriter.setDepartment(IAppCmnInfo info,
Department department)
会社組織情報を登録します。
|
DepartmentCtg |
CompanyWriter.setDepartmentCategory(IAppCmnInfo info,
DepartmentCtg category)
分類区分情報を登録します。
|
DepartmentCtgItm |
CompanyWriter.setDepartmentCategoryItem(IAppCmnInfo info,
DepartmentCtgItm item)
分類区分項目情報を登録します。
|
ITerm[] |
CompanyWriter.setDepartmentCategoryItemAttach(IAppCmnInfo info,
IDepartmentBizKey departmentBizKey,
IDepartmentCtgItmBizKey itemBizKey,
ITerm term)
分類区分項目の所属を登録します。
|
void |
CompanyWriter.setDepartmentInclusion(IAppCmnInfo info,
IDepartmentBizKey bizKey,
String parentDepartmentCd,
String termCd)
組織内包を登録します。
|
CompanyProvideListenerModel |
CompanyWriter.setUserAttach(IAppCmnInfo info,
IDepartmentBizKey departmentBizKey,
IUserBizKey userBizKey,
ITerm term,
boolean isDepartmentMain)
ユーザの所属情報を登録します。
|
int |
CompanyReader.totalCompany(IAppCmnInfo info,
AppCmnSearchCondition condition,
Date date,
boolean isDisable)
指定した日付で有効な会社をカウントします。
|
int |
CompanyReader.totalCompanyPost(IAppCmnInfo info,
AppCmnSearchCondition condition,
Date date,
boolean isDisable)
指定した日付で有効な役職をカウントします。
|
int |
CompanyReader.totalCompanyPostWithUser(IAppCmnInfo info,
IUserBizKey bizKey,
AppCmnSearchCondition condition,
Date date,
boolean isDisable)
ユーザに所属する役職をカウントします。
|
int |
CompanyReader.totalCompanyPostWithUserOnDepartment(IAppCmnInfo info,
IUserBizKey userBizKey,
IDepartmentBizKey departmentBizKey,
AppCmnSearchCondition condition,
Date date,
boolean isDisable)
指定した組織に所属するユーザに所属する役職をカウントします。
|
int |
CompanyReader.totalDepartment(IAppCmnInfo info,
AppCmnSearchCondition condition,
Date date,
boolean isDisable)
指定した日付で有効な組織をカウントします。
|
int |
CompanyReader.totalDepartmentCategory(IAppCmnInfo info,
AppCmnSearchCondition condition,
boolean isDisable)
指定した日付で有効な分類区分をカウントします。
|
int |
CompanyReader.totalDepartmentCategoryItem(IAppCmnInfo info,
AppCmnSearchCondition condition,
boolean isDisable)
指定した日付で有効な分類区分項目をカウントします。
|
int |
CompanyReader.totalDepartmentCategoryItemWithDepartment(IAppCmnInfo info,
IDepartmentBizKey bizKey,
AppCmnSearchCondition condition,
Date date,
boolean isDisable)
指定した日付で有効な会社に所属する分類区分項目をカウントします。
|
int |
CompanyReader.totalDepartmentWithCompany(ICompanyBizKey bizKey,
IAppCmnInfo info,
AppCmnSearchCondition condition,
Date date,
boolean isDisable)
指定した会社で組織をカウントします。
|
int |
CompanyReader.totalDepartmentWithDepartmentCategoryItem(IAppCmnInfo info,
IDepartmentCtgItmBizKey bizKey,
AppCmnSearchCondition condition,
Date date,
boolean isDisable)
分類区分項目が所属する会社組織をカウントします。
|
int |
CompanyReader.totalDepartmentWithUser(IAppCmnInfo info,
IUserBizKey bizKey,
AppCmnSearchCondition condition,
boolean departmentMain,
Date date,
boolean isDisable)
ユーザが所属する組織をカウントします。
|
int |
CompanyReader.totalTreeRoot(IAppCmnInfo info,
AppCmnSearchCondition condition,
Date date,
boolean isDisable)
組織ツリーのルートをカウントします。
|
int |
CompanyReader.totalUserWithCompanyPost(IAppCmnInfo info,
ICompanyPostBizKey bizKey,
AppCmnSearchCondition condition,
Date date,
boolean isDisable)
指定した日付で有効な指定した役職を持つユーザをカウントします。
|
int |
CompanyReader.totalUserWithCompanyPostOnDepartment(IAppCmnInfo info,
ICompanyPostBizKey postBizKey,
IDepartmentBizKey departmentBizKey,
AppCmnSearchCondition condition,
boolean departmentMain,
Date date,
boolean isDisable)
指定した日付で有効な、指定した組織に所属し指定した役職を持つユーザをカウントします。
|
int |
CompanyReader.totalUserWithCompanyPostOnDepartment(IAppCmnInfo info,
List<Map<IDepartmentBizKey,ICompanyPostBizKey>> postBizKeyMaps,
AppCmnSearchCondition condition,
boolean departmentMain,
Date date,
boolean isDisable)
指定した日付で有効な、指定したいずれかの組織に所属し、指定したいずれかの役職をもつユーザをカウントします。
|
int |
CompanyReader.totalUserWithDepartment(IAppCmnInfo info,
IDepartmentBizKey[] bizKey,
AppCmnSearchCondition condition,
boolean departmentMain,
Date date,
boolean isDisable)
指定した日付で有効な、複数の組織のうち、1つ以上所属するユーザをカウントします。
|
int |
CompanyReader.totalUserWithDepartment(IAppCmnInfo info,
IDepartmentBizKey bizKey,
AppCmnSearchCondition condition,
boolean departmentMain,
Date date,
boolean isDisable)
指定した日付で有効な会社組織に所属するユーザをカウントします。
|
int |
CompanyReader.totalUserWithDepartmentTree(IAppCmnInfo info,
IDepartmentBizKey bizKey,
AppCmnSearchCondition condition,
boolean departmentMain,
Date date,
boolean isDisable)
指定した日付で有効な、指定した組織とその下位の組織に所属するユーザをカウントします。
|
int |
CompanyReader.totalUserWithDepartmentUpTree(IAppCmnInfo info,
IDepartmentBizKey bizKey,
AppCmnSearchCondition condition,
boolean departmentMain,
Date date,
boolean isDisable)
指定した日付で有効な、指定した組織とその上位の組織に所属するユーザをカウントします。
|
void |
CompanyWriter.updateCompany(IAppCmnInfo info,
Company company)
会社を更新します。
|
void |
CompanyListener.updateCompany(IAppCmnInfo info,
Company company)
会社を更新したときに実行されます。
|
void |
CompanyListener.updateCompanyPost(IAppCmnInfo info,
CompanyPost post)
役職を更新したときに実行されます。
|
void |
CompanyListener.updateCompanyPostAttach(IAppCmnInfo info,
IDepartmentBizKey departmentBizKey,
IUserBizKey userBizKey,
ICompanyPostBizKey postBizKey,
String termCd)
役職の所属情報を更新したときに実行されます。
|
void |
CompanyListener.updateCompanyPostTerm(IAppCmnInfo info,
ICompanyPostBizKey bizKey,
List<ITerm> termList)
役職の期間を更新したときに実行されます。
|
void |
CompanyListener.updateDepartment(IAppCmnInfo info,
Department department)
会社組織を更新したときに実行されます。
|
void |
CompanyListener.updateDepartmentCategory(IAppCmnInfo info,
DepartmentCtg category)
分類区分を更新したときに実行されます。
|
void |
CompanyListener.updateDepartmentCategoryItem(IAppCmnInfo info,
DepartmentCtgItm item)
分類区分項目を更新したときに実行されます。
|
void |
CompanyListener.updateDepartmentCategoryItemAttach(IAppCmnInfo info,
IDepartmentBizKey departmentBizKey,
IDepartmentCtgItmBizKey itemBizKey,
ITerm term)
分類区分項目の所属が更新されたときに実行されます。
|
void |
CompanyWriter.updateDepartmentSet(IAppCmnInfo info,
DepartmentSet departmentSet)
組織セットを更新します。
|
void |
CompanyListener.updateDepartmentSet(IAppCmnInfo info,
DepartmentSet set)
組織セットを更新したときに実行されます。
|
void |
CompanyListener.updateDepartmentSetTerm(IAppCmnInfo info,
IDepartmentSetBizKey bizKey,
List<ITerm> termList)
組織内包の期間が更新されたときに実行されます。
|
void |
CompanyListener.updateDepartmentTerm(IAppCmnInfo info,
IDepartmentBizKey bizKey,
List<ITerm> termList)
会社組織の期間を更新したときに実行されます。
|
void |
CompanyListener.updateUserAttach(IAppCmnInfo info,
IDepartmentBizKey departmentBizKey,
IUserBizKey userBizKey,
ITerm term,
boolean isDepartmentMain)
ユーザの所属情報を更新したときに実行されます。
|
void |
CompanyListener.updateUserAttachTerm(IAppCmnInfo info,
IDepartmentBizKey departmentBizKey,
IUserBizKey userBizKey,
List<ITerm> termList)
ユーザ所属の期間情報を更新したときに実行されます。
|
修飾子とタイプ | メソッドと説明 |
---|---|
CompanyAuthzResource |
CompanyAuthzReader.getCompanyResourceAuthz(IAppCmnInfo appCmnInfo,
String companyCd)
会社コードを元に会社リソース情報を取得します。
|
CompanyAuthzManagerExixtence |
CompanyAuthzReader.isManager(IAppCmnInfo appCmnInfo,
String action,
String userCd)
指定したユーザが、全会社管理者か判断します。
|
CompanyListNode[] |
CompanyAuthzReader.listCompanyAuthz(IAppCmnInfo appCmnInfo,
String action,
Date date,
Locale locale,
String userCd,
boolean isDisable)
ユーザCDを元に認可で許可された会社を指定した日付で検索します。
|
CompanyListNode[] |
CompanyAuthzReader.listCompanyAuthzWithCompany(IAppCmnInfo appCmnInfo,
ICompanyBizKey[] bizKey,
String action,
Date date,
Locale locale,
String userCd,
boolean isDisable)
指定した会社において、
ユーザCDを元に認可で許可された会社を指定した日付で検索します。
|
void |
CompanyAuthzWriter.removeCompanyResource(IAppCmnInfo info,
ICompanyBizKey bizKey)
会社リソースを削除します。
|
void |
CompanyAuthzWriter.setCompanyResource(IAppCmnInfo info,
Department department)
会社リソースを登録します。
|
修飾子とタイプ | メソッドと説明 |
---|---|
ITerm |
CompanyGroupWriter.changeCompanyGroupSetState(IAppCmnInfo info,
ICompanyGroupSetBizKey bizKey,
String termCd,
boolean disable)
会社グループ内包の削除フラグを更新します。
|
int |
CompanyGroupReader.countCompanyGroup(IAppCmnInfo info,
AppCmnSearchCondition condition,
Date date,
Locale locale,
boolean isDisable)
指定した日付で有効な会社グループをカウントします。
|
int |
CompanyGroupReader.countCompanyGroupWithCompany(IAppCmnInfo info,
ICompanyBizKey bizKey,
AppCmnSearchCondition condition,
Date date,
Locale locale,
boolean isDisable)
会社が所属する会社グループをカウントします。
|
int |
CompanyGroupReader.countCompanyWithCompanyGroup(IAppCmnInfo info,
ICompanyGroupBizKey bizKey,
AppCmnSearchCondition condition,
Date date,
Locale locale,
boolean isDisable)
指定した日付で有効な会社グループに所属する会社をカウントします。
|
int |
CompanyGroupReader.countCompanyWithCompanyGroupTree(IAppCmnInfo info,
ICompanyGroupBizKey bizKey,
AppCmnSearchCondition condition,
Date date,
Locale locale,
boolean isDisable)
指定した日付で有効な、指定した会社グループとそれより下位のグループに所属する会社をカウントします。
|
int |
CompanyGroupReader.countCompanyWithCompanyGroupUpTree(IAppCmnInfo info,
ICompanyGroupBizKey bizKey,
AppCmnSearchCondition condition,
Date date,
Locale locale,
boolean isDisable)
指定した日付で有効な、指定した会社グループとそれより上位のグループに所属する会社をカウントします。
|
int |
CompanyGroupReader.countTreeRoot(IAppCmnInfo info,
AppCmnSearchCondition condition,
Date date,
Locale locale,
boolean isDisable)
指定した日付で有効な会社グループツリーのトップノードをカウントします。
|
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.createCompanyGroup(IAppCmnInfo info,
List<CompanyGroup> group)
会社グループを作成したときに実行されます。
|
void |
CompanyGroupListener.createCompanyGroupInclusion(IAppCmnInfo info,
ICompanyGroupBizKey bizKey,
String parentCompanyGroupCd,
String termCd)
会社グループの内包に会社グループを追加したときに実行されます。
|
void |
CompanyGroupListener.createCompanyGroupSet(IAppCmnInfo info,
ICompanyGroupSetBizKey bizKey,
List<ITerm> list)
会社グループ内包の期間が作成されたときに実行されます。
|
void |
CompanyGroupListener.createCompanyGroupTerm(IAppCmnInfo info,
ICompanyGroupBizKey bizKey,
List<ITerm> list)
会社グループの期間が作成されたときに実行されます。
|
void |
CompanyGroupExporter.doExport(IAppCmnInfo appCmnInfo,
InputStream inputStream)
エクスポートを行います。
|
void |
CompanyGroupImporter.doImport(IAppCmnInfo appCmnInfo,
InputStream inputStream)
インポートを行います。
|
CompanyGroupTreeNode |
CompanyGroupReader.getAbsoluteBranch(IAppCmnInfo info,
ICompanyGroupBizKey bizKey,
Date date,
Locale locale,
boolean isDisable)
指定した日付で有効な会社グループ部分ツリーを取得します。
|
CompanyGroupListNode[] |
CompanyGroupReader.getAbsoluteChildren(IAppCmnInfo info,
ICompanyGroupBizKey bizKey,
Date date,
Locale locale,
boolean isDisable)
指定した日付で有効な会社グループの子グループを取得します。
|
CompanyGroupListNode[] |
CompanyGroupReader.getAbsoluteIsolation(IAppCmnInfo info,
ICompanyGroupSetBizKey bizKey,
Date date,
Locale locale,
boolean isDisable)
指定した日付で有効な会社グループ内包に所属しない会社グループを取得します。
|
CompanyGroupListNode[] |
CompanyGroupReader.getAbsoluteParent(IAppCmnInfo info,
ICompanyGroupBizKey bizKey,
Date date,
Locale locale,
boolean isDisable)
指定した日付で有効な会社グループの親グループを取得します。
|
CompanyGroupTreeNode |
CompanyGroupReader.getAbsoluteTree(IAppCmnInfo info,
ICompanyGroupSetBizKey bizKey,
Date date,
Locale locale,
boolean isDisable)
指定した日付で有効な会社グループの完全ツリーを取得します。
|
CompanyGroupTreeNode |
CompanyGroupReader.getAbsoluteUpBranch(IAppCmnInfo info,
ICompanyGroupBizKey bizKey,
Date date,
Locale locale,
boolean isDisable)
指定した日付で有効な会社グループ部分ツリーを取得します。
|
CompanyGroupTreeNode |
CompanyGroupReader.getBranch(IAppCmnInfo info,
ICompanyGroupBizKey bizKey,
Date date,
Locale locale,
boolean isDisable)
指定した日付で有効な会社グループ部分ツリーを取得します。
|
CompanyGroupListNode[] |
CompanyGroupReader.getChildren(IAppCmnInfo info,
ICompanyGroupBizKey bizKey,
Date date,
Locale locale,
boolean isDisable)
指定した日付で有効な会社グループの子グループを取得します。
|
ITerm |
CompanyGroupReader.getCompanyAttachTerm(IAppCmnInfo info,
ICompanyGroupBizKey companyGroupBizKey,
ICompanyBizKey companyBizKey,
Date date)
指定した日付で有効な会社の所属期間情報を取得します。
|
ITerm[] |
CompanyGroupReader.getCompanyAttachTermList(IAppCmnInfo info,
ICompanyGroupBizKey companyGroupBizKey,
ICompanyBizKey companyBizKey,
boolean isDisable)
会社の所属期間情報を全期間分取得します。
|
CompanyGroup |
CompanyGroupReader.getCompanyGroup(IAppCmnInfo info,
ICompanyGroupBizKey bizKey,
Date date,
Locale locale,
boolean isDisable)
指定した日付で有効な会社グループを取得します。
|
CompanyGroup[] |
CompanyGroupReader.getCompanyGroupList(IAppCmnInfo info,
ICompanyGroupBizKey bizKey,
Locale locale,
boolean isDisable)
会社グループを全期間分取得します。
|
CompanyGroupSet |
CompanyGroupReader.getCompanyGroupSet(IAppCmnInfo info,
ICompanyGroupSetBizKey bizKey)
会社グループセットを取得します。
|
CompanyGroupSet[] |
CompanyGroupReader.getCompanyGroupSetAll(IAppCmnInfo info)
会社グループセットをすべて取得します。
|
ITerm |
CompanyGroupReader.getCompanyGroupTerm(IAppCmnInfo info,
ICompanyGroupBizKey bizKey,
Date date)
指定した期間で有効な会社グループの期間を取得します。
|
ITerm[] |
CompanyGroupReader.getCompanyGroupTermList(IAppCmnInfo info,
ICompanyGroupBizKey bizKey,
boolean isDisable)
会社グループの期間情報を全期間分取得します。
|
CompanyGroupListNode[] |
CompanyGroupReader.getFullPathListNode(IAppCmnInfo info,
CompanyGroupListNode[] listNodes,
Date date,
Locale locale)
会社グループリストノードの記述名を、会社グループツリーの階層を含めた名称に置き換えます。
|
CompanyGroupListNode[] |
CompanyGroupReader.getIsolation(IAppCmnInfo info,
ICompanyGroupSetBizKey bizKey,
Date date,
Locale locale,
boolean isDisable)
指定した日付で有効な会社グループ内包に所属しない会社グループを取得します。
|
CompanyGroupListNode[] |
CompanyGroupReader.getParent(IAppCmnInfo info,
ICompanyGroupBizKey bizKey,
Date date,
Locale locale,
boolean isDisable)
指定した日付で有効な会社グループの親グループを取得します。
|
CompanyGroupTreeNode |
CompanyGroupReader.getTree(IAppCmnInfo info,
ICompanyGroupSetBizKey bizKey,
Date date,
Locale locale,
boolean isDisable)
指定した日付で有効な会社グループ完全ツリーを取得します。
|
ITerm |
CompanyGroupReader.getTreeTerm(IAppCmnInfo info,
ICompanyGroupSetBizKey bizKey,
Date date)
指定した日付で有効な会社グループ内包の期間情報を取得します。
|
ITerm[] |
CompanyGroupReader.getTreeTermList(IAppCmnInfo info,
ICompanyGroupSetBizKey bizKey,
boolean isDisable)
会社グループ内包の期間情報を全期間分取得します。
|
CompanyGroupTreeNode |
CompanyGroupReader.getUpBranch(IAppCmnInfo info,
ICompanyGroupBizKey bizKey,
Date date,
Locale locale,
boolean isDisable)
指定した日付で有効な会社グループ部分ツリーを取得します。
|
CompanyGroupListNode[] |
CompanyGroupReader.listCompanyGroup(IAppCmnInfo info,
AppCmnSearchCondition condition,
Date date,
Locale locale,
int start,
int count,
boolean isDisable)
指定した日付で有効な会社グループを検索します。
|
CompanyGroupListNode[] |
CompanyGroupReader.listCompanyGroupWithCompany(IAppCmnInfo info,
ICompanyBizKey bizKey,
AppCmnSearchCondition condition,
Date date,
Locale locale,
int start,
int count,
boolean isDisable)
会社が所属する会社グループを検索します。
|
CompanyListNode[] |
CompanyGroupReader.listCompanyWithCompanyGroup(IAppCmnInfo info,
ICompanyGroupBizKey bizKey,
AppCmnSearchCondition condition,
Date date,
Locale locale,
int start,
int count,
boolean isDisable)
指定した日付で有効な会社グループに所属する会社を検索します。
|
CompanyListNode[] |
CompanyGroupReader.listCompanyWithCompanyGroupTree(IAppCmnInfo info,
ICompanyGroupBizKey bizKey,
AppCmnSearchCondition condition,
Date date,
Locale locale,
int start,
int count,
boolean isDisable)
指定した日付で有効な、指定した会社グループとそれより下位グループに所属する会社を検索します。
|
CompanyListNode[] |
CompanyGroupReader.listCompanyWithCompanyGroupUpTree(IAppCmnInfo info,
ICompanyGroupBizKey bizKey,
AppCmnSearchCondition condition,
Date date,
Locale locale,
int start,
int count,
boolean isDisable)
指定した日付で有効な、指定した会社グループとそれより上位グループに所属する会社を検索します。
|
CompanyGroupTreeNode[] |
CompanyGroupReader.listTreeRoot(IAppCmnInfo info,
AppCmnSearchCondition condition,
Date date,
Locale locale,
int start,
int count,
boolean isDisable)
指定した日付で有効な会社グループツリーのルートを検索します。
|
ProvideListenerModel |
CompanyGroupWriter.mergeBackwardTermCompanyAttach(IAppCmnInfo info,
ICompanyGroupBizKey companyGroupBixKey,
ICompanyBizKey companyBizKey,
String termCd)
会社グループの所属期間を直前の期間と結合します。
|
ProvideListenerModel |
CompanyGroupWriter.mergeBackwardTermCompanyGroup(IAppCmnInfo info,
ICompanyGroupBizKey bizKey,
String termCd)
会社グループの期間を直前の期間と結合します。
|
ProvideListenerModel |
CompanyGroupWriter.mergeBackwardTermCompanyGroupSet(IAppCmnInfo info,
ICompanyGroupSetBizKey bizKey,
String termCd)
会社グループ内包の期間を直前の期間と結合します。
|
ProvideListenerModel |
CompanyGroupWriter.mergeForwardTermCompanyAttach(IAppCmnInfo info,
ICompanyGroupBizKey companyGroupBixKey,
ICompanyBizKey companyBizKey,
String termCd)
会社グループの所属期間を直後の期間と結合します。
|
ProvideListenerModel |
CompanyGroupWriter.mergeForwardTermCompanyGroup(IAppCmnInfo info,
ICompanyGroupBizKey bizKey,
String termCd)
会社グループの期間を直後の期間と結合します。
|
ProvideListenerModel |
CompanyGroupWriter.mergeForwardTermCompanyGroupSet(IAppCmnInfo info,
ICompanyGroupSetBizKey bizKey,
String termCd)
会社グループの内包期間を直後の期間と結合します。
|
ProvideListenerModel |
CompanyGroupWriter.moveTermCompanyAttach(IAppCmnInfo info,
ICompanyGroupBizKey companyGroupBixKey,
ICompanyBizKey companyBizKey,
ITerm term)
会社グループ所属の期間を変更します。
|
ProvideListenerModel |
CompanyGroupWriter.moveTermCompanyGroup(IAppCmnInfo info,
ICompanyGroupBizKey bizKey,
ITerm term)
会社グループの期間を変更します。
|
ProvideListenerModel |
CompanyGroupWriter.moveTermCompanyGroupSet(IAppCmnInfo info,
ICompanyGroupSetBizKey bizKey,
ITerm term)
会社グループ内包の期間を変更します。
|
void |
CompanyGroupWriter.removeCompanyAttach(IAppCmnInfo info,
ICompanyGroupBizKey companyGroupBizKey,
ICompanyBizKey companyBizKey)
会社グループの所属情報を削除します。
|
void |
CompanyGroupListener.removeCompanyAttach(IAppCmnInfo info,
ICompanyGroupBizKey groupBizKey,
ICompanyBizKey companyBizKey)
会社の所属を削除したときに実行されます。
|
void |
CompanyGroupListener.removeCompanyAttachTerm(IAppCmnInfo info,
ICompanyGroupBizKey groupBizKey,
ICompanyBizKey companyBizKey,
List<ITerm> list)
会社の所属期間が削除されたときに実行されます。
|
ProvideListenerRemoveKeyModel<ICompanyGroupBizKey> |
CompanyGroupWriter.removeCompanyGroup(IAppCmnInfo info,
ICompanyGroupBizKey bizKey,
Locale locale)
会社グループを削除します。
|
void |
CompanyGroupListener.removeCompanyGroup(IAppCmnInfo info,
ProvideListenerRemoveKeyModel<ICompanyGroupBizKey> result)
会社グループを削除したときに実行されます。
|
void |
CompanyGroupWriter.removeCompanyGroupInclusion(IAppCmnInfo info,
ICompanyGroupBizKey bizKey,
String termCd)
会社グループの内包を削除します。
|
void |
CompanyGroupListener.removeCompanyGroupInclusion(IAppCmnInfo info,
ICompanyGroupBizKey bizKey,
String termCd)
会社グループの内包に会社グループを削除したときに実行されます。
|
void |
CompanyGroupWriter.removeCompanyGroupSet(IAppCmnInfo info,
ICompanyGroupSetBizKey bizKey)
会社グループセットを削除します。
|
void |
CompanyGroupListener.removeCompanyGroupSet(IAppCmnInfo info,
ICompanyGroupSetBizKey bizKey)
会社グループセットを削除したときに実行されます。
|
void |
CompanyGroupListener.removeCompanyGroupSetTerm(IAppCmnInfo info,
ICompanyGroupSetBizKey bizKey,
List<ITerm> list)
会社グループ内包の期間が削除されたときに実行されます。
|
void |
CompanyGroupListener.removeCompanyGroupTerm(IAppCmnInfo info,
ICompanyGroupBizKey bizKey,
List<ITerm> list)
会社グループの期間が削除されたときに実行されます。
|
CompanyGroupListNode[] |
CompanyGroupReader.searchCompanyGroup(IAppCmnInfo info,
AppCmnSearchCondition condition,
Date date,
Locale locale,
int start,
int count,
boolean isDisable)
指定した日付で有効な会社グループを検索します。
|
CompanyGroupListNode[] |
CompanyGroupReader.searchCompanyGroupWithCompany(IAppCmnInfo info,
ICompanyBizKey bizKey,
AppCmnSearchCondition condition,
Date date,
Locale locale,
int start,
int count,
boolean isDisable)
会社が所属する会社グループを検索します。
|
CompanyListNode[] |
CompanyGroupReader.searchCompanyWithCompanyGroup(IAppCmnInfo info,
ICompanyGroupBizKey bizKey,
AppCmnSearchCondition condition,
Date date,
Locale locale,
int start,
int count,
boolean isDisable)
指定した日付で有効な会社グループに所属する会社を検索します。
|
CompanyListNode[] |
CompanyGroupReader.searchCompanyWithCompanyGroupTree(IAppCmnInfo info,
ICompanyGroupBizKey bizKey,
AppCmnSearchCondition condition,
Date date,
Locale locale,
int start,
int count,
boolean isDisable)
指定した日付で有効な、指定した会社グループとそれより下位のグループに所属する会社を検索します。
|
CompanyListNode[] |
CompanyGroupReader.searchCompanyWithCompanyGroupUpTree(IAppCmnInfo info,
ICompanyGroupBizKey bizKey,
AppCmnSearchCondition condition,
Date date,
Locale locale,
int start,
int count,
boolean isDisable)
指定した日付で有効な、指定した会社グループとそれより上位のグループに所属する会社を検索します。
|
CompanyGroupTreeNode[] |
CompanyGroupReader.searchTreeRoot(IAppCmnInfo info,
AppCmnSearchCondition condition,
Date date,
Locale locale,
int start,
int count,
boolean isDisable)
指定した日付で有効な会社グループツリーのルートを検索します。
|
ProvideListenerModel |
CompanyGroupWriter.separateTermCompanyAttach(IAppCmnInfo info,
ICompanyGroupBizKey companyGroupBixKey,
ICompanyBizKey companyBizKey,
String termCd,
Date date)
会社グループ所属の期間を分割します。
|
ProvideListenerModel |
CompanyGroupWriter.separateTermCompanyGroup(IAppCmnInfo info,
ICompanyGroupBizKey bizKey,
String termCd,
Date date)
会社グループの期間を分割します。
|
ProvideListenerModel |
CompanyGroupWriter.separateTermCompanyGroupSet(IAppCmnInfo info,
ICompanyGroupSetBizKey bizKey,
String termCd,
Date date)
会社グループ内包の期間を分割します。
|
ITerm[] |
CompanyGroupWriter.setCompanyAttach(IAppCmnInfo info,
ICompanyGroupBizKey companyGroupBizKey,
ICompanyBizKey companyBizKey,
ITerm term)
会社グループの所属を登録/更新します。
|
ITerm[] |
CompanyGroupWriter.setCompanyGroup(IAppCmnInfo info,
CompanyGroup companyGroup)
会社グループを登録/更新します。
|
void |
CompanyGroupWriter.setCompanyGroupInclusion(IAppCmnInfo info,
ICompanyGroupBizKey bizKey,
String parentCompanyGroupCd,
String termCd)
会社グループの内包を登録します。
|
int |
CompanyGroupReader.totalCompanyGroup(IAppCmnInfo info,
AppCmnSearchCondition condition,
Date date,
boolean isDisable)
指定した日付で有効な会社グループをカウントします。
|
int |
CompanyGroupReader.totalCompanyGroupWithCompany(IAppCmnInfo info,
ICompanyBizKey bizKey,
AppCmnSearchCondition condition,
Date date,
boolean isDisable)
会社が所属する会社グループをカウントします。
|
int |
CompanyGroupReader.totalCompanyWithCompanyGroup(IAppCmnInfo info,
ICompanyGroupBizKey bizKey,
AppCmnSearchCondition condition,
Date date,
boolean isDisable)
指定した日付で有効な会社グループに所属する会社をカウントします。
|
int |
CompanyGroupReader.totalCompanyWithCompanyGroupTree(IAppCmnInfo info,
ICompanyGroupBizKey bizKey,
AppCmnSearchCondition condition,
Date date,
boolean isDisable)
指定した日付で有効な、指定した会社グループとそれより下位のグループに所属する会社をカウントします。
|
int |
CompanyGroupReader.totalCompanyWithCompanyGroupUpTree(IAppCmnInfo info,
ICompanyGroupBizKey bizKey,
AppCmnSearchCondition condition,
Date date,
boolean isDisable)
指定した日付で有効な、指定した会社グループとそれより上位のグループに所属する会社をカウントします。
|
int |
CompanyGroupReader.totalTreeRoot(IAppCmnInfo info,
AppCmnSearchCondition condition,
Date date,
boolean isDisable)
指定した日付で有効な会社グループツリーのルートをカウントします。
|
void |
CompanyGroupListener.updateCompanyAttach(IAppCmnInfo info,
ICompanyGroupBizKey groupBizKey,
ICompanyBizKey companyBizKey,
ITerm term)
会社の所属を更新したときに実行されます。
|
void |
CompanyGroupListener.updateCompanyAttachTerm(IAppCmnInfo info,
ICompanyGroupBizKey groupBizKey,
ICompanyBizKey companyBizKey,
List<ITerm> list)
会社の所属期間が更新されたときに実行されます。
|
void |
CompanyGroupListener.updateCompanyGroup(IAppCmnInfo info,
CompanyGroup group)
会社グループを更新したときに実行されます。
|
void |
CompanyGroupWriter.updateCompanyGroupSet(IAppCmnInfo info,
CompanyGroupSet companyGroupSet)
会社グループセットを更新します。
|
void |
CompanyGroupListener.updateCompanyGroupSet(IAppCmnInfo info,
CompanyGroupSet groupSet)
会社グループセットを更新したときに実行されます。
|
void |
CompanyGroupListener.updateCompanyGroupSetTerm(IAppCmnInfo info,
ICompanyGroupSetBizKey bizKey,
List<ITerm> list)
会社グループ内包の期間が更新されたときに実行されます。
|
void |
CompanyGroupListener.updateCompanyGroupTerm(IAppCmnInfo info,
ICompanyGroupBizKey bizKey,
List<ITerm> list)
会社グループの期間が更新されたときに実行されます。
|
修飾子とタイプ | メソッドと説明 |
---|---|
int |
CorporationReader.countCorporation(IAppCmnInfo appCmnInfo,
AppCmnSearchCondition condition,
Date date,
Locale locale,
boolean isDisable)
指定された条件に該当するデータの個数を取得します。
|
int |
CorporationReader.countCorporationWithCustomer(IAppCmnInfo appCmnInfo,
ICustomerBizKey bizKey,
AppCmnSearchCondition condition,
Date date,
Locale locale,
boolean isDisable)
指定された条件を元に引数の取引先に所属する法人の総数を取得します。
|
int |
CorporationReader.countCustomerWithCorporation(IAppCmnInfo appCmnInfo,
ICorporationBizKey bizKey,
AppCmnSearchCondition condition,
Date date,
Locale locale,
boolean isDisable)
指定された条件を元に引数の法人に所属する取引先の個数を取得します。
|
void |
CorporationListener.createCorporation(IAppCmnInfo appCmnInfo,
List<Corporation> corporations)
法人のデータが新しく作成された直後にコールされます。
|
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 |
CorporationExporter.doExport(IAppCmnInfo appCmnInfo,
InputStream inputStream)
エクスポートを行います。
|
void |
CorporationImporter.doImport(IAppCmnInfo appCmnInfo,
InputStream inputStream)
インポートを行います。
|
Corporation |
CorporationReader.getCorporation(IAppCmnInfo appCmnInfo,
ICorporationBizKey bizKey,
Date termDate,
Locale locale,
boolean isDisable)
引数の法人ビジネスキーに該当する法人情報を取得します。
|
Corporation[] |
CorporationReader.getCorporation(IAppCmnInfo appCmnInfo,
ICorporationBizKey bizKey,
Locale locale,
boolean isDisable)
引数の法人ビジネスキーに該当する法人情報を取得します。
|
ITerm |
CorporationReader.getCorporationAttachTerm(IAppCmnInfo appCmnInfo,
ICustomerBizKey cusBizKey,
ICorporationBizKey copBizKey,
Date termDate)
取引先、法人の両ビジネスキーと日付から、対応する所属期間情報を取得します。
|
ITerm[] |
CorporationReader.getCorporationAttachTermList(IAppCmnInfo appCmnInfo,
ICustomerBizKey cusBizKey,
ICorporationBizKey copBizKey,
boolean isDisable)
取引先、法人の両ビジネスキーから存在する所属期間の一覧を取得します。
|
ITerm |
CorporationReader.getCorporationTerm(IAppCmnInfo appCmnInfo,
ICorporationBizKey bizKey,
Date termDate)
法人ビジネスキーと日付から、対応する期間情報を取得します。
|
ITerm[] |
CorporationReader.getCorporationTermList(IAppCmnInfo appCmnInfo,
ICorporationBizKey bizKey,
boolean isDisable)
法人ビジネスキーから存在する期間の一覧を取得します。
|
CorporationListNode[] |
CorporationReader.getCorporationWithCustomer(IAppCmnInfo appCmnInfo,
ICustomerBizKey bizKey,
Date termDate,
Locale locale,
boolean isDisable)
引数の取引先が所属している法人の一覧を取得します。
|
CustomerListNode[] |
CorporationReader.getCustomerWithCorporation(IAppCmnInfo appCmnInfo,
ICorporationBizKey bizKey,
Date termDate,
Locale locale,
boolean isDisable)
引数の法人に所属している取引先の一覧を取得します。
|
CorporationListNode[] |
CorporationReader.listCorporation(IAppCmnInfo appCmnInfo,
AppCmnSearchCondition condition,
Date date,
Locale locale,
int start,
int count,
boolean isDisable)
指定された条件を元に一覧を取得します。
|
CorporationListNode[] |
CorporationReader.listCorporationWithCustomer(IAppCmnInfo appCmnInfo,
ICustomerBizKey bizKey,
AppCmnSearchCondition condition,
Date date,
Locale locale,
int start,
int count,
boolean isDisable)
指定された条件を元に引数の取引先に所属する法人について検索を行います。
|
CustomerListNode[] |
CorporationReader.listCustomerWithCorporation(IAppCmnInfo appCmnInfo,
ICorporationBizKey bizKey,
AppCmnSearchCondition condition,
Date date,
Locale locale,
int start,
int count,
boolean isDisable)
指定された条件を元に引数の法人に所属する取引先の一覧を取得します。
|
ProvideListenerModel |
CorporationWriter.mergeBackwardCorporation(IAppCmnInfo appCmnInfo,
ICorporationBizKey corporationBizKey,
String mergeTermCd)
登録済の法人情報を隣接するひとつ過去のレコードと結合します。
|
ProvideListenerModel |
CorporationWriter.mergeBackwardCorporationAttach(IAppCmnInfo appCmnInfo,
ICustomerBizKey customerBizKey,
ICorporationBizKey corporationBizKey,
String mergeTermCd)
登録済の法人所属情報を隣接するひとつ過去のデータと結合します。
|
ProvideListenerModel |
CorporationWriter.mergeForwardCorporation(IAppCmnInfo appCmnInfo,
ICorporationBizKey corporationBizKey,
String mergeTermCd)
登録済の法人情報を隣接するひとつ未来のレコードと結合します。
|
ProvideListenerModel |
CorporationWriter.mergeForwardCorporationAttach(IAppCmnInfo appCmnInfo,
ICustomerBizKey customerBizKey,
ICorporationBizKey corporationBizKey,
String mergeTermCd)
登録済の法人所属情報を隣接するひとつ未来のデータと結合します。
|
ProvideListenerModel |
CorporationWriter.moveTermCorporation(IAppCmnInfo appCmnInfo,
ICorporationBizKey bizKey,
ITerm moveTerm)
登録済みの法人情報についての、期間区切りを変更します。
|
ProvideListenerModel |
CorporationWriter.moveTermCorporationAttach(IAppCmnInfo appCmnInfo,
ICustomerBizKey customerBizKey,
ICorporationBizKey corporationBizKey,
ITerm moveTerm)
登録済みの法人所属情報についての、期間区切りを変更します。
|
ProvideListenerRemoveKeyModel<ICorporationBizKey> |
CorporationWriter.removeCorporation(IAppCmnInfo appCmnInfo,
ICorporationBizKey corporationBizKey,
Locale locale)
指定されたキーとロケールに対応するすべての期間の法人情報を削除します。
|
void |
CorporationListener.removeCorporation(IAppCmnInfo appCmnInfo,
ProvideListenerRemoveKeyModel<ICorporationBizKey> provideListenerRemoveKeyModel)
引数のビジネスキーに対応する法人の全てのデータが削除された直後にコールされます。
|
void |
CorporationWriter.removeCorporationAttach(IAppCmnInfo appCmnInfo,
ICustomerBizKey customerBizKey,
ICorporationBizKey corporationBizKey)
指定されたキーに対応するすべての期間の法人所属情報を削除します。
|
void |
CorporationListener.removeCorporationAttach(IAppCmnInfo appCmnInfo,
ICustomerBizKey customerBizKey,
ICorporationBizKey corporationBizKey)
法人の所属情報が削除された直後にコールされます。
|
void |
CorporationListener.removeCorporationAttachTerm(IAppCmnInfo appCmnInfo,
ICustomerBizKey customerBizKey,
ICorporationBizKey corporationBizKey,
List<ITerm> term)
法人の所属の期間情報が削除された直後にコールされます。
|
void |
CorporationListener.removeCorporationTerm(IAppCmnInfo appCmnInfo,
ICorporationBizKey corporationBizKey,
List<ITerm> term)
法人の期間が削除された直後にコールされます。
|
CorporationListNode[] |
CorporationReader.searchCorporation(IAppCmnInfo appCmnInfo,
AppCmnSearchCondition condition,
Date date,
Locale locale,
int start,
int count,
boolean isDisable)
指定された条件を元に検索を行います。
|
CorporationListNode[] |
CorporationReader.searchCorporationWithCustomer(IAppCmnInfo appCmnInfo,
ICustomerBizKey bizKey,
AppCmnSearchCondition condition,
Date date,
Locale locale,
int start,
int count,
boolean isDisable)
指定された条件を元に引数の取引先に所属する法人について検索を行います。
|
CustomerListNode[] |
CorporationReader.searchCustomerWithCorporation(IAppCmnInfo appCmnInfo,
ICorporationBizKey bizKey,
AppCmnSearchCondition condition,
Date date,
Locale locale,
int start,
int count,
boolean isDisable)
指定された条件を元に引数の法人に所属する取引先について検索を行います。
|
ProvideListenerModel |
CorporationWriter.separateTermCorporation(IAppCmnInfo appCmnInfo,
ICorporationBizKey corporationBizKey,
String sepTermCd,
Date sepTermDate)
登録済みの法人情報についての、期間分割を行います。
|
ProvideListenerModel |
CorporationWriter.separateTermCorporationAttach(IAppCmnInfo appCmnInfo,
ICustomerBizKey customerBizKey,
ICorporationBizKey corporationBizKey,
String sepTermCd,
Date sepTermDate)
法人所属についての、所属期間分割を行います。
|
ITerm[] |
CorporationWriter.setCorporation(IAppCmnInfo appCmnInfo,
Corporation corporation)
法人情報を新規登録、もしくは更新処理を行います。
|
ITerm[] |
CorporationWriter.setCorporationAttach(IAppCmnInfo appCmnInfo,
ICustomerBizKey customerBizKey,
ICorporationBizKey corporationBizKey,
ITerm term)
取引先を法人に新規所属、もしくは更新処理を行います。
|
int |
CorporationReader.totalCorporation(IAppCmnInfo appCmnInfo,
AppCmnSearchCondition condition,
Date date,
boolean isDisable)
指定された条件に該当するデータの総数を取得します。
|
int |
CorporationReader.totalCorporationWithCustomer(IAppCmnInfo appCmnInfo,
ICustomerBizKey bizKey,
AppCmnSearchCondition condition,
Date date,
boolean isDisable)
指定された条件を元に引数の取引先に所属する法人の総数を取得します。
|
int |
CorporationReader.totalCustomerWithCorporation(IAppCmnInfo appCmnInfo,
ICorporationBizKey bizKey,
AppCmnSearchCondition condition,
Date date,
boolean isDisable)
指定された条件を元に引数の法人に所属する取引先の総数を取得します。
|
void |
CorporationListener.updateCorporation(IAppCmnInfo appCmnInfo,
Corporation corporation)
法人のデータが更新された直後にコールされます。
|
void |
CorporationListener.updateCorporationAttach(IAppCmnInfo appCmnInfo,
ICustomerBizKey customerBizKey,
ICorporationBizKey corporationBizKey,
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)
法人グループ内包の削除フラグを更新します。
|
int |
CorporationGroupReader.countCorporationGroup(IAppCmnInfo info,
AppCmnSearchCondition condition,
Date date,
Locale locale,
boolean isDisable)
指定した日付で有効な法人グループをカウントします。
|
int |
CorporationGroupReader.countCorporationGroupWithCorporation(IAppCmnInfo info,
ICorporationBizKey bizKey,
AppCmnSearchCondition condition,
Date date,
Locale locale,
boolean isDisable)
法人が所属する法人グループをカウントします。
|
int |
CorporationGroupReader.countCorporationWithCorporationGroup(IAppCmnInfo info,
ICorporationGroupBizKey bizKey,
AppCmnSearchCondition condition,
Date date,
Locale locale,
boolean isDisable)
指定した日付で有効な法人グループに所属する法人をカウントします。
|
int |
CorporationGroupReader.countCorporationWithCorporationGroupTree(IAppCmnInfo info,
ICorporationGroupBizKey bizKey,
AppCmnSearchCondition condition,
Date date,
Locale locale,
boolean isDisable)
指定した日付で有効な、指定した法人グループとそれより下位のグループに所属する法人をカウントします。
|
int |
CorporationGroupReader.countCorporationWithCorporationGroupUpTree(IAppCmnInfo info,
ICorporationGroupBizKey bizKey,
AppCmnSearchCondition condition,
Date date,
Locale locale,
boolean isDisable)
指定した日付で有効な、指定した法人グループとそれより上位のグループに所属する法人をカウントします。
|
int |
CorporationGroupReader.countTreeRoot(IAppCmnInfo info,
AppCmnSearchCondition condition,
Date date,
Locale locale,
boolean isDisable)
指定した日付で有効な法人グループツリーのトップノードをカウントします。
|
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.createCorporationGroup(IAppCmnInfo info,
List<CorporationGroup> group)
法人グループを作成したときに実行されます。
|
void |
CorporationGroupListener.createCorporationGroupInclusion(IAppCmnInfo info,
ICorporationGroupBizKey bizKey,
String parentCorporationGroupCd,
String termCd)
法人グループの内包に法人グループを追加したときに実行されます。
|
void |
CorporationGroupListener.createCorporationGroupSet(IAppCmnInfo info,
ICorporationGroupSetBizKey bizKey,
List<ITerm> list)
法人グループ内包の期間が作成されたときに実行されます。
|
void |
CorporationGroupListener.createCorporationGroupTerm(IAppCmnInfo info,
ICorporationGroupBizKey bizKey,
List<ITerm> list)
法人グループの期間が作成されたときに実行されます。
|
void |
CorporationGroupExporter.doExport(IAppCmnInfo appCmnInfo,
InputStream inputStream)
エクスポートを行います。
|
void |
CorporationGroupImporter.doImport(IAppCmnInfo appCmnInfo,
InputStream inputStream)
インポートを行います。
|
CorporationGroupTreeNode |
CorporationGroupReader.getAbsoluteBranch(IAppCmnInfo info,
ICorporationGroupBizKey bizKey,
Date date,
Locale locale,
boolean isDisable)
指定した日付で有効な法人グループ部分ツリーを取得します。
|
CorporationGroupListNode[] |
CorporationGroupReader.getAbsoluteChildren(IAppCmnInfo info,
ICorporationGroupBizKey bizKey,
Date date,
Locale locale,
boolean isDisable)
指定した日付で有効な法人グループの子グループを取得します。
|
CorporationGroupListNode[] |
CorporationGroupReader.getAbsoluteIsolation(IAppCmnInfo info,
ICorporationGroupSetBizKey bizKey,
Date date,
Locale locale,
boolean isDisable)
指定した日付で有効な法人グループ内包に所属しない法人グループを取得します。
|
CorporationGroupListNode[] |
CorporationGroupReader.getAbsoluteParent(IAppCmnInfo info,
ICorporationGroupBizKey bizKey,
Date date,
Locale locale,
boolean isDisable)
指定した日付で有効な法人グループの親グループを取得します。
|
CorporationGroupTreeNode |
CorporationGroupReader.getAbsoluteTree(IAppCmnInfo info,
ICorporationGroupSetBizKey bizKey,
Date date,
Locale locale,
boolean isDisable)
指定した日付で有効な法人グループの完全ツリーを取得します。
|
CorporationGroupTreeNode |
CorporationGroupReader.getAbsoluteUpBranch(IAppCmnInfo info,
ICorporationGroupBizKey bizKey,
Date date,
Locale locale,
boolean isDisable)
指定した日付で有効な法人グループ部分ツリーを取得します。
|
CorporationGroupTreeNode |
CorporationGroupReader.getBranch(IAppCmnInfo info,
ICorporationGroupBizKey bizKey,
Date date,
Locale locale,
boolean isDisable)
指定した日付で有効な法人グループ部分ツリーを取得します。
|
CorporationGroupListNode[] |
CorporationGroupReader.getChildren(IAppCmnInfo info,
ICorporationGroupBizKey bizKey,
Date date,
Locale locale,
boolean isDisable)
指定した日付で有効な法人グループの子グループを取得します。
|
ITerm |
CorporationGroupReader.getCorporationAttachTerm(IAppCmnInfo info,
ICorporationGroupBizKey corporationGroupBizKey,
ICorporationBizKey corporationBizKey,
Date date)
指定した日付で有効な法人の所属期間情報を取得します。
|
ITerm[] |
CorporationGroupReader.getCorporationAttachTermList(IAppCmnInfo info,
ICorporationGroupBizKey corporationGroupBizKey,
ICorporationBizKey corporationBizKey,
boolean isDisable)
法人の所属期間情報を全期間分取得します。
|
CorporationGroup |
CorporationGroupReader.getCorporationGroup(IAppCmnInfo info,
ICorporationGroupBizKey bizKey,
Date date,
Locale locale,
boolean isDisable)
指定した日付で有効な法人グループを取得します。
|
CorporationGroup[] |
CorporationGroupReader.getCorporationGroupList(IAppCmnInfo info,
ICorporationGroupBizKey bizKey,
Locale locale,
boolean isDisable)
法人グループを全期間分取得します。
|
CorporationGroupSet |
CorporationGroupReader.getCorporationGroupSet(IAppCmnInfo info,
ICorporationGroupSetBizKey bizKey)
法人グループセットを取得します。
|
CorporationGroupSet[] |
CorporationGroupReader.getCorporationGroupSetAll(IAppCmnInfo info,
String companyCd)
法人グループセットをすべて取得します。
|
ITerm |
CorporationGroupReader.getCorporationGroupTerm(IAppCmnInfo info,
ICorporationGroupBizKey bizKey,
Date date)
指定した期間で有効な法人グループの期間を取得します。
|
ITerm[] |
CorporationGroupReader.getCorporationGroupTermList(IAppCmnInfo info,
ICorporationGroupBizKey bizKey,
boolean isDisable)
法人グループの期間情報を全期間分取得します。
|
CorporationGroupListNode[] |
CorporationGroupReader.getFullPathListNode(IAppCmnInfo info,
CorporationGroupListNode[] listNodes,
Date date,
Locale locale)
法人グループリストノードの記述名を、法人グループツリーの階層を含めた名称に置き換えます。
|
CorporationGroupListNode[] |
CorporationGroupReader.getIsolation(IAppCmnInfo info,
ICorporationGroupSetBizKey bizKey,
Date date,
Locale locale,
boolean isDisable)
指定した日付で有効な法人グループ内包に所属しない法人グループを取得します。
|
CorporationGroupListNode[] |
CorporationGroupReader.getParent(IAppCmnInfo info,
ICorporationGroupBizKey bizKey,
Date date,
Locale locale,
boolean isDisable)
指定した日付で有効な法人グループの親グループを取得します。
|
CorporationGroupTreeNode |
CorporationGroupReader.getTree(IAppCmnInfo info,
ICorporationGroupSetBizKey bizKey,
Date date,
Locale locale,
boolean isDisable)
指定した日付で有効な法人グループ完全ツリーを取得します。
|
ITerm |
CorporationGroupReader.getTreeTerm(IAppCmnInfo info,
ICorporationGroupSetBizKey bizKey,
Date date)
指定した日付で有効な法人グループ内包の期間情報を取得します。
|
ITerm[] |
CorporationGroupReader.getTreeTermList(IAppCmnInfo info,
ICorporationGroupSetBizKey bizKey,
boolean isDisable)
法人グループ内包の期間情報を全期間分取得します。
|
CorporationGroupTreeNode |
CorporationGroupReader.getUpBranch(IAppCmnInfo info,
ICorporationGroupBizKey bizKey,
Date date,
Locale locale,
boolean isDisable)
指定した日付で有効な法人グループ部分ツリーを取得します。
|
CorporationGroupListNode[] |
CorporationGroupReader.listCorporationGroup(IAppCmnInfo info,
AppCmnSearchCondition condition,
Date date,
Locale locale,
int start,
int count,
boolean isDisable)
指定した日付で有効な法人グループを検索します。
|
CorporationGroupListNode[] |
CorporationGroupReader.listCorporationGroupWithCorporation(IAppCmnInfo info,
ICorporationBizKey bizKey,
AppCmnSearchCondition condition,
Date date,
Locale locale,
int start,
int count,
boolean isDisable)
法人が所属する法人グループを検索します。
|
CorporationListNode[] |
CorporationGroupReader.listCorporationWithCorporationGroup(IAppCmnInfo info,
ICorporationGroupBizKey bizKey,
AppCmnSearchCondition condition,
Date date,
Locale locale,
int start,
int count,
boolean isDisable)
指定した日付で有効な法人グループに所属する法人を検索します。
|
CorporationListNode[] |
CorporationGroupReader.listCorporationWithCorporationGroupTree(IAppCmnInfo info,
ICorporationGroupBizKey bizKey,
AppCmnSearchCondition condition,
Date date,
Locale locale,
int start,
int count,
boolean isDisable)
指定した日付で有効な、指定した法人グループとそれより下位グループに所属する法人を検索します。
|
CorporationListNode[] |
CorporationGroupReader.listCorporationWithCorporationGroupUpTree(IAppCmnInfo info,
ICorporationGroupBizKey bizKey,
AppCmnSearchCondition condition,
Date date,
Locale locale,
int start,
int count,
boolean isDisable)
指定した日付で有効な、指定した法人グループとそれより上位グループに所属する法人を検索します。
|
CorporationGroupTreeNode[] |
CorporationGroupReader.listTreeRoot(IAppCmnInfo info,
AppCmnSearchCondition condition,
Date date,
Locale locale,
int start,
int count,
boolean isDisable)
指定した日付で有効な法人グループツリーのルートを検索します。
|
ProvideListenerModel |
CorporationGroupWriter.mergeBackwardTermCorporationAttach(IAppCmnInfo info,
ICorporationGroupBizKey corporationGroupBixKey,
ICorporationBizKey corporationBizKey,
String termCd)
法人グループの所属期間を直前の期間と結合します。
|
ProvideListenerModel |
CorporationGroupWriter.mergeBackwardTermCorporationGroup(IAppCmnInfo info,
ICorporationGroupBizKey bizKey,
String termCd)
法人グループの期間を直前の期間と結合します。
|
ProvideListenerModel |
CorporationGroupWriter.mergeBackwardTermCorporationGroupSet(IAppCmnInfo info,
ICorporationGroupSetBizKey bizKey,
String termCd)
法人グループ内包の期間を直前の期間と結合します。
|
ProvideListenerModel |
CorporationGroupWriter.mergeForwardTermCorporationAttach(IAppCmnInfo info,
ICorporationGroupBizKey corporationGroupBixKey,
ICorporationBizKey corporationBizKey,
String termCd)
法人グループの所属期間を直後の期間と結合します。
|
ProvideListenerModel |
CorporationGroupWriter.mergeForwardTermCorporationGroup(IAppCmnInfo info,
ICorporationGroupBizKey bizKey,
String termCd)
法人グループの期間を直後の期間と結合します。
|
ProvideListenerModel |
CorporationGroupWriter.mergeForwardTermCorporationGroupSet(IAppCmnInfo info,
ICorporationGroupSetBizKey bizKey,
String termCd)
法人グループの内包期間を直後の期間と結合します。
|
ProvideListenerModel |
CorporationGroupWriter.moveTermCorporationAttach(IAppCmnInfo info,
ICorporationGroupBizKey corporationGroupBixKey,
ICorporationBizKey corporationBizKey,
ITerm term)
法人グループ所属の期間を変更します。
|
ProvideListenerModel |
CorporationGroupWriter.moveTermCorporationGroup(IAppCmnInfo info,
ICorporationGroupBizKey bizKey,
ITerm term)
法人グループの期間を変更します。
|
ProvideListenerModel |
CorporationGroupWriter.moveTermCorporationGroupSet(IAppCmnInfo info,
ICorporationGroupSetBizKey bizKey,
ITerm term)
法人グループ内包の期間を変更します。
|
void |
CorporationGroupWriter.removeCorporationAttach(IAppCmnInfo info,
ICorporationGroupBizKey corporationGroupBizKey,
ICorporationBizKey corporationBizKey)
法人グループの所属情報を削除します。
|
void |
CorporationGroupListener.removeCorporationAttach(IAppCmnInfo info,
ICorporationGroupBizKey groupBizKey,
ICorporationBizKey corporationBizKey)
法人の所属を削除したときに実行されます。
|
void |
CorporationGroupListener.removeCorporationAttachTerm(IAppCmnInfo info,
ICorporationGroupBizKey groupBizKey,
ICorporationBizKey corporationBizKey,
List<ITerm> list)
法人の所属期間が削除されたときに実行されます。
|
ProvideListenerRemoveKeyModel<ICorporationGroupBizKey> |
CorporationGroupWriter.removeCorporationGroup(IAppCmnInfo info,
ICorporationGroupBizKey bizKey,
Locale locale)
法人グループを削除します。
|
void |
CorporationGroupListener.removeCorporationGroup(IAppCmnInfo info,
ProvideListenerRemoveKeyModel<ICorporationGroupBizKey> result)
法人グループを削除したときに実行されます。
|
void |
CorporationGroupWriter.removeCorporationGroupInclusion(IAppCmnInfo info,
ICorporationGroupBizKey bizKey,
String termCd)
法人グループの内包を削除します。
|
void |
CorporationGroupListener.removeCorporationGroupInclusion(IAppCmnInfo info,
ICorporationGroupBizKey bizKey,
String termCd)
法人グループの内包に法人グループを削除したときに実行されます。
|
void |
CorporationGroupWriter.removeCorporationGroupSet(IAppCmnInfo info,
ICorporationGroupSetBizKey bizKey)
法人グループセットを削除します。
|
void |
CorporationGroupListener.removeCorporationGroupSet(IAppCmnInfo info,
ICorporationGroupSetBizKey bizKey)
法人グループセットを削除したときに実行されます。
|
void |
CorporationGroupListener.removeCorporationGroupSetTerm(IAppCmnInfo info,
ICorporationGroupSetBizKey bizKey,
List<ITerm> list)
法人グループ内包の期間が削除されたときに実行されます。
|
void |
CorporationGroupListener.removeCorporationGroupTerm(IAppCmnInfo info,
ICorporationGroupBizKey bizKey,
List<ITerm> list)
法人グループの期間が削除されたときに実行されます。
|
CorporationGroupListNode[] |
CorporationGroupReader.searchCorporationGroup(IAppCmnInfo info,
AppCmnSearchCondition condition,
Date date,
Locale locale,
int start,
int count,
boolean isDisable)
指定した日付で有効な法人グループを検索します。
|
CorporationGroupListNode[] |
CorporationGroupReader.searchCorporationGroupWithCorporation(IAppCmnInfo info,
ICorporationBizKey bizKey,
AppCmnSearchCondition condition,
Date date,
Locale locale,
int start,
int count,
boolean isDisable)
法人が所属する法人グループを検索します。
|
CorporationListNode[] |
CorporationGroupReader.searchCorporationWithCorporationGroup(IAppCmnInfo info,
ICorporationGroupBizKey bizKey,
AppCmnSearchCondition condition,
Date date,
Locale locale,
int start,
int count,
boolean isDisable)
指定した日付で有効な法人グループに所属する法人を検索します。
|
CorporationListNode[] |
CorporationGroupReader.searchCorporationWithCorporationGroupTree(IAppCmnInfo info,
ICorporationGroupBizKey bizKey,
AppCmnSearchCondition condition,
Date date,
Locale locale,
int start,
int count,
boolean isDisable)
指定した日付で有効な、指定した法人グループとそれより下位のグループに所属する法人を検索します。
|
CorporationListNode[] |
CorporationGroupReader.searchCorporationWithCorporationGroupUpTree(IAppCmnInfo info,
ICorporationGroupBizKey bizKey,
AppCmnSearchCondition condition,
Date date,
Locale locale,
int start,
int count,
boolean isDisable)
指定した日付で有効な、指定した法人グループとそれより上位のグループに所属する法人を検索します。
|
CorporationGroupTreeNode[] |
CorporationGroupReader.searchTreeRoot(IAppCmnInfo info,
AppCmnSearchCondition condition,
Date date,
Locale locale,
int start,
int count,
boolean isDisable)
指定した日付で有効な法人グループツリーのルートを検索します。
|
ProvideListenerModel |
CorporationGroupWriter.separateTermCorporationAttach(IAppCmnInfo info,
ICorporationGroupBizKey corporationGroupBixKey,
ICorporationBizKey corporationBizKey,
String termCd,
Date date)
法人グループ所属の期間を分割します。
|
ProvideListenerModel |
CorporationGroupWriter.separateTermCorporationGroup(IAppCmnInfo info,
ICorporationGroupBizKey bizKey,
String termCd,
Date date)
法人グループの期間を分割します。
|
ProvideListenerModel |
CorporationGroupWriter.separateTermCorporationGroupSet(IAppCmnInfo info,
ICorporationGroupSetBizKey bizKey,
String termCd,
Date date)
法人グループ内包の期間を分割します。
|
ITerm[] |
CorporationGroupWriter.setCorporationAttach(IAppCmnInfo info,
ICorporationGroupBizKey corporationGroupBizKey,
ICorporationBizKey corporationBizKey,
ITerm term)
法人グループの所属を登録/更新します。
|
ITerm[] |
CorporationGroupWriter.setCorporationGroup(IAppCmnInfo info,
CorporationGroup corporationGroup)
法人グループを登録/更新します。
|
void |
CorporationGroupWriter.setCorporationGroupInclusion(IAppCmnInfo info,
ICorporationGroupBizKey bizKey,
String parentCorporationGroupCd,
String termCd)
法人グループの内包を登録します。
|
int |
CorporationGroupReader.totalCorporationGroup(IAppCmnInfo info,
AppCmnSearchCondition condition,
Date date,
boolean isDisable)
指定した日付で有効な法人グループをカウントします。
|
int |
CorporationGroupReader.totalCorporationGroupWithCorporation(IAppCmnInfo info,
ICorporationBizKey bizKey,
AppCmnSearchCondition condition,
Date date,
boolean isDisable)
法人が所属する法人グループをカウントします。
|
int |
CorporationGroupReader.totalCorporationWithCorporationGroup(IAppCmnInfo info,
ICorporationGroupBizKey bizKey,
AppCmnSearchCondition condition,
Date date,
boolean isDisable)
指定した日付で有効な法人グループに所属する法人をカウントします。
|
int |
CorporationGroupReader.totalCorporationWithCorporationGroupTree(IAppCmnInfo info,
ICorporationGroupBizKey bizKey,
AppCmnSearchCondition condition,
Date date,
boolean isDisable)
指定した日付で有効な、指定した法人グループとそれより下位のグループに所属する法人をカウントします。
|
int |
CorporationGroupReader.totalCorporationWithCorporationGroupUpTree(IAppCmnInfo info,
ICorporationGroupBizKey bizKey,
AppCmnSearchCondition condition,
Date date,
boolean isDisable)
指定した日付で有効な、指定した法人グループとそれより上位のグループに所属する法人をカウントします。
|
int |
CorporationGroupReader.totalTreeRoot(IAppCmnInfo info,
AppCmnSearchCondition condition,
Date date,
boolean isDisable)
指定した日付で有効な法人グループツリーのルートをカウントします。
|
void |
CorporationGroupListener.updateCorporationAttach(IAppCmnInfo info,
ICorporationGroupBizKey groupBizKey,
ICorporationBizKey corporationBizKey,
ITerm term)
法人の所属を更新したときに実行されます。
|
void |
CorporationGroupListener.updateCorporationAttachTerm(IAppCmnInfo info,
ICorporationGroupBizKey groupBizKey,
ICorporationBizKey corporationBizKey,
List<ITerm> list)
法人の所属期間が更新されたときに実行されます。
|
void |
CorporationGroupListener.updateCorporationGroup(IAppCmnInfo info,
CorporationGroup group)
法人グループを更新したときに実行されます。
|
void |
CorporationGroupWriter.updateCorporationGroupSet(IAppCmnInfo info,
CorporationGroupSet corporationGroupSet)
法人グループセットを更新します。
|
void |
CorporationGroupListener.updateCorporationGroupSet(IAppCmnInfo info,
CorporationGroupSet groupSet)
法人グループセットを更新したときに実行されます。
|
void |
CorporationGroupListener.updateCorporationGroupSetTerm(IAppCmnInfo info,
ICorporationGroupSetBizKey bizKey,
List<ITerm> list)
法人グループ内包の期間が更新されたときに実行されます。
|
void |
CorporationGroupListener.updateCorporationGroupTerm(IAppCmnInfo info,
ICorporationGroupBizKey bizKey,
List<ITerm> list)
法人グループの期間が更新されたときに実行されます。
|
修飾子とタイプ | メソッドと説明 |
---|---|
int |
CurrencyReader.countCurrency(IAppCmnInfo appCmnInfo,
AppCmnSearchCondition condition,
Locale locale,
boolean isDisable)
指定された検索条件、および言語に該当する通貨情報の件数を取得します。
|
int |
CurrencyReader.countCurrencyConversion(IAppCmnInfo appCmnInfo,
AppCmnSearchCondition condition,
Locale locale,
boolean isDisable)
指定された検索条件、および言語に該当する通貨換算コード情報の件数を取得します。
|
int |
CurrencyReader.countCurrencyPrecision(IAppCmnInfo appCmnInfo,
AppCmnSearchCondition condition,
Locale locale,
boolean isDisable)
指定された検索条件、および言語に該当する通貨精度情報の件数を取得します。
|
int |
CurrencyReader.countCurrencyRate(IAppCmnInfo appCmnInfo,
AppCmnSearchCondition condition,
Date date,
boolean isDisable)
指定された検索条件、および日付に該当する通貨レート情報の件数を取得します。
|
void |
CurrencyListener.createCurrency(IAppCmnInfo appCmnInfo,
Currency currency)
通貨を作成したときに実行されます。
|
void |
CurrencyListener.createCurrencyConversion(IAppCmnInfo appCmnInfo,
CurrencyConversion currencyConversion)
通貨換算コードを作成したときに実行されます。
|
void |
CurrencyListener.createCurrencyPrecision(IAppCmnInfo appCmnInfo,
CurrencyPrecision currencyPrecision)
通貨精度を作成したときに実行されます。
|
void |
CurrencyListener.createCurrencyRate(IAppCmnInfo appCmnInfo,
List<CurrencyRate> currencyRate)
通貨レートを作成したときに実行されます。
|
void |
CurrencyListener.createCurrencyRateTerm(IAppCmnInfo appCmnInfo,
ICurrencyRateBizKey currencyRateBizKey,
List<ITerm> list)
通貨レートの期間が作成したときに実行されます。
|
void |
CurrencyExporter.doExport(IAppCmnInfo appCmnInfo,
InputStream inputStream)
エクスポートを行います。
|
void |
CurrencyImporter.doImport(IAppCmnInfo appCmnInfo,
InputStream inputStream)
インポートを行います。
|
Currency |
CurrencyReader.getCurrency(IAppCmnInfo appCmnInfo,
ICurrencyBizKey bizKey,
Locale locale,
boolean isDisable)
引数の通貨ビジネスキー、および言語に該当する通貨情報を取得します。
|
CurrencyConversion |
CurrencyReader.getCurrencyConversion(IAppCmnInfo appCmnInfo,
ICurrencyConversionBizKey bizKey,
Locale locale,
boolean isDisable)
引数の通貨換算コードビジネスキー、および言語に該当する通貨換算コード情報を取得します。
|
CurrencyPrecision |
CurrencyReader.getCurrencyPrecision(IAppCmnInfo appCmnInfo,
ICurrencyPrecisionBizKey bizKey,
Locale locale,
boolean isDisable)
引数の通貨精度ビジネスキー、および言語に該当する通貨精度情報を取得します。
|
CurrencyRate |
CurrencyReader.getCurrencyRate(IAppCmnInfo appCmnInfo,
ICurrencyRateBizKey bizKey,
Date termDate,
boolean isDisable)
引数の通貨レートビジネスキー、および日付に該当する期間の通貨レート情報を取得します。
|
CurrencyRate[] |
CurrencyReader.getCurrencyRateList(IAppCmnInfo appCmnInfo,
ICurrencyRateBizKey bizKey,
boolean isDisable)
引数の通貨レートビジネスキーから通貨レート情報一覧を取得します。
|
CurrencyRatesListNode[] |
CurrencyReader.getCurrencyRates(IAppCmnInfo appCmnInfo,
AppCmnSearchCondition currencyCondition,
AppCmnSearchCondition baseCurrencyCondition,
AppCmnSearchCondition currencyConversionCondition,
AppCmnSearchCondition currencyRateCondition,
Date termDate,
Locale locale,
int start,
int count,
boolean isDisable)
引数の通貨レートビジネスキーから通貨レート情報一覧を取得します。
|
ITerm |
CurrencyReader.getCurrencyRateTerm(IAppCmnInfo appCmnInfo,
ICurrencyRateBizKey bizKey,
Date termDate,
boolean isDisable)
引数の通貨レートビジネスキー、および日付に該当する期間情報を取得します。
|
ITerm[] |
CurrencyReader.getCurrencyRateTermList(IAppCmnInfo appCmnInfo,
ICurrencyRateBizKey bizKey,
boolean isDisable)
通貨レートビジネスキーから存在する期間の一覧を取得します。
|
CurrencyListNode[] |
CurrencyReader.listCurrency(IAppCmnInfo appCmnInfo,
AppCmnSearchCondition condition,
Locale locale,
int start,
int count,
boolean isDisable)
指定された検索条件、および言語に該当する通貨一覧情報を取得します。
|
CurrencyConversionListNode[] |
CurrencyReader.listCurrencyConversion(IAppCmnInfo appCmnInfo,
AppCmnSearchCondition condition,
Locale locale,
int start,
int count,
boolean isDisable)
指定された検索条件、および言語に該当する通貨換算コード一覧情報を取得します。
|
CurrencyPrecisionListNode[] |
CurrencyReader.listCurrencyPrecision(IAppCmnInfo appCmnInfo,
AppCmnSearchCondition condition,
Locale locale,
int start,
int count,
boolean isDisable)
指定された検索条件、および言語に該当する通貨精度一覧情報を取得します。
|
CurrencyRateListNode[] |
CurrencyReader.listCurrencyRate(IAppCmnInfo appCmnInfo,
AppCmnSearchCondition condition,
Date termDate,
int start,
int count,
boolean isDisable)
指定された検索条件に該当する通貨レート一覧情報を取得します。
|
ProvideListenerModel |
CurrencyWriter.mergeBackwardTermCurrencyRate(IAppCmnInfo appCmnInfo,
ICurrencyRateBizKey bizKey,
String termCd)
引数の通貨レートビジネスキー、および期間コードに該当する登録済みの通貨レート情報について、隣接するひとつ過去のレコードと結合します。
|
ProvideListenerModel |
CurrencyWriter.mergeForwardTermCurrencyRate(IAppCmnInfo appCmnInfo,
ICurrencyRateBizKey bizKey,
String termCd)
引数の通貨レートビジネスキー、および期間コードに該当する登録済みの通貨レート情報について、隣接するひとつ未来のレコードと結合します。
|
ProvideListenerModel |
CurrencyWriter.moveTermCurrencyRate(IAppCmnInfo appCmnInfo,
ICurrencyRateBizKey bizKey,
ITerm moveTerm)
引数の通貨レートビジネスキー、および期間情報の期間コードに該当する登録済みの通貨レート情報について、期間区切りを変更します。
|
ProvideListenerRemoveKeyModel<ICurrencyBizKey> |
CurrencyWriter.removeCurrency(IAppCmnInfo info,
ICurrencyBizKey bizKey,
Locale locale)
指定された通貨ビジネスキーに該当する通貨情報を削除します。
|
void |
CurrencyListener.removeCurrency(IAppCmnInfo appCmnInfo,
ProvideListenerRemoveKeyModel<ICurrencyBizKey> result)
通貨を削除した時に実行されます。
|
ProvideListenerRemoveKeyModel<ICurrencyConversionBizKey> |
CurrencyWriter.removeCurrencyConversion(IAppCmnInfo info,
ICurrencyConversionBizKey bizKey,
Locale locale)
指定された通貨換算ビジネスキーに該当する通貨換算情報を削除します。
|
void |
CurrencyListener.removeCurrencyConversion(IAppCmnInfo appCmnInfo,
ProvideListenerRemoveKeyModel<ICurrencyConversionBizKey> result)
通貨換算コードを削除した時に実行されます。
|
ProvideListenerRemoveKeyModel<ICurrencyPrecisionBizKey> |
CurrencyWriter.removeCurrencyPrecision(IAppCmnInfo info,
ICurrencyPrecisionBizKey bizKey,
Locale locale)
指定された通貨精度ビジネスキーに該当する通貨精度情報を削除します。
|
void |
CurrencyListener.removeCurrencyPrecision(IAppCmnInfo appCmnInfo,
ProvideListenerRemoveKeyModel<ICurrencyPrecisionBizKey> result)
通貨精度を削除した時に実行されます。
|
ProvideListenerRemoveKeyModel<ICurrencyRateBizKey> |
CurrencyWriter.removeCurrencyRate(IAppCmnInfo info,
ICurrencyRateBizKey bizKey)
指定された通貨レートビジネスキーに該当する通貨レート情報を削除します。
|
void |
CurrencyListener.removeCurrencyRate(IAppCmnInfo appCmnInfo,
ProvideListenerRemoveKeyModel<ICurrencyRateBizKey> result)
通貨レートを削除した時に実行されます。
|
void |
CurrencyListener.removeCurrencyRateTerm(IAppCmnInfo appCmnInfo,
ICurrencyRateBizKey currencyRateBizKey,
List<ITerm> list)
通貨レートの期間が削除したときに実行されます。
|
CurrencyListNode[] |
CurrencyReader.searchCurrency(IAppCmnInfo appCmnInfo,
AppCmnSearchCondition condition,
Locale locale,
int start,
int count,
boolean isDisable)
指定された検索条件、および言語に該当する通貨一覧情報を取得します。
|
CurrencyConversionListNode[] |
CurrencyReader.searchCurrencyConversion(IAppCmnInfo appCmnInfo,
AppCmnSearchCondition condition,
Locale locale,
int start,
int count,
boolean isDisable)
指定された検索条件、および言語に該当する通貨換算コード一覧情報を取得します。
|
CurrencyPrecisionListNode[] |
CurrencyReader.searchCurrencyPrecision(IAppCmnInfo appCmnInfo,
AppCmnSearchCondition condition,
Locale locale,
int start,
int count,
boolean isDisable)
指定された検索条件、および言語に該当する通貨精度一覧情報を取得します。
|
ProvideListenerModel |
CurrencyWriter.separateTermCurrencyRate(IAppCmnInfo appCmnInfo,
ICurrencyRateBizKey bizKey,
String termCd,
Date date)
指定された通貨レートビジネスキー、および期間コードに対する通貨レート情報について、期間分割を行います。
|
Currency |
CurrencyWriter.setCurrency(IAppCmnInfo appCmnInfo,
Currency currency)
通貨情報を新規登録、もしくは更新します。
|
CurrencyConversion |
CurrencyWriter.setCurrencyConversion(IAppCmnInfo appCmnInfo,
CurrencyConversion currencyConversion)
通貨換算コード情報を新規登録、もしくは更新します。
|
CurrencyPrecision |
CurrencyWriter.setCurrencyPrecision(IAppCmnInfo appCmnInfo,
CurrencyPrecision currencyRate)
通貨精度情報を新規登録、もしくは更新します。
|
ITerm[] |
CurrencyWriter.setCurrencyRate(IAppCmnInfo appCmnInfo,
CurrencyRate currencyRate)
通貨レート情報を新規登録、もしくは更新します。
|
int |
CurrencyReader.totalCurrency(IAppCmnInfo appCmnInfo,
AppCmnSearchCondition condition,
boolean isDisable)
指定された検索条件に該当する通貨情報の総数を取得します。
|
int |
CurrencyReader.totalCurrencyConversion(IAppCmnInfo appCmnInfo,
AppCmnSearchCondition condition,
boolean isDisable)
指定された検索条件に該当する通貨換算コード情報の総数を取得します。
|
int |
CurrencyReader.totalCurrencyPrecision(IAppCmnInfo appCmnInfo,
AppCmnSearchCondition condition,
boolean isDisable)
指定された検索条件に該当する通貨精度情報の総数を取得します。
|
void |
CurrencyListener.updateCurrency(IAppCmnInfo appCmnInfo,
Currency currency)
通貨を更新したときに実行されます。
|
void |
CurrencyListener.updateCurrencyConversion(IAppCmnInfo appCmnInfo,
CurrencyConversion currencyConversion)
通貨を更新したときに実行されます。
|
void |
CurrencyListener.updateCurrencyPrecision(IAppCmnInfo appCmnInfo,
CurrencyPrecision currencyPrecision)
通貨を更新したときに実行されます。
|
void |
CurrencyListener.updateCurrencyRate(IAppCmnInfo appCmnInfo,
CurrencyRate currencyRate)
通貨を更新したときに実行されます。
|
void |
CurrencyListener.updateCurrencyRateTerm(IAppCmnInfo appCmnInfo,
ICurrencyRateBizKey currencyRateBizKey,
List<ITerm> list)
通貨レートの期間が更新したときに実行されます。
|
修飾子とタイプ | メソッドと説明 |
---|---|
int |
CustomerReader.count(IAppCmnInfo appCmnInfo,
String companyCd,
AppCmnSearchCondition condition,
Date date,
Locale locale,
boolean isDisable)
指定された条件に該当するデータの個数を取得します。
|
void |
CustomerListener.create(IAppCmnInfo appCmnInfo,
List<Customer> customers)
取引先のデータが新しく作成した直後にコールされます。
|
void |
CustomerListener.createTerm(IAppCmnInfo info,
ICustomerBizKey bizKey,
List<ITerm> term)
取引先の期間が新規作成された直後にコールされます。
|
void |
CustomerExporter.doExport(IAppCmnInfo appCmnInfo,
InputStream inputStream)
エクスポートを行います。
|
void |
CustomerImporter.doImport(IAppCmnInfo appCmnInfo,
InputStream inputStream)
インポートを行います。
|
Customer |
CustomerReader.get(IAppCmnInfo appCmnInfo,
ICustomerBizKey bizKey,
Date termDate,
Locale locale,
boolean isDisable)
取引先ビジネスキーを指定して、取引先情報を取得します。
|
Customer[] |
CustomerReader.get(IAppCmnInfo appCmnInfo,
ICustomerBizKey bizKey,
Locale locale,
boolean isDisable)
取引先ビジネスキーを指定して、取引先情報を取得します。
|
ITerm |
CustomerReader.getTerm(IAppCmnInfo appCmnInfo,
ICustomerBizKey bizKey,
Date termDate)
取引先ビジネスキーと日付から、対応する期間情報を取得します。
|
ITerm[] |
CustomerReader.getTermList(IAppCmnInfo appCmnInfo,
ICustomerBizKey bizKey,
boolean isDisable)
取引先ビジネスキーから存在する期間の一覧を取得します。
|
CustomerListNode[] |
CustomerReader.list(IAppCmnInfo appCmnInfo,
String companyCd,
AppCmnSearchCondition condition,
Date date,
Locale locale,
int start,
int count,
boolean isDisable)
指定された条件を元に一覧を取得します。
|
ProvideListenerModel |
CustomerWriter.mergeBackwardTerm(IAppCmnInfo appCmnInfo,
ICustomerBizKey bizKey,
String mergeTermCd)
登録済の取引先情報を隣接するひとつ過去のレコードと結合します。
|
ProvideListenerModel |
CustomerWriter.mergeForwardTerm(IAppCmnInfo appCmnInfo,
ICustomerBizKey bizKey,
String mergeTermCd)
登録済の取引先情報を隣接するひとつ未来のレコードと結合します。
|
ProvideListenerModel |
CustomerWriter.moveTerm(IAppCmnInfo appCmnInfo,
ICustomerBizKey bizKey,
ITerm moveTerm)
登録済みの取引先情報についての、期間区切りを変更します。
|
ProvideListenerRemoveKeyModel<ICustomerBizKey> |
CustomerWriter.remove(IAppCmnInfo appCmnInfo,
ICustomerBizKey bizKey,
Locale locale)
指定されたキーとロケールに対応するすべての期間の取引先情報を削除します。
|
void |
CustomerListener.remove(IAppCmnInfo appCmnInfo,
ProvideListenerRemoveKeyModel<ICustomerBizKey> provideListenerRemoveKeyModel)
引数のビジネスキーに対応する取引先の全てのデータが削除された直後にコールされます。
|
void |
CustomerListener.removeTerm(IAppCmnInfo appCmnInfo,
ICustomerBizKey customerBizKey,
List<ITerm> term)
取引先の期間が削除された直後にコールされます。
|
CustomerListNode[] |
CustomerReader.search(IAppCmnInfo appCmnInfo,
String companyCd,
AppCmnSearchCondition condition,
Date date,
Locale locale,
int start,
int count,
boolean isDisable)
指定された条件を元に検索を行います。
|
ProvideListenerModel |
CustomerWriter.separateTerm(IAppCmnInfo appCmnInfo,
ICustomerBizKey bizKey,
String sepTermCd,
Date sepTermDate)
登録済みの取引先情報についての、期間分割を行います。
|
ITerm[] |
CustomerWriter.set(IAppCmnInfo appCmnInfo,
Customer customer)
取引先情報を新規登録、もしくは更新処理を行います。
|
int |
CustomerReader.total(IAppCmnInfo appCmnInfo,
String companyCd,
AppCmnSearchCondition condition,
Date date,
boolean isDisable)
指定された条件に該当するデータの総数を取得します。
|
void |
CustomerListener.update(IAppCmnInfo appCmnInfo,
Customer customer)
取引先のデータが更新された直後にコールされます。
|
void |
CustomerListener.updateTerm(IAppCmnInfo appCmnInfo,
ICustomerBizKey customerBizKey,
List<ITerm> term)
取引先の期間が更新された直後にコールされます。
|
修飾子とタイプ | メソッドと説明 |
---|---|
int |
ItemReader.count(IAppCmnInfo appCmnInfo,
String companyCd,
AppCmnSearchCondition condition,
Date date,
Locale locale,
boolean isDisable)
指定された条件に該当するデータの個数を取得します。
|
void |
ItemListener.create(IAppCmnInfo appCmnInfo,
List<Item> items)
品目のデータが新しく作成した直後にコールされます。
|
void |
ItemListener.createTerm(IAppCmnInfo appCmnInfo,
IItemBizKey itemBizKey,
List<ITerm> term)
品目の期間が新しく作成された直後にコールされます。
|
void |
ItemExporter.doExport(IAppCmnInfo appCmnInfo,
InputStream inputStream)
エクスポートを行います。
|
void |
ItemImporter.doImport(IAppCmnInfo appCmnInfo,
InputStream inputStream)
インポートを行います。
|
Item |
ItemReader.get(IAppCmnInfo appCmnInfo,
IItemBizKey bizKey,
Date termDate,
Locale locale,
boolean isDisable)
引数の品目ビジネスキーに該当する品目情報を取得します。
|
Item[] |
ItemReader.get(IAppCmnInfo appCmnInfo,
IItemBizKey bizKey,
Locale locale,
boolean isDisable)
引数の品目ビジネスキーに該当する品目情報を取得します。
|
ITerm |
ItemReader.getTerm(IAppCmnInfo appCmnInfo,
IItemBizKey bizKey,
Date termDate)
品目ビジネスキーと日付から、対応する期間情報を取得します。
|
ITerm[] |
ItemReader.getTermList(IAppCmnInfo appCmnInfo,
IItemBizKey bizKey,
boolean isDisable)
品目ビジネスキーから存在する期間の一覧を取得します。
|
ItemListNode[] |
ItemReader.list(IAppCmnInfo appCmnInfo,
String companyCd,
AppCmnSearchCondition condition,
Date date,
Locale locale,
int start,
int count,
boolean isDisable)
指定された条件を元に一覧を取得します。
|
ProvideListenerModel |
ItemWriter.mergeBackwardTerm(IAppCmnInfo appCmnInfo,
IItemBizKey bizKey,
String mergeTermCd)
登録済の品目情報を隣接するひとつ過去のレコードと結合します。
|
ProvideListenerModel |
ItemWriter.mergeForwardTerm(IAppCmnInfo appCmnInfo,
IItemBizKey bizKey,
String mergeTermCd)
登録済の品目情報を隣接するひとつ未来のレコードと結合します。
|
ProvideListenerModel |
ItemWriter.moveTerm(IAppCmnInfo appCmnInfo,
IItemBizKey bizKey,
ITerm moveTerm)
登録済みの品目情報についての、期間区切りを変更します。
|
ProvideListenerRemoveKeyModel<IItemBizKey> |
ItemWriter.remove(IAppCmnInfo appCmnInfo,
IItemBizKey bizKey,
Locale locale)
指定されたキーとロケールに対応するすべての期間の品目情報を削除します。
|
void |
ItemListener.remove(IAppCmnInfo appCmnInfo,
ProvideListenerRemoveKeyModel<IItemBizKey> provideListenerRemoveKeyModel)
引数のビジネスキーに対応する品目の全てのデータが削除された直後にコールされます。
|
void |
ItemListener.removeTerm(IAppCmnInfo appCmnInfo,
IItemBizKey itemBizKey,
List<ITerm> term)
品目の期間が削除された直後にコールされます。
|
ItemListNode[] |
ItemReader.search(IAppCmnInfo appCmnInfo,
String companyCd,
AppCmnSearchCondition condition,
Date date,
Locale locale,
int start,
int count,
boolean isDisable)
指定された条件を元に検索を行います。
|
ProvideListenerModel |
ItemWriter.separateTerm(IAppCmnInfo appCmnInfo,
IItemBizKey bizKey,
String sepTermCd,
Date sepTermDate)
登録済みの品目情報についての、期間分割を行います。
|
ITerm[] |
ItemWriter.set(IAppCmnInfo appCmnInfo,
Item item)
品目情報を新規登録、もしくは更新処理を行います。
|
int |
ItemReader.total(IAppCmnInfo appCmnInfo,
String companyCd,
AppCmnSearchCondition condition,
Date date,
boolean isDisable)
指定された条件に該当するデータの総数を取得します。
|
void |
ItemListener.update(IAppCmnInfo appCmnInfo,
Item item)
品目のデータが更新された直後にコールされます。
|
void |
ItemListener.updateTerm(IAppCmnInfo appCmnInfo,
IItemBizKey itemBizKey,
List<ITerm> term)
品目の期間が更新された直後にコールされます。
|
修飾子とタイプ | メソッドと説明 |
---|---|
ITerm |
ItemCategoryWriter.changeCategorySetState(IAppCmnInfo appCmnInfo,
IItemCategorySetBizKey bizKey,
String termCd,
boolean isDisable)
品目カテゴリセット-内包情報について、引数で指定された期間の論理削除のステータスを変更します。
|
int |
ItemCategoryReader.countCategory(IAppCmnInfo appCmnInfo,
AppCmnSearchCondition condition,
Date date,
Locale locale,
boolean isDisable)
指定された条件に該当するデータの個数を取得します。
|
int |
ItemCategoryReader.countCategoryWithItem(IAppCmnInfo appCmnInfo,
IItemBizKey bizKey,
AppCmnSearchCondition condition,
Date date,
Locale locale,
boolean isDisable)
指定された条件を元に引数の品目が所属する品目カテゴリの総数を取得します。
|
int |
ItemCategoryReader.countItemWithCategory(IAppCmnInfo appCmnInfo,
IItemCategoryBizKey bizKey,
AppCmnSearchCondition condition,
Date date,
Locale locale,
boolean isDisable)
指定された条件を元に引数の品目カテゴリに所属する品目の個数を取得します。
|
int |
ItemCategoryReader.countItemWithCategoryTree(IAppCmnInfo appCmnInfo,
IItemCategoryBizKey bizKey,
AppCmnSearchCondition condition,
Date date,
Locale locale,
boolean isDisable)
指定された条件を元に、引数の品目カテゴリ以下の階層に所属する品目の個数を取得します。
|
int |
ItemCategoryReader.countItemWithCategoryUpTree(IAppCmnInfo appCmnInfo,
IItemCategoryBizKey bizKey,
AppCmnSearchCondition condition,
Date date,
Locale locale,
boolean isDisable)
指定された条件を元に、引数の品目カテゴリ以上の階層に所属する品目の個数を取得します。
|
int |
ItemCategoryReader.countTreeRoot(IAppCmnInfo appCmnInfo,
AppCmnSearchCondition condition,
Date date,
Locale locale,
boolean isDisable)
指定された条件を元に品目カテゴリセット下ツリー構造の親の個数を取得します。
|
void |
ItemCategoryListener.createCategory(IAppCmnInfo appCmnInfo,
List<ItemCategory> categories)
品目カテゴリのデータが新しく作成した直後にコールされます。
|
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.createCategoryInclusion(IAppCmnInfo appCmnInfo,
IItemCategoryBizKey categoryBizKey,
String parentTermCd,
String termCd)
品目カテゴリの内包情報が新しく作成された直後にコールされます。
|
void |
ItemCategoryListener.createCategorySet(IAppCmnInfo appCmnInfo,
IItemCategorySetBizKey categorySetBizKey,
List<ITerm> term)
品目カテゴリセットの属する内包構成の、期間情報が新しく作成された直後にコールされます。
|
void |
ItemCategoryListener.createCategoryTerm(IAppCmnInfo appCmnInfo,
IItemCategoryBizKey bizKey,
List<ITerm> term)
品目カテゴリの期間が新しく作成された直後にコールされます。
|
void |
ItemCategoryExporter.doExport(IAppCmnInfo appCmnInfo,
InputStream inputStream)
エクスポートを行います。
|
void |
ItemCategoryImporter.doImport(IAppCmnInfo appCmnInfo,
InputStream inputStream)
インポートを行います。
|
ItemCategoryTreeNode |
ItemCategoryReader.getAbsoluteBranch(IAppCmnInfo appCmnInfo,
IItemCategoryBizKey bizKey,
Date termDate,
Locale locale,
boolean isDisable)
引数の品目カテゴリビジネスキーから、指定されたカテゴリを親ノードとしたツリーを取得します。
|
ItemCategoryListNode[] |
ItemCategoryReader.getAbsoluteChildren(IAppCmnInfo appCmnInfo,
IItemCategoryBizKey bizKey,
Date termDate,
Locale locale,
boolean isDisable)
引数の品目カテゴリビジネスキーから、指定されたカテゴリを親ノードとした場合の直下の子供となるカテゴリの一覧を取得します。
|
ItemCategoryListNode[] |
ItemCategoryReader.getAbsoluteIsolation(IAppCmnInfo appCmnInfo,
IItemCategorySetBizKey bizKey,
Date termDate,
Locale locale,
boolean isDisable)
引数の品目カテゴリセットビジネスキーから、指定されたセット期間内でツリー構成上に存在しない品目カテゴリの一覧を取得します。
|
ItemCategoryListNode[] |
ItemCategoryReader.getAbsoluteParent(IAppCmnInfo appCmnInfo,
IItemCategoryBizKey bizKey,
Date termDate,
Locale locale,
boolean isDisable)
引数の品目カテゴリビジネスキーから、指定されたカテゴリを子ノードとした場合の直上の親となるカテゴリの一覧を取得します。
|
ItemCategoryTreeNode |
ItemCategoryReader.getAbsoluteTree(IAppCmnInfo appCmnInfo,
IItemCategorySetBizKey bizKey,
Date termDate,
Locale locale,
boolean isDisable)
引数の品目カテゴリセットビジネスキーから、指定された品目カテゴリセット下のツリー構造の親ノードを取得します。
|
ItemCategoryTreeNode |
ItemCategoryReader.getAbsoluteUpBranch(IAppCmnInfo appCmnInfo,
IItemCategoryBizKey bizKey,
Date termDate,
Locale locale,
boolean isDisable)
引数の品目カテゴリビジネスキーから、指定されたカテゴリを子ノードとしたツリーを取得します。
|
ItemCategoryTreeNode |
ItemCategoryReader.getBranch(IAppCmnInfo appCmnInfo,
IItemCategoryBizKey bizKey,
Date termDate,
Locale locale,
boolean isDisable)
引数の品目カテゴリビジネスキーから、指定されたカテゴリを親ノードとしたツリーを取得します。
|
ItemCategory |
ItemCategoryReader.getCategory(IAppCmnInfo appCmnInfo,
IItemCategoryBizKey bizKey,
Date termDate,
Locale locale,
boolean isDisable)
引数の品目カテゴリビジネスキーに該当する品目カテゴリ情報を取得します。
|
ItemCategory[] |
ItemCategoryReader.getCategory(IAppCmnInfo appCmnInfo,
IItemCategoryBizKey bizKey,
Locale locale,
boolean isDisable)
引数の品目カテゴリビジネスキーに該当する品目カテゴリ情報を取得します。
|
ITerm |
ItemCategoryReader.getCategoryAttachTerm(IAppCmnInfo appCmnInfo,
IItemBizKey itemBizKey,
IItemCategoryBizKey categoryBizKey,
Date termDate)
品目、品目カテゴリの両ビジネスキーと日付けから、対応する所属期間情報を取得します。
|
ITerm[] |
ItemCategoryReader.getCategoryAttachTermList(IAppCmnInfo appCmnInfo,
IItemBizKey itemBizKey,
IItemCategoryBizKey categoryBizKey,
boolean isDisable)
品目、品目カテゴリの両ビジネスキーから存在する所属期間の一覧を取得します。
|
ItemCategorySet |
ItemCategoryReader.getCategorySet(IAppCmnInfo appCmnInfo,
IItemCategorySetBizKey bizKey)
引数の品目カテゴリセットビジネスキーに該当する品目カテゴリセット情報を取得します。
|
ItemCategorySet[] |
ItemCategoryReader.getCategorySetAll(IAppCmnInfo appCmnInfo,
String companyCd)
品目カテゴリセットを全て取得します。
|
ITerm |
ItemCategoryReader.getCategoryTerm(IAppCmnInfo appCmnInfo,
IItemCategoryBizKey bizKey,
Date termDate)
品目カテゴリビジネスキーと日付けから、対応する期間情報を取得します。
|
ITerm[] |
ItemCategoryReader.getCategoryTermList(IAppCmnInfo appCmnInfo,
IItemCategoryBizKey bizKey,
boolean isDisable)
品目カテゴリビジネスキーから存在する期間の一覧を取得します。
|
ItemCategoryListNode[] |
ItemCategoryReader.getCategoryWithItem(IAppCmnInfo appCmnInfo,
IItemBizKey bizKey,
Date termDate,
Locale locale,
boolean isDisable)
引数の品目が所属する品目カテゴリの一覧を取得します。
|
ItemCategoryListNode[] |
ItemCategoryReader.getChildren(IAppCmnInfo appCmnInfo,
IItemCategoryBizKey bizKey,
Date termDate,
Locale locale,
boolean isDisable)
引数の品目カテゴリビジネスキーから、指定されたカテゴリを親ノードとした場合の直下の子供となるカテゴリの一覧を取得します。
|
ItemCategoryListNode[] |
ItemCategoryReader.getFullPathListNode(IAppCmnInfo appCmnInfo,
ItemCategoryListNode[] listNodes,
Date date,
Locale locale)
品目カテゴリリストノードの記述名を、カテゴリツリーの階層を含めた名称に置き換えます。
|
ItemCategoryListNode[] |
ItemCategoryReader.getIsolation(IAppCmnInfo appCmnInfo,
IItemCategorySetBizKey bizKey,
Date termDate,
Locale locale,
boolean isDisable)
引数の品目カテゴリセットビジネスキーから、指定されたセット期間内でツリー構成上に存在しない品目カテゴリの一覧を取得します。
|
ItemListNode[] |
ItemCategoryReader.getItemWithCategory(IAppCmnInfo appCmnInfo,
IItemCategoryBizKey bizKey,
Date termDate,
Locale locale,
boolean isDisable)
引数の品目カテゴリに所属している品目の一覧を取得します。
|
ItemCategoryListNode[] |
ItemCategoryReader.getParent(IAppCmnInfo appCmnInfo,
IItemCategoryBizKey bizKey,
Date termDate,
Locale locale,
boolean isDisable)
引数の品目カテゴリビジネスキーから、指定されたカテゴリを子ノードとした場合の直上の親となるカテゴリの一覧を取得します。
|
ItemCategoryTreeNode |
ItemCategoryReader.getTree(IAppCmnInfo appCmnInfo,
IItemCategorySetBizKey bizKey,
Date termDate,
Locale locale,
boolean isDisable)
引数の品目カテゴリセットビジネスキーから、指定された品目カテゴリセット下のツリー構造の親ノードを取得します。
|
ITerm |
ItemCategoryReader.getTreeTerm(IAppCmnInfo appCmnInfo,
IItemCategorySetBizKey bizKey,
Date termDate)
品目カテゴリセットビジネスキーと日付けから、紐付くツリーの期間情報を取得します。
|
ITerm[] |
ItemCategoryReader.getTreeTermList(IAppCmnInfo appCmnInfo,
IItemCategorySetBizKey bizKey,
boolean isDisable)
品目カテゴリセットビジネスキーから紐付くツリーの期間の一覧を取得します。
|
ItemCategoryTreeNode |
ItemCategoryReader.getUpBranch(IAppCmnInfo appCmnInfo,
IItemCategoryBizKey bizKey,
Date termDate,
Locale locale,
boolean isDisable)
引数の品目カテゴリビジネスキーから、指定されたカテゴリを子ノードとしたツリーを取得します。
|
ItemCategoryListNode[] |
ItemCategoryReader.listCategory(IAppCmnInfo appCmnInfo,
AppCmnSearchCondition condition,
Date date,
Locale locale,
int start,
int count,
boolean isDisable)
指定された条件を元に品目カテゴリの一覧を取得します。
|
ItemCategoryListNode[] |
ItemCategoryReader.listCategoryWithItem(IAppCmnInfo appCmnInfo,
IItemBizKey bizKey,
AppCmnSearchCondition condition,
Date date,
Locale locale,
int start,
int count,
boolean isDisable)
指定された条件を元に引数の品目が所属する品目カテゴリの一覧を取得します。
|
ItemListNode[] |
ItemCategoryReader.listItemWithCategory(IAppCmnInfo appCmnInfo,
IItemCategoryBizKey bizKey,
AppCmnSearchCondition condition,
Date date,
Locale locale,
int start,
int count,
boolean isDisable)
指定された条件を元に引数の品目カテゴリに所属する品目情報について一覧を取得します。
|
ItemListNode[] |
ItemCategoryReader.listItemWithCategoryTree(IAppCmnInfo appCmnInfo,
IItemCategoryBizKey bizKey,
AppCmnSearchCondition condition,
Date date,
Locale locale,
int start,
int count,
boolean isDisable)
指定された条件を元に、引数の品目カテゴリ以下の階層に所属する品目情報について一覧を取得します。
|
ItemListNode[] |
ItemCategoryReader.listItemWithCategoryUpTree(IAppCmnInfo appCmnInfo,
IItemCategoryBizKey bizKey,
AppCmnSearchCondition condition,
Date date,
Locale locale,
int start,
int count,
boolean isDisable)
指定された条件を元に、引数の品目カテゴリ以上の階層に所属する品目情報について一覧を取得します。
|
ItemCategoryTreeNode[] |
ItemCategoryReader.listTreeRoot(IAppCmnInfo appCmnInfo,
AppCmnSearchCondition condition,
Date date,
Locale locale,
int start,
int count,
boolean isDisable)
指定された条件を元に品目カテゴリセット下ツリー構造の親の一覧を取得します。
|
ProvideListenerModel |
ItemCategoryWriter.mergeBackwardCategory(IAppCmnInfo appCmnInfo,
IItemCategoryBizKey bizKey,
String mergeTermCd)
登録済の品目カテゴリ情報を隣接するひとつ過去のデータと結合します。
|
ProvideListenerModel |
ItemCategoryWriter.mergeBackwardCategoryAttach(IAppCmnInfo appCmnInfo,
IItemBizKey itemBizKey,
IItemCategoryBizKey categoryBizKey,
String mergeTermCd)
登録済の品目カテゴリ所属情報を隣接するひとつ過去のデータと結合します。
|
ProvideListenerModel |
ItemCategoryWriter.mergeBackwardCategorySet(IAppCmnInfo appCmnInfo,
IItemCategorySetBizKey bizKey,
String mergeTermCd)
登録済の品目カテゴリセット-内包情報を隣接するひとつ過去のデータと結合します。
|
ProvideListenerModel |
ItemCategoryWriter.mergeForwardCategory(IAppCmnInfo appCmnInfo,
IItemCategoryBizKey bizKey,
String mergeTermCd)
登録済の品目カテゴリ情報を隣接するひとつ未来のデータと結合します。
|
ProvideListenerModel |
ItemCategoryWriter.mergeForwardCategoryAttach(IAppCmnInfo appCmnInfo,
IItemBizKey itemBizKey,
IItemCategoryBizKey categoryBizKey,
String mergeTermCd)
登録済の品目カテゴリ所属情報を隣接するひとつ未来のデータと結合します。
|
ProvideListenerModel |
ItemCategoryWriter.mergeForwardCategorySet(IAppCmnInfo appCmnInfo,
IItemCategorySetBizKey bizKey,
String mergeTermCd)
登録済の品目カテゴリセット-内包情報を隣接するひとつ未来のデータと結合します。
|
ProvideListenerModel |
ItemCategoryWriter.moveTermCategory(IAppCmnInfo appCmnInfo,
IItemCategoryBizKey bizKey,
ITerm moveTerm)
登録済みの品目カテゴリ情報についての、期間区切りを変更します。
|
ProvideListenerModel |
ItemCategoryWriter.moveTermCategoryAttach(IAppCmnInfo appCmnInfo,
IItemBizKey itemBizKey,
IItemCategoryBizKey categoryBizKey,
ITerm moveTerm)
登録済みの品目カテゴリ所属情報についての、期間区切りを変更します。
|
ProvideListenerModel |
ItemCategoryWriter.moveTermCategorySet(IAppCmnInfo appCmnInfo,
IItemCategorySetBizKey bizKey,
ITerm moveTerm)
登録済みの品目カテゴリセット-内包情報についての、期間区切りを変更します。
|
ProvideListenerRemoveKeyModel<IItemCategoryBizKey> |
ItemCategoryWriter.removeCategory(IAppCmnInfo appCmnInfo,
IItemCategoryBizKey bizKey,
Locale locale)
指定されたキーとロケールに対応するすべての期間の品目カテゴリ情報を削除します。
|
void |
ItemCategoryListener.removeCategory(IAppCmnInfo appCmnInfo,
ProvideListenerRemoveKeyModel<IItemCategoryBizKey> result)
引数のビジネスキーに対応する品目カテゴリの全てのデータが削除された直後にコールされます。
|
void |
ItemCategoryWriter.removeCategoryAttach(IAppCmnInfo appCmnInfo,
IItemBizKey itemBizKey,
IItemCategoryBizKey categoryBizKey)
指定されたキーに対応するすべての期間の品目カテゴリ所属情報を削除します。
|
void |
ItemCategoryListener.removeCategoryAttach(IAppCmnInfo appCmnInfo,
IItemBizKey itemBizKey,
IItemCategoryBizKey categoryBizKey)
品目カテゴリの所属情報が削除された直後にコールされます。
|
void |
ItemCategoryListener.removeCategoryAttachTerm(IAppCmnInfo appCmnInfo,
IItemBizKey itemBizKey,
IItemCategoryBizKey categoryBizKey,
List<ITerm> term)
品目カテゴリの所属の期間情報が削除された直後にコールされます。
|
void |
ItemCategoryWriter.removeCategoryInclusion(IAppCmnInfo appCmnInfo,
IItemCategoryBizKey bizKey,
String termCd)
指定されたキーに対応する内包情報を削除します。
|
void |
ItemCategoryListener.removeCategoryInclusion(IAppCmnInfo appCmnInfo,
IItemCategoryBizKey categoryBizKey,
String termCd)
品目カテゴリの内包情報が削除された直後にコールされます。
|
void |
ItemCategoryWriter.removeCategorySet(IAppCmnInfo appCmnInfo,
IItemCategorySetBizKey bizKey)
指定されたキーに対応するすべての期間の品目カテゴリセット-内包情報を削除します。
|
void |
ItemCategoryListener.removeCategorySet(IAppCmnInfo appCmnInfo,
IItemCategorySetBizKey categorySetBizKey)
品目カテゴリセットのデータが削除された直後にコールされます。
|
void |
ItemCategoryListener.removeCategorySetTerm(IAppCmnInfo appCmnInfo,
IItemCategorySetBizKey categorySetBizKey,
List<ITerm> term)
品目カテゴリセットの属する内包構成の、期間情報が削除された直後にコールされます。
|
void |
ItemCategoryListener.removeCategoryTerm(IAppCmnInfo appCmnInfo,
IItemCategoryBizKey categoryBizKey,
List<ITerm> term)
品目カテゴリの期間が削除された直後にコールされます。
|
ItemCategoryListNode[] |
ItemCategoryReader.searchCategory(IAppCmnInfo appCmnInfo,
AppCmnSearchCondition condition,
Date date,
Locale locale,
int start,
int count,
boolean isDisable)
指定された条件を元に品目カテゴリを検索します。
|
ItemCategoryListNode[] |
ItemCategoryReader.searchCategoryWithItem(IAppCmnInfo appCmnInfo,
IItemBizKey bizKey,
AppCmnSearchCondition condition,
Date date,
Locale locale,
int start,
int count,
boolean isDisable)
指定された条件を元に引数の品目が所属する品目カテゴリの一覧を取得します。
|
ItemListNode[] |
ItemCategoryReader.searchItemWithCategory(IAppCmnInfo appCmnInfo,
IItemCategoryBizKey bizKey,
AppCmnSearchCondition condition,
Date date,
Locale locale,
int start,
int count,
boolean isDisable)
指定された条件を元に引数の品目カテゴリに所属する品目情報について検索を行います。
|
ItemListNode[] |
ItemCategoryReader.searchItemWithCategoryTree(IAppCmnInfo appCmnInfo,
IItemCategoryBizKey bizKey,
AppCmnSearchCondition condition,
Date date,
Locale locale,
int start,
int count,
boolean isDisable)
指定された条件を元に、引数の品目カテゴリ以下の階層に所属する品目情報について検索を行います。
|
ItemListNode[] |
ItemCategoryReader.searchItemWithCategoryUpTree(IAppCmnInfo appCmnInfo,
IItemCategoryBizKey bizKey,
AppCmnSearchCondition condition,
Date date,
Locale locale,
int start,
int count,
boolean isDisable)
指定された条件を元に、引数の品目カテゴリ以上の階層に所属する品目情報について検索を行います。
|
ItemCategoryTreeNode[] |
ItemCategoryReader.searchTreeRoot(IAppCmnInfo appCmnInfo,
AppCmnSearchCondition condition,
Date date,
Locale locale,
int start,
int count,
boolean isDisable)
指定された条件を元に品目カテゴリセット下ツリー構造の親を検索します。
|
ProvideListenerModel |
ItemCategoryWriter.separateTermCategory(IAppCmnInfo appCmnInfo,
IItemCategoryBizKey bizKey,
String sepTermCd,
Date sepTermDate)
登録済の品目カテゴリ情報についての、期間分割を行います。
|
ProvideListenerModel |
ItemCategoryWriter.separateTermCategoryAttach(IAppCmnInfo appCmnInfo,
IItemBizKey itemBizKey,
IItemCategoryBizKey categoryBizKey,
String sepTermCd,
Date sepTermDate)
所属済の品目カテゴリについての、所属期間分割を行います。
|
ProvideListenerModel |
ItemCategoryWriter.separateTermCategorySet(IAppCmnInfo appCmnInfo,
IItemCategorySetBizKey bizKey,
String sepTermCd,
Date sepTermDate)
品目カテゴリセット-内包情報についての、期間分割を行います。
|
ITerm[] |
ItemCategoryWriter.setCategory(IAppCmnInfo appCmnInfo,
ItemCategory category)
品目カテゴリ情報を新規登録、もしくは更新処理を行います。。
|
ITerm[] |
ItemCategoryWriter.setCategoryAsRoot(IAppCmnInfo appCmnInfo,
ItemCategory category)
品目カテゴリセットおよびそれに準ずる品目カテゴリ情報を新規作成、もしくは更新処理を行います。
|
ITerm[] |
ItemCategoryWriter.setCategoryAttach(IAppCmnInfo appCmnInfo,
IItemBizKey itemBizKey,
IItemCategoryBizKey categoryBizKey,
ITerm term)
品目を品目カテゴリに新規所属、もしくは更新処理を行います。
|
void |
ItemCategoryWriter.setCategoryInclusion(IAppCmnInfo appCmnInfo,
IItemCategoryBizKey bizKey,
String parentCategoryCd,
String termCd)
品目カテゴリに内包関係を新規付与、もしくは更新処理を行います。
|
int |
ItemCategoryReader.totalCategory(IAppCmnInfo appCmnInfo,
AppCmnSearchCondition condition,
Date date,
boolean isDisable)
指定された条件に該当するデータの総数を取得します。
|
int |
ItemCategoryReader.totalCategoryWithItem(IAppCmnInfo appCmnInfo,
IItemBizKey bizKey,
AppCmnSearchCondition condition,
Date date,
boolean isDisable)
指定された条件を元に引数の品目が所属する品目カテゴリの総数を取得します。
|
int |
ItemCategoryReader.totalItemWithCategory(IAppCmnInfo appCmnInfo,
IItemCategoryBizKey bizKey,
AppCmnSearchCondition condition,
Date date,
boolean isDisable)
指定された条件を元に引数の品目カテゴリに所属する品目の総数を取得します。
|
int |
ItemCategoryReader.totalItemWithCategoryTree(IAppCmnInfo appCmnInfo,
IItemCategoryBizKey bizKey,
AppCmnSearchCondition condition,
Date date,
boolean isDisable)
指定された条件を元に、引数の品目カテゴリ以下の階層に所属する品目の総数を取得します。
|
int |
ItemCategoryReader.totalItemWithCategoryUpTree(IAppCmnInfo appCmnInfo,
IItemCategoryBizKey bizKey,
AppCmnSearchCondition condition,
Date date,
boolean isDisable)
指定された条件を元に、引数の品目カテゴリ以上の階層に所属する品目の総数を取得します。
|
int |
ItemCategoryReader.totalTreeRoot(IAppCmnInfo appCmnInfo,
AppCmnSearchCondition condition,
Date date,
boolean isDisable)
指定された条件を元に品目カテゴリセット下ツリー構造の親の総数を取得します。
|
void |
ItemCategoryListener.updateCategory(IAppCmnInfo appCmnInfo,
ItemCategory category)
品目カテゴリのデータが更新された直後にコールされます。
|
void |
ItemCategoryListener.updateCategoryAttach(IAppCmnInfo appCmnInfo,
IItemBizKey itemBizKey,
IItemCategoryBizKey categoryBizKey,
ITerm term)
品目カテゴリの所属情報が更新された直後にコールされます。
|
void |
ItemCategoryListener.updateCategoryAttachTerm(IAppCmnInfo appCmnInfo,
IItemBizKey itemBizKey,
IItemCategoryBizKey categoryBizKey,
List<ITerm> term)
品目カテゴリの所属の期間情報が更新された直後にコールされます。
|
void |
ItemCategoryWriter.updateCategorySet(IAppCmnInfo appCmnInfo,
ItemCategorySet categorySet)
品目カテゴリセットの更新処理を行います。
|
void |
ItemCategoryListener.updateCategorySet(IAppCmnInfo appCmnInfo,
ItemCategorySet categorySet)
品目カテゴリセットのデータが更新された直後にコールされます。
|
void |
ItemCategoryListener.updateCategorySetTerm(IAppCmnInfo appCmnInfo,
IItemCategorySetBizKey categorySetBizKey,
List<ITerm> term)
品目カテゴリセットの属する内包構成の、期間情報が更新された直後にコールされます。
|
void |
ItemCategoryListener.updateCategoryTerm(IAppCmnInfo appCmnInfo,
IItemCategoryBizKey categoryBizKey,
List<ITerm> term)
品目カテゴリの期間が更新された直後にコールされます。
|
修飾子とタイプ | メソッドと説明 |
---|---|
int |
PrivateGroupReader.countPrivateGroup(IAppCmnInfo info,
AppCmnSearchCondition condition)
プライベートグループをカウントします。
|
int |
PrivateGroupReader.countUserWithPrivateGroup(IAppCmnInfo info,
IPrivateGroupBizKey bizKey,
AppCmnSearchCondition condition,
Date date,
Locale locale,
boolean isDisable)
プライベートグループに所属するユーザ数をカウントします。
|
void |
PrivateGroupListener.createPrivateGroup(IAppCmnInfo appCmnInfo,
PrivateGroup privateGroup)
プライベートグループを作成したときに実行されます。
|
void |
PrivateGroupListener.createUserAttach(IAppCmnInfo appCmnInfo,
IPrivateGroupBizKey privateGroupBizKey,
IUserBizKey userBizKey,
int sortKey)
ユーザの所属を追加したときに実行されます。
|
void |
PrivateGroupExporter.doExport(IAppCmnInfo appCmnInfo,
InputStream inputStream)
エクスポートを行います。
|
void |
PrivateGroupImporter.doImport(IAppCmnInfo appCmnInfo,
InputStream inputStream)
インポートを行います。
|
PrivateGroup |
PrivateGroupReader.getPrivateGroup(IAppCmnInfo info,
IPrivateGroupBizKey bizKey)
プライベートグループを取得します。
|
UserListNode[] |
PrivateGroupReader.listUserWithPrivateGroup(IAppCmnInfo info,
IPrivateGroupBizKey bizKey,
AppCmnSearchCondition condition,
Date date,
Locale locale,
int start,
int count,
boolean isDisable)
プライベートグループに所属するユーザを検索します。
|
void |
PrivateGroupWriter.removePrivateGroup(IAppCmnInfo info,
IPrivateGroupBizKey bizKey)
プライベートグループを削除します。
|
void |
PrivateGroupListener.removePrivateGroup(IAppCmnInfo appCmnInfo,
IPrivateGroupBizKey privateGroupBizKey)
プライベートグループを削除したときに実行されます。
|
void |
PrivateGroupWriter.removeUserAttach(IAppCmnInfo info,
IPrivateGroupBizKey privateGroupBizKey,
IUserBizKey userBizKey)
プライベートグループのユーザ所属をを削除します。
|
void |
PrivateGroupListener.removeUserAttach(IAppCmnInfo appCmnInfo,
IPrivateGroupBizKey privateGroupBizKey,
IUserBizKey userBizKey)
ユーザの所属を削除したときに実行されます。
|
PrivateGroupListNode[] |
PrivateGroupReader.searchPrivateGroup(IAppCmnInfo info,
AppCmnSearchCondition condition,
int start,
int count)
プライベートグループを検索します。
|
UserListNode[] |
PrivateGroupReader.searchUserWithPrivateGroup(IAppCmnInfo info,
IPrivateGroupBizKey bizKey,
AppCmnSearchCondition condition,
Date date,
Locale locale,
int start,
int count,
boolean isDisable)
プライベートグループに所属するユーザを検索します。
|
PrivateGroup |
PrivateGroupWriter.setPrivateGroup(IAppCmnInfo info,
PrivateGroup privateGroup)
プライベートグループを登録します。
|
IUserBizKey |
PrivateGroupWriter.setUserAttach(IAppCmnInfo info,
IPrivateGroupBizKey privateGroupBizKey,
IUserBizKey userBizKey,
int sortKey)
プライベートグループのメンバーを追加します。
|
int |
PrivateGroupReader.totalUserWithPrivateGroup(IAppCmnInfo info,
IPrivateGroupBizKey bizKey,
AppCmnSearchCondition condition,
Date date,
boolean isDisable)
プライベートグループに所属するユーザ数をカウントします。
|
void |
PrivateGroupListener.updatePrivateGroup(IAppCmnInfo appCmnInfo,
PrivateGroup privateGroup)
プライベートグループを変更したときに実行されます。
|
void |
PrivateGroupListener.updateUserAttach(IAppCmnInfo appCmnInfo,
IPrivateGroupBizKey privateGroupBizKey,
IUserBizKey userBizKey,
int sortKey)
ユーザの所属を変更したときに実行されます。
|
修飾子とタイプ | メソッドと説明 |
---|---|
ITerm |
PublicGroupWriter.changePublicGroupSetState(IAppCmnInfo info,
IPublicGroupSetBizKey bizKey,
String termCd,
boolean disable)
パブリックグループ内包の削除フラグを更新します。
|
int |
PublicGroupReader.countPublicGroup(IAppCmnInfo info,
AppCmnSearchCondition condition,
Date date,
Locale locale,
boolean isDisable)
指定した日付で有効なパブリックグループをカウントします。
|
int |
PublicGroupReader.countPublicGroupCategory(IAppCmnInfo info,
AppCmnSearchCondition condition,
Locale locale,
boolean isDisable)
指定した日付で有効なパブリックグループ分類区分をカウントします。
|
int |
PublicGroupReader.countPublicGroupCategoryItem(IAppCmnInfo info,
AppCmnSearchCondition condition,
Locale locale,
boolean isDisable)
指定した日付で有効なパブリックグループ分類区分項目をカウントします。
|
int |
PublicGroupReader.countPublicGroupCategoryItemWithPublicGroup(IAppCmnInfo info,
IPublicGroupBizKey bizKey,
AppCmnSearchCondition condition,
Date date,
Locale locale,
boolean isDisable)
パブリックグループに所属する分類区分項目をカウントします。
|
int |
PublicGroupReader.countPublicGroupRole(IAppCmnInfo info,
AppCmnSearchCondition condition,
Date date,
Locale locale,
boolean isDisable)
指定した日付で有効な役割をカウントします。
|
int |
PublicGroupReader.countPublicGroupRoleWithUser(IAppCmnInfo info,
IUserBizKey bizKey,
AppCmnSearchCondition condition,
Date date,
Locale locale,
boolean isDisable)
ユーザに所属する役割をカウントします。
|
int |
PublicGroupReader.countPublicGroupRoleWithUserOnPublicGroup(IAppCmnInfo info,
IUserBizKey userBizKey,
IPublicGroupBizKey publicGroupBizKey,
AppCmnSearchCondition condition,
Date date,
Locale locale,
boolean isDisable)
指定した日付で有効な、パブリックグループに所属するユーザが持つ役割をカウントします。
|
int |
PublicGroupReader.countPublicGroupWithPublicGroupCategoryItem(IAppCmnInfo info,
IPublicGroupCtgItmBizKey bizKey,
AppCmnSearchCondition condition,
Date date,
Locale locale,
boolean isDisable)
指定した日付で有効な、パブリックグループ分類区分項目が所属するパブリックグループをカウントします。
|
int |
PublicGroupReader.countPublicGroupWithUser(IAppCmnInfo info,
IUserBizKey bizKey,
AppCmnSearchCondition condition,
Date date,
Locale locale,
boolean isDisable)
ユーザが所属するパブリックグループをカウントします。
|
int |
PublicGroupReader.countTreeRoot(IAppCmnInfo info,
AppCmnSearchCondition condition,
Date date,
Locale locale,
boolean isDisable)
指定した日付で有効なパブリックグループ内包のルートをカウントします。
|