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

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

      Methods in com.engiweb.profilemanager.common.interfaces that return types with arguments of type PersonProfileServiceBean 
      Modifier and Type Method and Description
      com.engiweb.pm.entity.BeanList<PersonProfileServiceBean> IUserDirect.checkPersonProfileServiceByRole(UserBean userBean, EntitlementBean entBean, EntitlementBean filterEntitlementChild, java.lang.Long status, com.engiweb.pm.dao.db.DAO connDao)
      Given an user check whether, rights of permission inside the role, is verified or not from target.
      com.engiweb.pm.entity.BeanList<PersonProfileServiceBean> IUser.checkPersonProfileServiceByRole(UserBean userBean, EntitlementBean entBean, EntitlementBean filterEntitlementChild, java.lang.Long status, java.lang.String token, java.lang.String realm)
      Given an user check whether,right of permission inside the role, is verified or not from target
      com.engiweb.pm.entity.BeanList<PersonProfileServiceBean> IPwdCfgDirect.findOutOfSyncPersonProfileService(PersonProfileServiceBean personProfileServiceBean, 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 service form an Account Configuration
      com.engiweb.pm.entity.BeanList<PersonProfileServiceBean> IPwdCfg.findOutOfSyncPersonProfileService(PersonProfileServiceBean personProfileServiceBean, 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 service form an Account Configuration
      com.engiweb.pm.entity.BeanList<PersonProfileServiceBean> IPwdCfgDirect.findPersonProfileService(PersonProfileServiceBean personProfileServiceBean, 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 service
      com.engiweb.pm.entity.BeanList<PersonProfileServiceBean> IPwdCfg.findPersonProfileService(PersonProfileServiceBean personProfileServiceBean, PwdCfgBean pwdCfgBean, UserBean userBean, EntitlementBean entitlementBean, com.engiweb.pm.entity.Paging paging, java.lang.String token, java.lang.String realm)
      Return a list person profile service form an Account Configuration
      Methods in com.engiweb.profilemanager.common.interfaces with parameters of type PersonProfileServiceBean 
      Modifier and Type Method and Description
      com.engiweb.pm.entity.BeanList<PersonProfileServiceBean> IPwdCfgDirect.findOutOfSyncPersonProfileService(PersonProfileServiceBean personProfileServiceBean, 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 service form an Account Configuration
      com.engiweb.pm.entity.BeanList<PersonProfileServiceBean> IPwdCfg.findOutOfSyncPersonProfileService(PersonProfileServiceBean personProfileServiceBean, 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 service form an Account Configuration
      com.engiweb.pm.entity.BeanList<PersonProfileServiceBean> IPwdCfgDirect.findPersonProfileService(PersonProfileServiceBean personProfileServiceBean, 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 service
      com.engiweb.pm.entity.BeanList<PersonProfileServiceBean> IPwdCfg.findPersonProfileService(PersonProfileServiceBean personProfileServiceBean, PwdCfgBean pwdCfgBean, UserBean userBean, EntitlementBean entitlementBean, com.engiweb.pm.entity.Paging paging, java.lang.String token, java.lang.String realm)
      Return a list person profile service form an Account Configuration
      void IPwdCfgDirect.synchronizeFilteredRights(PersonProfileServiceBean personProfileServiceBean, PwdCfgBean pwdCfgBean, UserBean userBean, EntitlementBean entBean, boolean isTargetMaster, com.engiweb.pm.dao.db.DAO dao)
      Synchronize the PersonProfileService that correspond to passed filter
      void IPwdCfg.synchronizeFilteredRights(PersonProfileServiceBean personProfileServiceBean, PwdCfgBean pwdCfgBean, UserBean userBean, EntitlementBean entBean, boolean isTargetMaster, java.lang.String token, java.lang.String realm)
      Synchronize the PersonProfileService that correspond to passed filter
      Method parameters in com.engiweb.profilemanager.common.interfaces with type arguments of type PersonProfileServiceBean 
      Modifier and Type Method and Description
      void IPwdCfgDirect.synchronizeSelectedRights(com.engiweb.pm.entity.BeanList<PersonProfileServiceBean> list, boolean isTargetMaster, com.engiweb.pm.dao.db.DAO dao)
      Synchronize the list of PersonProfileService passed as parameter
      void IPwdCfg.synchronizeSelectedRights(com.engiweb.pm.entity.BeanList<PersonProfileServiceBean> list, boolean isTargetMaster, java.lang.String token, java.lang.String realm)
      Synchronize the list of PersonProfileService passed as parameter
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes