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

  • Packages that use PropertyBean 
    Package Description
    com.crossideas.certification.common.bean  
    com.engiweb.profilemanager.common.interfaces  
    com.engiweb.rpd.common.bean  
    com.engiweb.rpd.common.interfaces  
    • Uses of PropertyBean in com.crossideas.certification.common.bean

      Subclasses of PropertyBean in com.crossideas.certification.common.bean 
      Modifier and Type Class and Description
      class  AttestationPropBean 
      class  AttestationViewBean 
      class  TemplatePropBean 
    • Uses of PropertyBean in com.engiweb.profilemanager.common.interfaces

      Methods in com.engiweb.profilemanager.common.interfaces that return types with arguments of type PropertyBean 
      Modifier and Type Method and Description
      com.engiweb.pm.entity.BeanList<PropertyBean> IAdminPasswordServiceDirect.findPasswordCfgProperties(PropertyBean propBean, PwdCfgBean pwdCfgBean, com.engiweb.pm.dao.db.DAO dao) 
      com.engiweb.pm.entity.BeanList<PropertyBean> IPwdSyncCfgDirect.findPolicyProperties(PropertyBean propBean, com.engiweb.passwordservice.common.bean.PwdPolicyBean pwdSyncPolicyBean, com.engiweb.pm.dao.db.DAO dao)
      Returns a list of property beans assigned to a password policy.
      com.engiweb.pm.entity.BeanList<PropertyBean> IPwdSyncCfg.findPolicyProperties(PropertyBean propBean, com.engiweb.passwordservice.common.bean.PwdPolicyBean pwdSyncPolicyBean, java.lang.String token, java.lang.String realm) 
      com.engiweb.pm.entity.BeanList<PropertyBean> IEntitlementDirect.findProperties(PropertyBean propBean, EntitlementBean entitlementBean, com.engiweb.pm.entity.Paging paging, com.engiweb.pm.dao.db.DAO dao)
      Returns a list of properties assigned to an entitlement.
      com.engiweb.pm.entity.BeanList<PropertyBean> IEntitlement.findProperties(PropertyBean propBean, EntitlementBean entitlementBean, java.lang.String cod_oper, com.engiweb.pm.entity.Paging paging, java.lang.String token, java.lang.String realm)
      Returns a list of properties assigned to an entitlement.
      com.engiweb.pm.entity.BeanList<PropertyBean> IPwdCfgDirect.findProperties(PropertyBean propBean, PwdCfgBean pwdCfgBean, com.engiweb.pm.dao.db.DAO dao)
      Returns a list of property beans assigned to a pwdcfg.
      com.engiweb.pm.entity.BeanList<PropertyBean> IPwdCfg.findProperties(PropertyBean propBean, PwdCfgBean pwdCfgBean, java.lang.String token, java.lang.String realm)
      Returns a list of property beans assigned to a pwdcfg.
      com.engiweb.pm.entity.BeanList<PropertyBean> IApplicationDirect.findProperty(PropertyBean propertyBean, ApplicationBean applicationBean, com.engiweb.pm.entity.Paging paging, com.engiweb.pm.dao.db.DAO dao)
      Returns a list of properties assigned to an application
      com.engiweb.pm.entity.BeanList<PropertyBean> IApplication.findProperty(PropertyBean propertyBean, ApplicationBean applicationBean, com.engiweb.pm.entity.Paging paging, java.lang.String token, java.lang.String realm)
      Returns a list of properties assigned to an application
      com.engiweb.pm.entity.BeanList<PropertyBean> IGroupDirect.findProperty(PropertyBean propertyBean, GroupBean groupBean, com.engiweb.pm.entity.Paging paging, com.engiweb.pm.dao.db.DAO dao)
      Returns a list of properties assigned to an group
      com.engiweb.pm.entity.BeanList<PropertyBean> IGroup.findProperty(PropertyBean propertyBean, GroupBean groupBean, com.engiweb.pm.entity.Paging paging, java.lang.String token, java.lang.String realmAdm)
      Returns a list of properties assigned to a group
      com.engiweb.pm.entity.BeanList<PropertyBean> IOrgUnitDirect.findProperty(PropertyBean propertyBean, OrgUnitBean orgUnitBean, com.engiweb.pm.entity.Paging paging, com.engiweb.pm.dao.db.DAO dao)
      Returns a list of properties assigned to an organization unit.
      com.engiweb.pm.entity.BeanList<PropertyBean> IOrgUnit.findProperty(PropertyBean propertyBean, OrgUnitBean orgUnitBean, com.engiweb.pm.entity.Paging paging, java.lang.String token, java.lang.String realmAdm)
      Returns a list of properties assigned to an organization unit
      com.engiweb.pm.entity.BeanList<PropertyBean> IConfigurationDirect.findRepositoryAttributes(RepositoryBean repositoryBean, com.engiweb.pm.entity.Paging paging, com.engiweb.pm.dao.db.DAO dao)
      Returns properties of a repository
      com.engiweb.pm.entity.BeanList<PropertyBean> IConfiguration.findRepositoryAttributes(RepositoryBean repositoryBean, com.engiweb.pm.entity.Paging paging, java.lang.String token, java.lang.String realm)
      Returns properties of a repository
      Methods in com.engiweb.profilemanager.common.interfaces with parameters of type PropertyBean 
      Modifier and Type Method and Description
      com.engiweb.pm.entity.BeanList<ApplicationBean> IApplicationDirect.find(ApplicationBean applicationBean, PropertyBean propertyBean, com.engiweb.pm.entity.Paging paging, com.engiweb.pm.dao.db.DAO dao)
      Returns a list of applications filtered by a passed ApplicationBean object and a PropertyBean
      com.engiweb.pm.entity.BeanList<ApplicationBean> IApplication.find(ApplicationBean applicationBean, PropertyBean propertyBean, com.engiweb.pm.entity.Paging paging, java.lang.String token, java.lang.String realm)
      Returns a list of applications filtered by a passed ApplicationBean object and a PropertyBean
      com.engiweb.pm.entity.BeanList<EntitlementBean> IEntitlementDirect.findByProperty(EntitlementBean entitlementBean, PropertyBean propertyBean, com.engiweb.pm.entity.Paging paging, com.engiweb.pm.dao.db.DAO dao)
      Returns published entitlements having a property.
      com.engiweb.pm.entity.BeanList<EntitlementBean> IEntitlement.findByProperty(EntitlementBean entitlementBean, PropertyBean propertyBean, com.engiweb.pm.entity.Paging paging, java.lang.String token, java.lang.String realm)
      Returns published entitlements having a property.
      com.engiweb.pm.entity.BeanList<PropertyBean> IAdminPasswordServiceDirect.findPasswordCfgProperties(PropertyBean propBean, PwdCfgBean pwdCfgBean, com.engiweb.pm.dao.db.DAO dao) 
      com.engiweb.pm.entity.BeanList<PropertyBean> IPwdSyncCfgDirect.findPolicyProperties(PropertyBean propBean, com.engiweb.passwordservice.common.bean.PwdPolicyBean pwdSyncPolicyBean, com.engiweb.pm.dao.db.DAO dao)
      Returns a list of property beans assigned to a password policy.
      com.engiweb.pm.entity.BeanList<PropertyBean> IPwdSyncCfg.findPolicyProperties(PropertyBean propBean, com.engiweb.passwordservice.common.bean.PwdPolicyBean pwdSyncPolicyBean, java.lang.String token, java.lang.String realm) 
      com.engiweb.pm.entity.BeanList<PropertyBean> IEntitlementDirect.findProperties(PropertyBean propBean, EntitlementBean entitlementBean, com.engiweb.pm.entity.Paging paging, com.engiweb.pm.dao.db.DAO dao)
      Returns a list of properties assigned to an entitlement.
      com.engiweb.pm.entity.BeanList<PropertyBean> IEntitlement.findProperties(PropertyBean propBean, EntitlementBean entitlementBean, java.lang.String cod_oper, com.engiweb.pm.entity.Paging paging, java.lang.String token, java.lang.String realm)
      Returns a list of properties assigned to an entitlement.
      com.engiweb.pm.entity.BeanList<PropertyBean> IPwdCfgDirect.findProperties(PropertyBean propBean, PwdCfgBean pwdCfgBean, com.engiweb.pm.dao.db.DAO dao)
      Returns a list of property beans assigned to a pwdcfg.
      com.engiweb.pm.entity.BeanList<PropertyBean> IPwdCfg.findProperties(PropertyBean propBean, PwdCfgBean pwdCfgBean, java.lang.String token, java.lang.String realm)
      Returns a list of property beans assigned to a pwdcfg.
      com.engiweb.pm.entity.BeanList<PropertyBean> IApplicationDirect.findProperty(PropertyBean propertyBean, ApplicationBean applicationBean, com.engiweb.pm.entity.Paging paging, com.engiweb.pm.dao.db.DAO dao)
      Returns a list of properties assigned to an application
      com.engiweb.pm.entity.BeanList<PropertyBean> IApplication.findProperty(PropertyBean propertyBean, ApplicationBean applicationBean, com.engiweb.pm.entity.Paging paging, java.lang.String token, java.lang.String realm)
      Returns a list of properties assigned to an application
      com.engiweb.pm.entity.BeanList<PropertyBean> IGroupDirect.findProperty(PropertyBean propertyBean, GroupBean groupBean, com.engiweb.pm.entity.Paging paging, com.engiweb.pm.dao.db.DAO dao)
      Returns a list of properties assigned to an group
      com.engiweb.pm.entity.BeanList<PropertyBean> IGroup.findProperty(PropertyBean propertyBean, GroupBean groupBean, com.engiweb.pm.entity.Paging paging, java.lang.String token, java.lang.String realmAdm)
      Returns a list of properties assigned to a group
      com.engiweb.pm.entity.BeanList<PropertyBean> IOrgUnitDirect.findProperty(PropertyBean propertyBean, OrgUnitBean orgUnitBean, com.engiweb.pm.entity.Paging paging, com.engiweb.pm.dao.db.DAO dao)
      Returns a list of properties assigned to an organization unit.
      com.engiweb.pm.entity.BeanList<PropertyBean> IOrgUnit.findProperty(PropertyBean propertyBean, OrgUnitBean orgUnitBean, com.engiweb.pm.entity.Paging paging, java.lang.String token, java.lang.String realmAdm)
      Returns a list of properties assigned to an organization unit
      Method parameters in com.engiweb.profilemanager.common.interfaces with type arguments of type PropertyBean 
      Modifier and Type Method and Description
      void IApplicationDirect.addProperties(com.engiweb.pm.entity.BeanList<PropertyBean> blPropertyBean, ApplicationBean applicationBean, com.engiweb.pm.dao.db.DAO dao)
      Adds a list of properties to an application
      void IApplication.addProperties(com.engiweb.pm.entity.BeanList<PropertyBean> blPropertyBean, ApplicationBean applicationBean, java.lang.String cod_oper, java.lang.String token, java.lang.String realm)
      Adds a list of properties to an application
      void IEntitlementDirect.addProperties(com.engiweb.pm.entity.BeanList<PropertyBean> blPropertyBean, EntitlementBean entitlementBean, com.engiweb.pm.dao.db.DAO dao)
      Adds a list of properties to an entitlement.
      void IEntitlement.addProperties(com.engiweb.pm.entity.BeanList<PropertyBean> blPropertyBean, EntitlementBean entitlementBean, java.lang.String cod_oper, java.lang.String token, java.lang.String realm)
      Adds a list of properties to an entitlement.
      void IGroupDirect.addProperties(com.engiweb.pm.entity.BeanList<PropertyBean> blPropertyBean, GroupBean groupBean, com.engiweb.pm.dao.db.DAO dao)
      Adds a list of properties to an group
      void IGroup.addProperties(com.engiweb.pm.entity.BeanList<PropertyBean> blPropertyBean, GroupBean groupBean, java.lang.String token, java.lang.String realmAdm)
      Adds a list of properties to a group
      void IOrgUnitDirect.addProperties(com.engiweb.pm.entity.BeanList<PropertyBean> blPropertyBean, OrgUnitBean orgUnitBean, com.engiweb.pm.dao.db.DAO dao)
      Adds a list of properties to an organization unit.
      void IOrgUnit.addProperties(com.engiweb.pm.entity.BeanList<PropertyBean> blPropertyBean, OrgUnitBean orgUnitBean, java.lang.String token, java.lang.String realmAdm)
      Adds a list of properties to an organization unit
      void IConfigurationDirect.insertRepository(com.engiweb.pm.entity.BeanList<PropertyBean> propertyBeanList, RepositoryBean repositoryBean, com.engiweb.pm.dao.db.DAO dao)
      Insert repository.
      void IConfiguration.insertRepository(com.engiweb.pm.entity.BeanList<PropertyBean> propertyBeanList, RepositoryBean repositoryBean, java.lang.String token, java.lang.String realm) 
      void IApplicationDirect.modifyProperties(com.engiweb.pm.entity.BeanList<PropertyBean> blPropertyBean, ApplicationBean applicationBean, com.engiweb.pm.dao.db.DAO dao)
      Updates a list of properties of an application
      void IApplication.modifyProperties(com.engiweb.pm.entity.BeanList<PropertyBean> blPropertyBean, ApplicationBean applicationBean, java.lang.String cod_oper, java.lang.String token, java.lang.String realm)
      Updates a list of properties of an application
      void IPwdSyncCfg.modifyProperties(com.engiweb.pm.entity.BeanList<PropertyBean> bl, com.engiweb.passwordservice.common.bean.PwdPolicyBean pwdSyncPolicyBean, java.lang.String cod_oper, java.lang.String token, java.lang.String clientInfoXml) 
      void IApplicationDirect.removeProperties(com.engiweb.pm.entity.BeanList<PropertyBean> blPropertyBean, ApplicationBean applicationBean, com.engiweb.pm.dao.db.DAO dao)
      Removes a list of properties from an application
      void IApplication.removeProperties(com.engiweb.pm.entity.BeanList<PropertyBean> blPropertyBean, ApplicationBean applicationBean, java.lang.String cod_oper, java.lang.String token, java.lang.String realm)
      Removes a list of properties from an application
      void IEntitlementDirect.removeProperties(com.engiweb.pm.entity.BeanList<PropertyBean> blPropertyBean, EntitlementBean entitlementBean, com.engiweb.pm.dao.db.DAO dao)
      Removes a list of properties from an entitlement.
      void IEntitlement.removeProperties(com.engiweb.pm.entity.BeanList<PropertyBean> blPropertyBean, EntitlementBean entitlementBean, java.lang.String cod_oper, java.lang.String token, java.lang.String realm)
      Removes a list of properties from an entitlement.
      void IGroupDirect.removeProperties(com.engiweb.pm.entity.BeanList<PropertyBean> blPropertyBean, GroupBean groupBean, com.engiweb.pm.dao.db.DAO dao)
      Removes a list of properties from an application
      void IGroup.removeProperties(com.engiweb.pm.entity.BeanList<PropertyBean> blPropertyBean, GroupBean groupBean, java.lang.String token, java.lang.String realmAdm)
      Removes a list of properties from an application
      void IOrgUnitDirect.removeProperties(com.engiweb.pm.entity.BeanList<PropertyBean> blPropertyBean, OrgUnitBean orgUnitBean, com.engiweb.pm.dao.db.DAO dao)
      Removes a list of properties from an application.
      void IOrgUnit.removeProperties(com.engiweb.pm.entity.BeanList<PropertyBean> blPropertyBean, OrgUnitBean orgUnitBean, java.lang.String token, java.lang.String realmAdm)
      Removes a list of properties from an application
      void IPwdSyncCfgDirect.updatePolicyProperties(com.engiweb.pm.entity.BeanList<PropertyBean> propBeanList, com.engiweb.passwordservice.common.bean.PwdPolicyBean pwdSyncPolicyBean, com.engiweb.pm.dao.db.DAO dao)
      Updates a list of property bean of an existing password policy
      void IAdminPasswordServiceDirect.updatePwdCfgProperties(com.engiweb.pm.entity.BeanList<PropertyBean> blProperties, PwdCfgBean pwdCfgBean, com.engiweb.pm.dao.db.DAO dao) 
      void IConfigurationDirect.updateRepository(com.engiweb.pm.entity.BeanList<PropertyBean> propertyBean, RepositoryBean repositoryBean, com.engiweb.pm.dao.db.DAO dao)
      Updates a list of properties of a repository.
      void IConfiguration.updateRepository(com.engiweb.pm.entity.BeanList<PropertyBean> propertyBean, RepositoryBean repositoryBean, java.lang.String token, java.lang.String realm)
      Updates a list of properties of a repository.
    • Uses of PropertyBean in com.engiweb.rpd.common.bean

      Subclasses of PropertyBean in com.engiweb.rpd.common.bean 
      Modifier and Type Class and Description
      class  RemediationPropertyBean 
    • Uses of PropertyBean in com.engiweb.rpd.common.interfaces

      Methods in com.engiweb.rpd.common.interfaces that return PropertyBean 
      Modifier and Type Method and Description
      PropertyBean IRemediationDirect.insertProperty(PropertyBean bean, RemediationBean remediationBean, com.engiweb.pm.dao.db.DAO connDao)
      Add a property to a remediation
      PropertyBean IRemediation.insertProperty(PropertyBean bean, RemediationBean remediationBean, java.lang.String token, java.lang.String realm) 
      Methods in com.engiweb.rpd.common.interfaces that return types with arguments of type PropertyBean 
      Modifier and Type Method and Description
      com.engiweb.pm.entity.BeanList<PropertyBean> IRemediationDirect.findProperties(RemediationPropertyBean propBean, RemediationBean remediationBean, com.engiweb.pm.entity.Paging paging, com.engiweb.pm.dao.db.DAO connDao)
      Find properties of a remediation.
      com.engiweb.pm.entity.BeanList<PropertyBean> IRemediation.findProperties(RemediationPropertyBean propBean, RemediationBean remediationBean, com.engiweb.pm.entity.Paging paging, java.lang.String token, java.lang.String realm) 
      Methods in com.engiweb.rpd.common.interfaces with parameters of type PropertyBean 
      Modifier and Type Method and Description
      void IRemediationDirect.deleteProperty(PropertyBean bean, com.engiweb.pm.dao.db.DAO connDao)
      Delete property.
      void IRemediation.deleteProperty(PropertyBean bean, java.lang.String token, java.lang.String realm) 
      PropertyBean IRemediationDirect.insertProperty(PropertyBean bean, RemediationBean remediationBean, com.engiweb.pm.dao.db.DAO connDao)
      Add a property to a remediation
      PropertyBean IRemediation.insertProperty(PropertyBean bean, RemediationBean remediationBean, java.lang.String token, java.lang.String realm) 
      Method parameters in com.engiweb.rpd.common.interfaces with type arguments of type PropertyBean 
      Modifier and Type Method and Description
      void IRemediationDirect.modifyProperty(com.engiweb.pm.entity.BeanList<PropertyBean> bl, com.engiweb.pm.dao.db.DAO connDao)
      Modify a property list.
      void IRemediation.modifyProperty(com.engiweb.pm.entity.BeanList<PropertyBean> bl, 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