Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Class
com.engiweb.profilemanager.common.bean.UserExtInfoBean

  • Packages that use UserExtInfoBean 
    Package Description
    com.engiweb.emanager.common.interfaces  
    com.engiweb.profilemanager.common.bean  
    com.engiweb.profilemanager.common.interfaces  
    • Uses of UserExtInfoBean in com.engiweb.emanager.common.interfaces

      Methods in com.engiweb.emanager.common.interfaces that return types with arguments of type UserExtInfoBean 
      Modifier and Type Method and Description
      com.engiweb.pm.entity.BeanList<UserExtInfoBean> IEventInDirect.findUserExtInfo(EventInBean eventINBean, com.engiweb.pm.entity.Paging paging, com.engiweb.pm.dao.db.DAO connDao) 
      com.engiweb.pm.entity.BeanList<UserExtInfoBean> IEventIn.findUserExtInfo(EventInBean eventInBean, com.engiweb.pm.entity.Paging paging, java.lang.String token, java.lang.String realm) 
    • Uses of UserExtInfoBean in com.engiweb.profilemanager.common.bean

      Methods in com.engiweb.profilemanager.common.bean that return types with arguments of type UserExtInfoBean 
      Modifier and Type Method and Description
      java.util.List<UserExtInfoBean> HRPlaceholderValuesBean.getUserExtInfoBeanList() 
      java.util.ArrayList<UserExtInfoBean> ExternalInfo.getUserExtInfoList() 
      Methods in com.engiweb.profilemanager.common.bean with parameters of type UserExtInfoBean 
      Modifier and Type Method and Description
      void ExternalInfo.addUserExtInfo(UserExtInfoBean ueI) 
      Method parameters in com.engiweb.profilemanager.common.bean with type arguments of type UserExtInfoBean 
      Modifier and Type Method and Description
      void HRPlaceholderValuesBean.setUserExtInfoBeanList(java.util.List<UserExtInfoBean> userExtInfoBeanList) 
      Constructor parameters in com.engiweb.profilemanager.common.bean with type arguments of type UserExtInfoBean 
      Constructor and Description
      HRPlaceholderValuesBean(UserBean person, java.util.List<UserExtInfoBean> userExtInfoBeanList) 
    • Uses of UserExtInfoBean in com.engiweb.profilemanager.common.interfaces

      Methods in com.engiweb.profilemanager.common.interfaces that return UserExtInfoBean 
      Modifier and Type Method and Description
      UserExtInfoBean IExternalErcDirect.insertExternalErc(java.util.List<UserExtInfoBean> userExtInfoBeanList, RepositoryBean repository, java.lang.String realm)
      Insert a list of external erc.
      UserExtInfoBean IExternalErcDirect.insertExternalErc(java.util.List<UserExtInfoBean> userExtInfoBeanList, RepositoryBean repository, java.lang.String realm, long sourceType, long sourceID, java.lang.String sourceName) 
      UserExtInfoBean IExternalErc.insertExternalErc(java.util.List<UserExtInfoBean> userExtInfoBeanList, java.lang.String repository, java.lang.String realm)
      Insert external erc.
      Methods in com.engiweb.profilemanager.common.interfaces that return types with arguments of type UserExtInfoBean 
      Modifier and Type Method and Description
      java.util.List<UserExtInfoBean> IExternalErcDirect.findSelectedUserData(RepositoryBean repository, java.lang.String realm)
      Find selected user data.
      com.engiweb.pm.entity.BeanList<UserExtInfoBean> IUserDirect.findUserExtInfo(UserBean userBean, boolean onlyVisible, com.engiweb.pm.dao.db.DAO dao)
      Returns the user external info associated to the user and properly valued.
      com.engiweb.pm.entity.BeanList<UserExtInfoBean> IUser.findUserExtInfo(UserBean userBean, boolean onlyVisible, java.lang.String token, java.lang.String realm)
      Returns the user external info associated to the user and properly valued
      com.engiweb.pm.entity.BeanList<UserExtInfoBean> IUser.findUserExtInfo(UserBean userBean, java.lang.String token, java.lang.String realm)
      Deprecated. 
      replaced by IUser.findUserExtInfo(UserBean, boolean, String, String)
      com.engiweb.pm.entity.BeanList<UserExtInfoBean> IUserDirect.getSelectedExtInfo(com.engiweb.pm.dao.db.DAO dao)
      Returns the user external info.
      com.engiweb.pm.entity.BeanList<UserExtInfoBean> IUser.getSelectedExtInfo(java.lang.String token, java.lang.String realm)
      Returns the user external info
      java.util.List<UserExtInfoBean> IExternalErc.getSelectedUserData(java.lang.String repository, java.lang.String realm)
      Gets the selected user data.
      java.util.List<UserExtInfoBean> IExternalErc.select(UserBean p, boolean onlyVisible, java.lang.String repository, java.lang.String token, java.lang.String realm)
      Gets the selected user data.
      Methods in com.engiweb.profilemanager.common.interfaces with parameters of type UserExtInfoBean 
      Modifier and Type Method and Description
      java.util.HashMap<java.lang.String,java.lang.Object> IExternalErcDirect.loadExternalErc(UserExtInfoBean idUserExtInfoBean, RepositoryBean repository, java.lang.String realm)
      Load external erc.
      java.util.HashMap<java.lang.String,java.lang.Object> IExternalErc.loadExternalErc(UserExtInfoBean idUserExtInfoBean, java.lang.String repository, java.lang.String realm)
      Load external erc.
      Method parameters in com.engiweb.profilemanager.common.interfaces with type arguments of type UserExtInfoBean 
      Modifier and Type Method and Description
      UserBean IUserDirect.insert(UserBean userBean, com.engiweb.pm.entity.BeanList<UserExtInfoBean> extInfoBeanList, OrgUnitBean ouBean, java.lang.String code_scope, com.engiweb.pm.dao.db.DAO dao)
      Deprecated. 
      replaced by #insertByGroup(UserBean, BeanList, GroupBean, String, String)
      UserBean IUser.insert(UserBean userBean, com.engiweb.pm.entity.BeanList<UserExtInfoBean> extInfoBeanList, OrgUnitBean ouBean, java.lang.String token, java.lang.String realmAdm)
      Deprecated. 
      replaced by #insertByGroup(UserBean, BeanList, GroupBean, String, String)
      UserBean IUser.insert(UserBean userBean, com.engiweb.pm.entity.BeanList<UserExtInfoBean> extInfoBeanList, java.lang.String token, java.lang.String realm)
      Deprecated. 
      replaced by IUser.insert(UserBean, BeanList, OrgUnitBean, String, String)
      UserExtInfoBean IExternalErcDirect.insertExternalErc(java.util.List<UserExtInfoBean> userExtInfoBeanList, RepositoryBean repository, java.lang.String realm)
      Insert a list of external erc.
      UserExtInfoBean IExternalErcDirect.insertExternalErc(java.util.List<UserExtInfoBean> userExtInfoBeanList, RepositoryBean repository, java.lang.String realm, long sourceType, long sourceID, java.lang.String sourceName) 
      UserExtInfoBean IExternalErc.insertExternalErc(java.util.List<UserExtInfoBean> userExtInfoBeanList, java.lang.String repository, java.lang.String realm)
      Insert external erc.
      UserBean IUserDirect.insertInGroup(UserBean userBean, com.engiweb.pm.entity.BeanList<UserExtInfoBean> extInfoBeanList, GroupBean groupBean, java.lang.String code_scope, com.engiweb.pm.dao.db.DAO dao)
      Adds a new user, if it not exists yet.
      UserBean IUser.insertInGroup(UserBean userBean, com.engiweb.pm.entity.BeanList<UserExtInfoBean> extInfoBeanList, GroupBean groupBean, java.lang.String token, java.lang.String realmAdm)
      Adds a new user, if it not exists yet.
      UserBean IUserDirect.update(UserBean userBean, com.engiweb.pm.entity.BeanList<UserExtInfoBean> extInfoBeanList, com.engiweb.pm.dao.db.DAO dao)
      Updates an existing user.Also updates of external properies is possible setting a list of user external info
      UserBean IUser.update(UserBean userBean, com.engiweb.pm.entity.BeanList<UserExtInfoBean> extInfoBeanList, java.lang.String token, java.lang.String realm)
      Updates an existing user.Also updates of external properies is possible setting a list of user external info
      void IExternalErcDirect.updateExternalErc(java.util.List<UserExtInfoBean> userExtInfoBeanList, RepositoryBean repository, java.lang.String realm)
      Update external erc.
      void IExternalErc.updateExternalErc(java.util.List<UserExtInfoBean> userExtInfoBeanList, RepositoryBean repository, java.lang.String realm)
      Update external erc.
      void IExternalErcDirect.updateExternalErc(java.util.List<UserExtInfoBean> userExtInfoBeanList, RepositoryBean repository, java.lang.String realm, long sourceType, long sourceID, java.lang.String sourceName, java.lang.String lasModUser) 
      void IExternalErc.updateExternalErc(java.util.List<UserExtInfoBean> userExtInfoBeanList, java.lang.String repository, java.lang.String realm)
      Deprecated. 
      use IExternalErc.updateExternalErc(List, RepositoryBean, String)
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes