public class ImMailUserListener extends Object implements jp.co.intra_mart.foundation.master.user.UserListener
このクラスは、ユーザマネージャクラスによってユーザプロファイル情報の操作が行われた時に呼び出され、IM-Mail アカウントの同期処理を行います。
UserManager
,
UserListener
コンストラクタと説明 |
---|
ImMailUserListener() |
修飾子とタイプ | メソッドと説明 |
---|---|
void |
createUser(jp.co.intra_mart.foundation.master.common.model.IAppCmnInfo info,
List<jp.co.intra_mart.foundation.master.user.model.User> result) |
void |
createUserCategory(jp.co.intra_mart.foundation.master.common.model.IAppCmnInfo info,
jp.co.intra_mart.foundation.master.user.model.UserCtg userCategory) |
void |
createUserCategoryItem(jp.co.intra_mart.foundation.master.common.model.IAppCmnInfo info,
jp.co.intra_mart.foundation.master.user.model.UserCtgItm userCategoryItem) |
void |
createUserCategoryItemAttach(jp.co.intra_mart.foundation.master.common.model.IAppCmnInfo info,
jp.co.intra_mart.foundation.master.user.model.IUserBizKey userBizKey,
jp.co.intra_mart.foundation.master.user.model.IUserCtgItmBizKey itemBizKey) |
void |
createUserTerm(jp.co.intra_mart.foundation.master.common.model.IAppCmnInfo info,
jp.co.intra_mart.foundation.master.user.model.IUserBizKey bizKey,
List<jp.co.intra_mart.foundation.master.common.model.ITerm> termList) |
void |
removeUser(jp.co.intra_mart.foundation.master.common.model.IAppCmnInfo info,
jp.co.intra_mart.foundation.master.common.model.ProvideListenerRemoveKeyModel<jp.co.intra_mart.foundation.master.user.model.IUserBizKey> result) |
void |
removeUserCategory(jp.co.intra_mart.foundation.master.common.model.IAppCmnInfo info,
jp.co.intra_mart.foundation.master.common.model.ProvideListenerRemoveKeyModel<jp.co.intra_mart.foundation.master.user.model.IUserCtgBizKey> result) |
void |
removeUserCategoryItem(jp.co.intra_mart.foundation.master.common.model.IAppCmnInfo info,
jp.co.intra_mart.foundation.master.common.model.ProvideListenerRemoveKeyModel<jp.co.intra_mart.foundation.master.user.model.IUserCtgItmBizKey> result) |
void |
removeUserCategoryItemAttach(jp.co.intra_mart.foundation.master.common.model.IAppCmnInfo info,
jp.co.intra_mart.foundation.master.user.model.IUserBizKey userBizKey,
jp.co.intra_mart.foundation.master.user.model.IUserCtgItmBizKey itemBizKey,
String termCd) |
void |
removeUserTerm(jp.co.intra_mart.foundation.master.common.model.IAppCmnInfo info,
jp.co.intra_mart.foundation.master.user.model.IUserBizKey bizKey,
List<jp.co.intra_mart.foundation.master.common.model.ITerm> termList) |
void |
updateUser(jp.co.intra_mart.foundation.master.common.model.IAppCmnInfo info,
jp.co.intra_mart.foundation.master.user.model.User user) |
void |
updateUserCategory(jp.co.intra_mart.foundation.master.common.model.IAppCmnInfo info,
jp.co.intra_mart.foundation.master.user.model.UserCtg userCategory) |
void |
updateUserCategoryItem(jp.co.intra_mart.foundation.master.common.model.IAppCmnInfo info,
jp.co.intra_mart.foundation.master.user.model.UserCtgItm userCategoryItem) |
void |
updateUserCategoryItemAttach(jp.co.intra_mart.foundation.master.common.model.IAppCmnInfo info,
jp.co.intra_mart.foundation.master.user.model.IUserBizKey userBizKey,
jp.co.intra_mart.foundation.master.user.model.IUserCtgItmBizKey itemBizKey,
jp.co.intra_mart.foundation.master.common.model.ITerm term) |
void |
updateUserTerm(jp.co.intra_mart.foundation.master.common.model.IAppCmnInfo info,
jp.co.intra_mart.foundation.master.user.model.IUserBizKey bizKey,
List<jp.co.intra_mart.foundation.master.common.model.ITerm> termList) |
public void createUser(jp.co.intra_mart.foundation.master.common.model.IAppCmnInfo info, List<jp.co.intra_mart.foundation.master.user.model.User> result) throws jp.co.intra_mart.foundation.exception.BizApiException
createUser
インタフェース内 jp.co.intra_mart.foundation.master.user.UserListener
jp.co.intra_mart.foundation.exception.BizApiException
public void createUserCategory(jp.co.intra_mart.foundation.master.common.model.IAppCmnInfo info, jp.co.intra_mart.foundation.master.user.model.UserCtg userCategory) throws jp.co.intra_mart.foundation.exception.BizApiException
createUserCategory
インタフェース内 jp.co.intra_mart.foundation.master.user.UserListener
jp.co.intra_mart.foundation.exception.BizApiException
public void createUserCategoryItem(jp.co.intra_mart.foundation.master.common.model.IAppCmnInfo info, jp.co.intra_mart.foundation.master.user.model.UserCtgItm userCategoryItem) throws jp.co.intra_mart.foundation.exception.BizApiException
createUserCategoryItem
インタフェース内 jp.co.intra_mart.foundation.master.user.UserListener
jp.co.intra_mart.foundation.exception.BizApiException
public void createUserCategoryItemAttach(jp.co.intra_mart.foundation.master.common.model.IAppCmnInfo info, jp.co.intra_mart.foundation.master.user.model.IUserBizKey userBizKey, jp.co.intra_mart.foundation.master.user.model.IUserCtgItmBizKey itemBizKey) throws jp.co.intra_mart.foundation.exception.BizApiException
createUserCategoryItemAttach
インタフェース内 jp.co.intra_mart.foundation.master.user.UserListener
jp.co.intra_mart.foundation.exception.BizApiException
public void createUserTerm(jp.co.intra_mart.foundation.master.common.model.IAppCmnInfo info, jp.co.intra_mart.foundation.master.user.model.IUserBizKey bizKey, List<jp.co.intra_mart.foundation.master.common.model.ITerm> termList) throws jp.co.intra_mart.foundation.exception.BizApiException
createUserTerm
インタフェース内 jp.co.intra_mart.foundation.master.user.UserListener
jp.co.intra_mart.foundation.exception.BizApiException
public void removeUser(jp.co.intra_mart.foundation.master.common.model.IAppCmnInfo info, jp.co.intra_mart.foundation.master.common.model.ProvideListenerRemoveKeyModel<jp.co.intra_mart.foundation.master.user.model.IUserBizKey> result) throws jp.co.intra_mart.foundation.exception.BizApiException
removeUser
インタフェース内 jp.co.intra_mart.foundation.master.user.UserListener
jp.co.intra_mart.foundation.exception.BizApiException
public void removeUserCategory(jp.co.intra_mart.foundation.master.common.model.IAppCmnInfo info, jp.co.intra_mart.foundation.master.common.model.ProvideListenerRemoveKeyModel<jp.co.intra_mart.foundation.master.user.model.IUserCtgBizKey> result) throws jp.co.intra_mart.foundation.exception.BizApiException
removeUserCategory
インタフェース内 jp.co.intra_mart.foundation.master.user.UserListener
jp.co.intra_mart.foundation.exception.BizApiException
public void removeUserCategoryItem(jp.co.intra_mart.foundation.master.common.model.IAppCmnInfo info, jp.co.intra_mart.foundation.master.common.model.ProvideListenerRemoveKeyModel<jp.co.intra_mart.foundation.master.user.model.IUserCtgItmBizKey> result) throws jp.co.intra_mart.foundation.exception.BizApiException
removeUserCategoryItem
インタフェース内 jp.co.intra_mart.foundation.master.user.UserListener
jp.co.intra_mart.foundation.exception.BizApiException
public void removeUserCategoryItemAttach(jp.co.intra_mart.foundation.master.common.model.IAppCmnInfo info, jp.co.intra_mart.foundation.master.user.model.IUserBizKey userBizKey, jp.co.intra_mart.foundation.master.user.model.IUserCtgItmBizKey itemBizKey, String termCd) throws jp.co.intra_mart.foundation.exception.BizApiException
removeUserCategoryItemAttach
インタフェース内 jp.co.intra_mart.foundation.master.user.UserListener
jp.co.intra_mart.foundation.exception.BizApiException
public void removeUserTerm(jp.co.intra_mart.foundation.master.common.model.IAppCmnInfo info, jp.co.intra_mart.foundation.master.user.model.IUserBizKey bizKey, List<jp.co.intra_mart.foundation.master.common.model.ITerm> termList) throws jp.co.intra_mart.foundation.exception.BizApiException
removeUserTerm
インタフェース内 jp.co.intra_mart.foundation.master.user.UserListener
jp.co.intra_mart.foundation.exception.BizApiException
public void updateUser(jp.co.intra_mart.foundation.master.common.model.IAppCmnInfo info, jp.co.intra_mart.foundation.master.user.model.User user) throws jp.co.intra_mart.foundation.exception.BizApiException
updateUser
インタフェース内 jp.co.intra_mart.foundation.master.user.UserListener
jp.co.intra_mart.foundation.exception.BizApiException
public void updateUserCategory(jp.co.intra_mart.foundation.master.common.model.IAppCmnInfo info, jp.co.intra_mart.foundation.master.user.model.UserCtg userCategory) throws jp.co.intra_mart.foundation.exception.BizApiException
updateUserCategory
インタフェース内 jp.co.intra_mart.foundation.master.user.UserListener
jp.co.intra_mart.foundation.exception.BizApiException
public void updateUserCategoryItem(jp.co.intra_mart.foundation.master.common.model.IAppCmnInfo info, jp.co.intra_mart.foundation.master.user.model.UserCtgItm userCategoryItem) throws jp.co.intra_mart.foundation.exception.BizApiException
updateUserCategoryItem
インタフェース内 jp.co.intra_mart.foundation.master.user.UserListener
jp.co.intra_mart.foundation.exception.BizApiException
public void updateUserCategoryItemAttach(jp.co.intra_mart.foundation.master.common.model.IAppCmnInfo info, jp.co.intra_mart.foundation.master.user.model.IUserBizKey userBizKey, jp.co.intra_mart.foundation.master.user.model.IUserCtgItmBizKey itemBizKey, jp.co.intra_mart.foundation.master.common.model.ITerm term) throws jp.co.intra_mart.foundation.exception.BizApiException
updateUserCategoryItemAttach
インタフェース内 jp.co.intra_mart.foundation.master.user.UserListener
jp.co.intra_mart.foundation.exception.BizApiException
public void updateUserTerm(jp.co.intra_mart.foundation.master.common.model.IAppCmnInfo info, jp.co.intra_mart.foundation.master.user.model.IUserBizKey bizKey, List<jp.co.intra_mart.foundation.master.common.model.ITerm> termList) throws jp.co.intra_mart.foundation.exception.BizApiException
updateUserTerm
インタフェース内 jp.co.intra_mart.foundation.master.user.UserListener
jp.co.intra_mart.foundation.exception.BizApiException
Copyright © 2013 NTT DATA INTRAMART CORPORATION