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

Uses of Class
psdi.webclient.system.erm.UIERMEntity

  • Packages that use UIERMEntity 
    Package Description
    psdi.webclient.system.beans  
    psdi.webclient.system.erm  
    psdi.webclient.system.session  
    • Uses of UIERMEntity in psdi.webclient.system.beans

      Fields in psdi.webclient.system.beans declared as UIERMEntity 
      Modifier and Type Field and Description
      protected UIERMEntity DataBean.ermEntity 
      Methods in psdi.webclient.system.beans that return UIERMEntity 
      Modifier and Type Method and Description
      UIERMEntity DataBean.getUIERMEntity() 
    • Uses of UIERMEntity in psdi.webclient.system.erm

      Methods in psdi.webclient.system.erm that return UIERMEntity 
      Modifier and Type Method and Description
      UIERMEntity UIERMEntity.clone()
      This will check if this ERMEntity has already been cloned.
      UIERMEntity EntityRelationshipModel.findEntity(java.lang.String datasrc)
      Returns the Entity associated with the specified datasrc id from this model.
      UIERMEntity UIERMAttribute.getSigOptEntity() 
      Methods in psdi.webclient.system.erm with parameters of type UIERMEntity 
      Modifier and Type Method and Description
      void EntityRelationshipModel.addRepLibraryEntity(UIERMEntity currentEntity) 
      void EntityRelationshipModel.addToCheckForDataStoresList(UIERMEntity currentEntity) 
      void EntityRelationshipModel.putEntity(java.lang.String datasrc, UIERMEntity entity)
      Deprecated. 
      use EntityRelationshipModel.putTopLevelEntity(String, UIERMEntity)
      void EntityRelationshipModel.putTopLevelEntity(java.lang.String datasrc, UIERMEntity entity)
      Adds the passed in UIERMEntity to the list of top level entities for the ERM
      void UIERMAttribute.setSigOption(java.lang.String sigOption, UIERMEntity sigOptEntity) 
    • Uses of UIERMEntity in psdi.webclient.system.session

      Methods in psdi.webclient.system.session with parameters of type UIERMEntity 
      Modifier and Type Method and Description
      boolean ConditionalUIHelper.evaluateCondRequired(UIERMEntity entity, MboSetRemote mboSetRemote)
      Starting with the passed in MboSetRemote this method traverses the MboSet tree and tries to evaluate all inputmode related conditional ui conditions on all the Mbo's using the passed in UIERMEntity as a means of determining whether the MboSet or child mboset has conditional ui.
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes