public interface CompanyListener
void createCompanyPost(IAppCmnInfo info, List<CompanyPost> list) throws jp.co.intra_mart.foundation.exception.BizApiException
info - 基本情報list - 役職のリストjp.co.intra_mart.foundation.exception.BizApiExceptionvoid createCompanyPostAttach(IAppCmnInfo info, IDepartmentBizKey departmentBizKey, IUserBizKey userBizKey, ICompanyPostBizKey postBizKey, List<ITerm> termList) throws jp.co.intra_mart.foundation.exception.BizApiException
info - 基本情報departmentBizKey - 会社組織ビジネスキー郡userBizKey - ユーザビジネスキー郡postBizKey - 役職ビジネスキー郡termList - 期間情報のリストjp.co.intra_mart.foundation.exception.BizApiExceptionvoid createCompanyPostTerm(IAppCmnInfo info, ICompanyPostBizKey bizKey, List<ITerm> termList) throws jp.co.intra_mart.foundation.exception.BizApiException
info - 基本情報bizKey - 役職ビジネスキー郡termList - 期間情報のリストjp.co.intra_mart.foundation.exception.BizApiExceptionvoid createDepartment(IAppCmnInfo info, List<Department> department) throws jp.co.intra_mart.foundation.exception.BizApiException
info - 基本情報department - 会社組織jp.co.intra_mart.foundation.exception.BizApiExceptionvoid createDepartmentCategory(IAppCmnInfo info, DepartmentCtg category) throws jp.co.intra_mart.foundation.exception.BizApiException
info - 基本情報category - 分類区分jp.co.intra_mart.foundation.exception.BizApiExceptionvoid createDepartmentCategoryItem(IAppCmnInfo info, DepartmentCtgItm item) throws jp.co.intra_mart.foundation.exception.BizApiException
info - 基本情報item - 分類区分項目jp.co.intra_mart.foundation.exception.BizApiExceptionvoid createDepartmentCategoryItemAttach(IAppCmnInfo info, IDepartmentBizKey departmentBizKey, IDepartmentCtgItmBizKey itemBizKey, ITerm term) throws jp.co.intra_mart.foundation.exception.BizApiException
info - 基本情報departmentBizKey - 組織ビジネスキー郡itemBizKey - 分類区分項目ビジネスキー郡term - 期間情報jp.co.intra_mart.foundation.exception.BizApiExceptionvoid createDepartmentInclusion(IAppCmnInfo info, IDepartmentBizKey bizKey, String parentDepartmentCd, String termCd) throws jp.co.intra_mart.foundation.exception.BizApiException
info - 基本情報bizKey - 会社組織ビジネスキー郡parentDepartmentCd - 親組織コードtermCd - 期間情報jp.co.intra_mart.foundation.exception.BizApiExceptionvoid createDepartmentSet(IAppCmnInfo info, IDepartmentSetBizKey bizKey, List<ITerm> termList) throws jp.co.intra_mart.foundation.exception.BizApiException
info - 基本情報bizKey - 組織セットビジネスキー郡termList - 期間情報のリストjp.co.intra_mart.foundation.exception.BizApiExceptionvoid createDepartmentTerm(IAppCmnInfo info, IDepartmentBizKey bizKey, List<ITerm> termList) throws jp.co.intra_mart.foundation.exception.BizApiException
info - 基本情報bizKey - 会社組織ビジネスキー郡termList - jp.co.intra_mart.foundation.exception.BizApiExceptionvoid createUserAttach(IAppCmnInfo info, IDepartmentBizKey departmentBizKey, IUserBizKey userBizKey, List<ITerm> termList, boolean isDepartmentMain) throws jp.co.intra_mart.foundation.exception.BizApiException
info - 基本情報departmentBizKey - 組織ビジネスキー郡userBizKey - ユーザビジネスキー郡termList - 期間情報のリストisDepartmentMain - 主所属フラグjp.co.intra_mart.foundation.exception.BizApiExceptionvoid createUserAttachTerm(IAppCmnInfo info, IDepartmentBizKey departmentBizKey, IUserBizKey userBizKey, List<ITerm> termList) throws jp.co.intra_mart.foundation.exception.BizApiException
info - 基本情報departmentBizKey - 組織ビジネスキー郡userBizKey - ユーザビジネスキー郡termList - 期間情報のリストjp.co.intra_mart.foundation.exception.BizApiExceptionvoid removeCompany(IAppCmnInfo info, ICompanyBizKey bizKey) throws jp.co.intra_mart.foundation.exception.BizApiException
info - 基本情報bizKey - 会社ビジネスキーjp.co.intra_mart.foundation.exception.BizApiExceptionvoid removeCompanyPost(IAppCmnInfo info, ProvideListenerRemoveKeyModel<ICompanyPostBizKey> result) throws jp.co.intra_mart.foundation.exception.BizApiException
info - 基本情報result - 役職ビジネスキー郡のリストjp.co.intra_mart.foundation.exception.BizApiExceptionvoid removeCompanyPostAttach(IAppCmnInfo info, IDepartmentBizKey departmentBizKey, IUserBizKey userBizKey, ICompanyPostBizKey postBizKey, String termCd) throws jp.co.intra_mart.foundation.exception.BizApiException
info - 基本情報departmentBizKey - 会社組織ビジネスキー郡userBizKey - ユーザビジネスキー郡postBizKey - 役職ビジネスキー郡termCd - 期間コードjp.co.intra_mart.foundation.exception.BizApiExceptionvoid removeCompanyPostTerm(IAppCmnInfo info, ICompanyPostBizKey bizKey, List<ITerm> termList) throws jp.co.intra_mart.foundation.exception.BizApiException
info - 基本情報bizKey - 役職ビジネスキー郡termList - 期間情報のリストjp.co.intra_mart.foundation.exception.BizApiExceptionvoid removeDepartment(IAppCmnInfo info, ProvideListenerRemoveKeyModel<IDepartmentBizKey> result) throws jp.co.intra_mart.foundation.exception.BizApiException
info - 基本情報result - 会社組織ビジネスキー郡のリストjp.co.intra_mart.foundation.exception.BizApiExceptionvoid removeDepartmentCategory(IAppCmnInfo info, ProvideListenerRemoveKeyModel<IDepartmentCtgBizKey> result) throws jp.co.intra_mart.foundation.exception.BizApiException
info - 基本情報result - 分類区分ビジネスキー郡のリストjp.co.intra_mart.foundation.exception.BizApiExceptionvoid removeDepartmentCategoryItem(IAppCmnInfo info, ProvideListenerRemoveKeyModel<IDepartmentCtgItmBizKey> result) throws jp.co.intra_mart.foundation.exception.BizApiException
info - 基本情報result - 分類区分項目ビジネスキー郡のリストjp.co.intra_mart.foundation.exception.BizApiExceptionvoid removeDepartmentCategoryItemAttach(IAppCmnInfo info, IDepartmentBizKey departmentBizKey, IDepartmentCtgItmBizKey itemBizKey, String termCd) throws jp.co.intra_mart.foundation.exception.BizApiException
info - 基本情報departmentBizKey - 組織ビジネスキー郡itemBizKey - 分類区分項目ビジネスキー郡termCd - jp.co.intra_mart.foundation.exception.BizApiExceptionvoid removeDepartmentInclusion(IAppCmnInfo info, IDepartmentBizKey bizKey, String termCd) throws jp.co.intra_mart.foundation.exception.BizApiException
info - 基本情報bizKey - 会社組織ビジネスキー郡termCd - 期間コードjp.co.intra_mart.foundation.exception.BizApiExceptionvoid removeDepartmentSetTerm(IAppCmnInfo info, IDepartmentSetBizKey bizKey, List<ITerm> termList) throws jp.co.intra_mart.foundation.exception.BizApiException
info - 基本情報bizKey - 組織セットビジネスキー郡termList - 期間情報のリストjp.co.intra_mart.foundation.exception.BizApiExceptionvoid removeDepartmentSet(IAppCmnInfo info, IDepartmentSetBizKey bizKey) throws jp.co.intra_mart.foundation.exception.BizApiException
info - 基本情報bizKey - 組織セットビジネスキー郡jp.co.intra_mart.foundation.exception.BizApiExceptionvoid removeDepartmentTerm(IAppCmnInfo info, IDepartmentBizKey bizKey, List<ITerm> termList) throws jp.co.intra_mart.foundation.exception.BizApiException
info - 基本情報bizKey - 会社組織ビジネスキー郡termList - jp.co.intra_mart.foundation.exception.BizApiExceptionvoid removeUserAttach(IAppCmnInfo info, IDepartmentBizKey departmentBizKey, IUserBizKey userBizKey) throws jp.co.intra_mart.foundation.exception.BizApiException
info - 基本情報departmentBizKey - 組織ビジネスキー郡userBizKey - ユーザビジネスキー郡jp.co.intra_mart.foundation.exception.BizApiExceptionvoid removeUserAttachTerm(IAppCmnInfo info, IDepartmentBizKey departmentBizKey, IUserBizKey userBizKey, List<ITerm> termList) throws jp.co.intra_mart.foundation.exception.BizApiException
info - 基本情報departmentBizKey - 組織ビジネスキー郡userBizKey - ユーザビジネスキー郡termList - 期間情報のリストjp.co.intra_mart.foundation.exception.BizApiExceptionvoid updateCompanyPost(IAppCmnInfo info, CompanyPost post) throws jp.co.intra_mart.foundation.exception.BizApiException
info - 基本情報post - 役職jp.co.intra_mart.foundation.exception.BizApiExceptionvoid updateCompanyPostAttach(IAppCmnInfo info, IDepartmentBizKey departmentBizKey, IUserBizKey userBizKey, ICompanyPostBizKey postBizKey, String termCd) throws jp.co.intra_mart.foundation.exception.BizApiException
info - 基本情報departmentBizKey - 会社組織ビジネスキー郡userBizKey - ユーザビジネスキー郡postBizKey - 役職ビジネスキー郡termCd - 期間情報jp.co.intra_mart.foundation.exception.BizApiExceptionvoid updateCompanyPostTerm(IAppCmnInfo info, ICompanyPostBizKey bizKey, List<ITerm> termList) throws jp.co.intra_mart.foundation.exception.BizApiException
info - 基本情報bizKey - 役職ビジネスキー郡termList - 期間情報のリストjp.co.intra_mart.foundation.exception.BizApiExceptionvoid updateDepartment(IAppCmnInfo info, Department department) throws jp.co.intra_mart.foundation.exception.BizApiException
info - 基本情報department - 会社組織jp.co.intra_mart.foundation.exception.BizApiExceptionvoid updateDepartmentCategory(IAppCmnInfo info, DepartmentCtg category) throws jp.co.intra_mart.foundation.exception.BizApiException
info - 基本情報category - 分類区分jp.co.intra_mart.foundation.exception.BizApiExceptionvoid updateDepartmentCategoryItem(IAppCmnInfo info, DepartmentCtgItm item) throws jp.co.intra_mart.foundation.exception.BizApiException
info - 基本情報item - 分類区分項目jp.co.intra_mart.foundation.exception.BizApiExceptionvoid updateDepartmentCategoryItemAttach(IAppCmnInfo info, IDepartmentBizKey departmentBizKey, IDepartmentCtgItmBizKey itemBizKey, ITerm term) throws jp.co.intra_mart.foundation.exception.BizApiException
info - 基本情報departmentBizKey - 組織ビジネスキー郡itemBizKey - 分類区分項目ビジネスキー郡term - 期間情報jp.co.intra_mart.foundation.exception.BizApiExceptionvoid updateDepartmentSetTerm(IAppCmnInfo info, IDepartmentSetBizKey bizKey, List<ITerm> termList) throws jp.co.intra_mart.foundation.exception.BizApiException
info - 基本情報bizKey - 組織セットビジネスキー郡termList - 期間情報のリストjp.co.intra_mart.foundation.exception.BizApiExceptionvoid updateDepartmentSet(IAppCmnInfo info, DepartmentSet set) throws jp.co.intra_mart.foundation.exception.BizApiException
info - 基本情報set - 組織セット情報jp.co.intra_mart.foundation.exception.BizApiExceptionvoid updateDepartmentTerm(IAppCmnInfo info, IDepartmentBizKey bizKey, List<ITerm> termList) throws jp.co.intra_mart.foundation.exception.BizApiException
info - 基本情報bizKey - 会社組織ビジネスキー郡termList - jp.co.intra_mart.foundation.exception.BizApiExceptionvoid updateUserAttach(IAppCmnInfo info, IDepartmentBizKey departmentBizKey, IUserBizKey userBizKey, ITerm term, boolean isDepartmentMain) throws jp.co.intra_mart.foundation.exception.BizApiException
info - 基本情報departmentBizKey - 組織ビジネスキー郡userBizKey - ユーザビジネスキー郡term - 期間情報isDepartmentMain - 主所属フラグjp.co.intra_mart.foundation.exception.BizApiExceptionvoid updateUserAttachTerm(IAppCmnInfo info, IDepartmentBizKey departmentBizKey, IUserBizKey userBizKey, List<ITerm> termList) throws jp.co.intra_mart.foundation.exception.BizApiException
info - 基本情報departmentBizKey - 組織ビジネスキー郡userBizKey - ユーザビジネスキー郡termList - 期間情報のリストjp.co.intra_mart.foundation.exception.BizApiExceptionvoid updateCompany(IAppCmnInfo info, Company company) throws jp.co.intra_mart.foundation.exception.BizApiException
info - 基本情報company - 会社情報jp.co.intra_mart.foundation.exception.BizApiExceptionCopyright © 2012 NTT DATA INTRAMART CORPORATION