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.UserAttributeBean

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

      Subclasses of UserAttributeBean in com.engiweb.profilemanager.common.bean 
      Modifier and Type Class and Description
      class  ExternalMappingBean 
      Methods in com.engiweb.profilemanager.common.bean that return UserAttributeBean 
      Modifier and Type Method and Description
      UserAttributeBean UserAttributeMappings.getPersonAttributeByLabel(java.lang.String label) 
      UserAttributeBean UserAttributeMappings.getPersonAttributeByName(java.lang.String name) 
      UserAttributeBean UserAttributeMappings.getVirtualAttributeByLabel(java.lang.String label) 
      UserAttributeBean UserAttributeMappings.getVirtualAttributeByName(java.lang.String name) 
      Methods in com.engiweb.profilemanager.common.bean that return types with arguments of type UserAttributeBean 
      Modifier and Type Method and Description
      com.engiweb.pm.entity.BeanList<UserAttributeBean> UserAttributeMappings.getAllAttributesMappings() 
      com.engiweb.pm.entity.BeanList<UserAttributeBean> UserAttributeMappings.getPersonAttributesMappings() 
      com.engiweb.pm.entity.BeanList<UserAttributeBean> UserAttributeMappings.getVirtualAttributesMappings() 
      Methods in com.engiweb.profilemanager.common.bean with parameters of type UserAttributeBean 
      Modifier and Type Method and Description
      void UserAttributeMappings.add(UserAttributeBean attr) 
    • Uses of UserAttributeBean in com.engiweb.profilemanager.common.interfaces

      Method parameters in com.engiweb.profilemanager.common.interfaces with type arguments of type UserAttributeBean 
      Modifier and Type Method and Description
      com.engiweb.pm.entity.BeanList<UserBean> IUserDirect.findAdvanced(java.util.List<UserAttributeBean> userAttributesList, java.lang.String genericFilterValue, GroupBean groupBean, boolean hier, com.engiweb.pm.entity.Paging paging, com.engiweb.pm.dao.db.DAO connDao)
      Returns the users filtered by a list of attributes (AND condition).
      com.engiweb.pm.entity.BeanList<UserBean> IUser.findAdvanced(java.util.List<UserAttributeBean> userAttributesList, java.lang.String genericFilterValue, GroupBean groupBean, boolean hier, com.engiweb.pm.entity.Paging paging, java.lang.String token, java.lang.String realmAdm)
      Returns the users filtered by a list of attributes (AND condition).
      com.engiweb.pm.entity.BeanList<UserBean> IUserDirect.findAdvanced(java.util.List<UserAttributeBean> userAttributesList, java.lang.String genericFilterValue, java.lang.Long filterOutOfSync, GroupBean groupBean, boolean hier, com.engiweb.pm.entity.Paging paging, com.engiweb.pm.dao.db.DAO connDao)
      Returns the users filtered by a list of attributes (AND condition).
      com.engiweb.pm.entity.BeanList<UserBean> IUser.findAdvanced(java.util.List<UserAttributeBean> userAttributesList, java.lang.String genericFilterValue, java.lang.Long filterOutOfSync, GroupBean groupBean, boolean hier, com.engiweb.pm.entity.Paging paging, java.lang.String token, java.lang.String realmAdm)
      Returns the users filtered by a list of attributes (AND condition).
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes