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

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

      Methods in com.engiweb.profilemanager.common.interfaces that return types with arguments of type PersonProfileBean 
      Modifier and Type Method and Description
      com.engiweb.pm.entity.BeanList<PersonProfileBean> IUserDirect.checkPersonProfileByRole(UserBean userBean, EntitlementBean entBean, EntitlementBean filterEntitlementChild, java.lang.Long status, com.engiweb.pm.dao.db.DAO connDao)
      Given an user check whether, permission inside the role, is verified or not from target.
      com.engiweb.pm.entity.BeanList<PersonProfileBean> IUser.checkPersonProfileByRole(UserBean userBean, EntitlementBean entBean, EntitlementBean filterEntitlementChild, java.lang.Long status, java.lang.String token, java.lang.String realm)
      Given an user check whether, permission inside the role, is verified or not from target
      com.engiweb.pm.entity.BeanList<PersonProfileBean> IPwdCfgDirect.findOutOfSyncPersonProfile(PersonProfileBean personProfileBean, PwdCfgBean pwdCfgBean, UserBean userBean, EntitlementBean entitlementBean, com.engiweb.pm.entity.Paging paging, com.engiweb.pm.dao.db.DAO dao)
      Return a list of out of synchronization person profile form an Account Configuration
      com.engiweb.pm.entity.BeanList<PersonProfileBean> IPwdCfg.findOutOfSyncPersonProfile(PersonProfileBean personProfileBean, PwdCfgBean pwdCfgBean, UserBean userBean, EntitlementBean entitlementBean, com.engiweb.pm.entity.Paging paging, java.lang.String token, java.lang.String realm)
      Return a list of out of synchronization person profile form an Account Configuration
      com.engiweb.pm.entity.BeanList<PersonProfileBean> IPwdCfgDirect.findPersonProfile(PersonProfileBean personProfileBean, PwdCfgBean pwdCfgBean, UserBean userBean, EntitlementBean entitlementBean, com.engiweb.pm.entity.Paging paging, com.engiweb.pm.dao.db.DAO dao)
      Return a list of person profile
      com.engiweb.pm.entity.BeanList<PersonProfileBean> IPwdCfg.findPersonProfile(PersonProfileBean personProfileBean, PwdCfgBean pwdCfgBean, UserBean userBean, EntitlementBean entitlementBean, com.engiweb.pm.entity.Paging paging, java.lang.String token, java.lang.String realm)
      Return a list of person profile
      Methods in com.engiweb.profilemanager.common.interfaces with parameters of type PersonProfileBean 
      Modifier and Type Method and Description
      com.engiweb.pm.entity.BeanList<PersonProfileBean> IPwdCfgDirect.findOutOfSyncPersonProfile(PersonProfileBean personProfileBean, PwdCfgBean pwdCfgBean, UserBean userBean, EntitlementBean entitlementBean, com.engiweb.pm.entity.Paging paging, com.engiweb.pm.dao.db.DAO dao)
      Return a list of out of synchronization person profile form an Account Configuration
      com.engiweb.pm.entity.BeanList<PersonProfileBean> IPwdCfg.findOutOfSyncPersonProfile(PersonProfileBean personProfileBean, PwdCfgBean pwdCfgBean, UserBean userBean, EntitlementBean entitlementBean, com.engiweb.pm.entity.Paging paging, java.lang.String token, java.lang.String realm)
      Return a list of out of synchronization person profile form an Account Configuration
      com.engiweb.pm.entity.BeanList<PersonProfileBean> IPwdCfgDirect.findPersonProfile(PersonProfileBean personProfileBean, PwdCfgBean pwdCfgBean, UserBean userBean, EntitlementBean entitlementBean, com.engiweb.pm.entity.Paging paging, com.engiweb.pm.dao.db.DAO dao)
      Return a list of person profile
      com.engiweb.pm.entity.BeanList<PersonProfileBean> IPwdCfg.findPersonProfile(PersonProfileBean personProfileBean, PwdCfgBean pwdCfgBean, UserBean userBean, EntitlementBean entitlementBean, com.engiweb.pm.entity.Paging paging, java.lang.String token, java.lang.String realm)
      Return a list of person profile
      void IPwdCfgDirect.synchronizeFilteredPermissions(PersonProfileBean personProfileBean, PwdCfgBean pwdCfgBean, UserBean userBean, EntitlementBean entBean, boolean isTargetMaster, com.engiweb.pm.dao.db.DAO dao)
      Synchronize the PersonProfile that correspond to passed filter
      void IPwdCfg.synchronizeFilteredPermissions(PersonProfileBean personProfileBean, PwdCfgBean pwdCfgBean, UserBean userBean, EntitlementBean entBean, boolean isTargetMaster, java.lang.String token, java.lang.String realm)
      Synchronize the PersonProfile that correspond to passed filter
      Method parameters in com.engiweb.profilemanager.common.interfaces with type arguments of type PersonProfileBean 
      Modifier and Type Method and Description
      void IPwdCfgDirect.synchronizeSelectedPermissions(com.engiweb.pm.entity.BeanList<PersonProfileBean> list, boolean isTargetMaster, com.engiweb.pm.dao.db.DAO dao)
      Synchronize the list of PersonProfile passed as parameter
      void IPwdCfg.synchronizeSelectedPermissions(com.engiweb.pm.entity.BeanList<PersonProfileBean> list, boolean isTargetMaster, java.lang.String token, java.lang.String realm)
      Synchronize the list of PersonProfile passed as parameter
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes