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

Uses of Class
com.engiweb.rpd.common.bean.ProfileGroupBean

  • Packages that use ProfileGroupBean 
    Package Description
    com.engiweb.rpd.common.interfaces  
    • Uses of ProfileGroupBean in com.engiweb.rpd.common.interfaces

      Methods in com.engiweb.rpd.common.interfaces that return ProfileGroupBean 
      Modifier and Type Method and Description
      ProfileGroupBean IProfileGroupDirect.createAndReturnProfileGroup(TaskBean taskBean, EnvironmentBean envBean, long condition, java.lang.String value, com.engiweb.pm.dao.db.DAO connDao)
      Creates the and return profile group.
      ProfileGroupBean IProfileGroup.createAndReturnProfileGroup(TaskBean taskBean, EnvironmentBean envBean, long condition, java.lang.String token, java.lang.String realm) 
      ProfileGroupBean IProfileGroupDirect.createEntity(ProfileGroupBean pgb, com.engiweb.pm.dao.db.DAO connDao)
      Creates the entity.
      ProfileGroupBean IProfileGroup.createEntity(ProfileGroupBean pgb, java.lang.String token, java.lang.String realm) 
      Methods in com.engiweb.rpd.common.interfaces that return types with arguments of type ProfileGroupBean 
      Modifier and Type Method and Description
      com.engiweb.pm.entity.BeanList<ProfileGroupBean> IProfileGroupDirect.find(ProfileGroupBean bean, EnvironmentBean envBean, com.engiweb.pm.entity.Paging p, com.engiweb.pm.dao.db.DAO connDao)
      Find profile group.
      com.engiweb.pm.entity.BeanList<ProfileGroupBean> IProfileGroup.find(ProfileGroupBean bean, EnvironmentBean envBean, com.engiweb.pm.entity.Paging p, java.lang.String token, java.lang.String realm) 
      com.engiweb.pm.entity.BeanList<ProfileGroupBean> IProfileGroupDirect.findProfileGroup4Analisys(ProfileGroupBean bean, com.engiweb.pm.entity.Paging p, com.engiweb.pm.dao.db.DAO connDao)
      Find profile group for analisys.
      com.engiweb.pm.entity.BeanList<ProfileGroupBean> IProfileGroup.findProfileGroup4Analisys(ProfileGroupBean bean, com.engiweb.pm.entity.Paging p, java.lang.String token, java.lang.String realm) 
      Methods in com.engiweb.rpd.common.interfaces with parameters of type ProfileGroupBean 
      Modifier and Type Method and Description
      void IProfileGroupDirect.addProfile(ProfileGroupBean parent, com.engiweb.pm.entity.BeanList<EntitlementBean> profileList, long condition, com.engiweb.pm.dao.db.DAO connDao)
      Add a list of profile to a profile group
      void IProfileGroup.addProfile(ProfileGroupBean parent, com.engiweb.pm.entity.BeanList<EntitlementBean> profileList, long condition, java.lang.String token, java.lang.String realm) 
      ProfileGroupBean IProfileGroupDirect.createEntity(ProfileGroupBean pgb, com.engiweb.pm.dao.db.DAO connDao)
      Creates the entity.
      ProfileGroupBean IProfileGroup.createEntity(ProfileGroupBean pgb, java.lang.String token, java.lang.String realm) 
      com.engiweb.pm.entity.BeanList<ProfileGroupBean> IProfileGroupDirect.find(ProfileGroupBean bean, EnvironmentBean envBean, com.engiweb.pm.entity.Paging p, com.engiweb.pm.dao.db.DAO connDao)
      Find profile group.
      com.engiweb.pm.entity.BeanList<ProfileGroupBean> IProfileGroup.find(ProfileGroupBean bean, EnvironmentBean envBean, com.engiweb.pm.entity.Paging p, java.lang.String token, java.lang.String realm) 
      com.engiweb.pm.entity.BeanList<com.engiweb.pm.web.bean.AbstractBean> IProfileGroupDirect.findChild(ProfileGroupBean bean, EnvironmentBean envBean, com.engiweb.pm.entity.Paging p, com.engiweb.pm.dao.db.DAO connDao)
      Find childs of a profile group.
      com.engiweb.pm.entity.BeanList<com.engiweb.pm.web.bean.AbstractBean> IProfileGroup.findChild(ProfileGroupBean bean, EnvironmentBean envBean, com.engiweb.pm.entity.Paging p, java.lang.String token, java.lang.String realm) 
      com.engiweb.pm.entity.BeanList<ProfileGroupBean> IProfileGroupDirect.findProfileGroup4Analisys(ProfileGroupBean bean, com.engiweb.pm.entity.Paging p, com.engiweb.pm.dao.db.DAO connDao)
      Find profile group for analisys.
      com.engiweb.pm.entity.BeanList<ProfileGroupBean> IProfileGroup.findProfileGroup4Analisys(ProfileGroupBean bean, com.engiweb.pm.entity.Paging p, java.lang.String token, java.lang.String realm) 
      void IProfileGroupDirect.modifyCondition(ProfileGroupBean bean, com.engiweb.pm.dao.db.DAO connDao)
      Modify condition: if the condition is set to OR(=0) is modify to AND(=1),
      void IProfileGroup.modifyCondition(ProfileGroupBean bean, java.lang.String token, java.lang.String realm) 
      void IProfileGroupDirect.removeGroup(ProfileGroupBean bean, com.engiweb.pm.dao.db.DAO connDao)
      Removes a group.
      void IProfileGroup.removeGroup(ProfileGroupBean bean, java.lang.String token, java.lang.String realm) 
      void IProfileGroupDirect.updateNameGroup(ProfileGroupBean bean, com.engiweb.pm.dao.db.DAO connDao)
      Modify the name of profile group
      void IProfileGroup.updateNameGroup(ProfileGroupBean bean, java.lang.String token, java.lang.String realm) 
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes