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

Uses of Class
psdi.common.erm.ERMEntity

  • Packages that use ERMEntity 
    Package Description
    psdi.common.erm  
    psdi.mbo  
    psdi.webclient.system.erm  
    • Uses of ERMEntity in psdi.common.erm

      Methods in psdi.common.erm that return ERMEntity 
      Modifier and Type Method and Description
      ERMEntity ERMEntity.getChildEntity(java.lang.String name)
      Returns the child entity by name.
      ERMEntity ERMAttribute.getEntity()
      Returns the Entity instance that contains this Attribute.
      ERMEntity ERMEntity.getParentEntity()
      Returns the parent ERMEntity for this entity
      ERMEntity ERMEntity.getRelatedEntity(java.lang.String relationship)
      Returns the child entity whose Mbo relationship is the same as the relationship passed in.
      Methods in psdi.common.erm with parameters of type ERMEntity 
      Modifier and Type Method and Description
      void ERMEntity.addChildEntity(java.lang.String name, ERMEntity entity)
      This method adds a related entity (child) entity to this entity with a specified name.
      void ERMAttribute.setEntity(ERMEntity entity)
      Sets a the entity that the attr
      void ERMAttributeError.setParentIndex(ERMEntity ermEntity, int mboVectorIndex) 
    • Uses of ERMEntity in psdi.mbo

      Methods in psdi.mbo that return ERMEntity 
      Modifier and Type Method and Description
      ERMEntity FauxMboSet.getERMEntity()
      Finds and returns the ERMEntity assiciated with the MbSet.
      ERMEntity MboSetRemote.getERMEntity() 
      ERMEntity MboSet.getERMEntity()
      Finds and returns the ERMEntity assiciated with the MbSet.
      Methods in psdi.mbo with parameters of type ERMEntity 
      Modifier and Type Method and Description
      void FauxMboSet.setERMEntity(ERMEntity ermEntity)
      Sets the ERMEntity of on the MboSet and sets the alwaysUIFieldFlags for each required attribute in the ERMEntity
      void MboSetRemote.setERMEntity(ERMEntity ermEntity) 
      void MboSet.setERMEntity(ERMEntity ermEntity)
      Sets the ERMEntity of on the MboSet and sets the alwaysAppFieldFlags for each required attribute in the ERMEntity
    • Uses of ERMEntity in psdi.webclient.system.erm

      Subclasses of ERMEntity in psdi.webclient.system.erm 
      Modifier and Type Class and Description
      class  UIERMEntity 
      Methods in psdi.webclient.system.erm that return ERMEntity 
      Modifier and Type Method and Description
      ERMEntity UIERMEntity.getEntityForMbo() 
      ERMEntity UIERMEntity.getRelatedEntity(java.lang.String relationship)
      Returns the child entity whose Mbo relationship is the same as the relationship passed in.
      Methods in psdi.webclient.system.erm with parameters of type ERMEntity 
      Modifier and Type Method and Description
      void UIERMEntity.addChildEntity(java.lang.String name, ERMEntity entity) 
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes