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

Uses of Interface
psdi.app.dpldasset.virtual.PromoteValuesRemote

  • Packages that use PromoteValuesRemote 
    Package Description
    psdi.app.dpldasset  
    psdi.app.dpldasset.virtual  
    psdi.webclient.beans.dpldasset  
    • Uses of PromoteValuesRemote in psdi.app.dpldasset

      Methods in psdi.app.dpldasset that return PromoteValuesRemote 
      Modifier and Type Method and Description
      protected PromoteValuesRemote PromoteAction.getPromoteValues(MboRemote mbo, java.lang.String defaultsKey)
      Gets and caches the default promoteValues.
      Methods in psdi.app.dpldasset with parameters of type PromoteValuesRemote 
      Modifier and Type Method and Description
      protected void PromoteAction.applyDefaults(PromoteNodeRemote promtionObject, PromoteValuesRemote defaults)
      Apply Defaults
      protected void PromoteAction.validateDefaults(MboRemote mbo, PromoteValuesRemote defaults)
      Validate the promotion defaults.
    • Uses of PromoteValuesRemote in psdi.app.dpldasset.virtual

      Classes in psdi.app.dpldasset.virtual that implement PromoteValuesRemote 
      Modifier and Type Class and Description
      class  PromoteValues
      PromoteValues (TLOAMPRMVALUE object) is a non-persistent Mbo that gets its initial values from TLOAMPromoteDefault.
      Methods in psdi.app.dpldasset.virtual with parameters of type PromoteValuesRemote 
      Modifier and Type Method and Description
      protected void PromoteNode.applyDefaultAttribute(PromoteValuesRemote defaults, java.lang.String attributeName)
      Set the attribute of promoteNode to the current value of the attribute if it is not read only on promoteNode, otherwise leave as is.
      int PromoteNode.promote(PromoteValuesRemote defaults, boolean topLevelSelection, boolean promotedByParent)
      Promote nodes and optionally their children using the default values passed.
      int PromoteNodeRemote.promote(PromoteValuesRemote defaults, boolean topLevelSelection, boolean promotedByParent)
      Promote this deployed asset.
      protected PromoteNodeSetRemote PromoteNode.promoteChildren(PromoteValuesRemote defaults)
      Promotes all the children of this node
      void PromoteNodeSet.promoteToAssets(PromoteValuesRemote promoteValues)
      Promote all the assets in the set (if not already promoted or linked).
      void PromoteNodeSetRemote.promoteToAssets(PromoteValuesRemote promoteValues) 
      protected boolean PromoteNode.setDefaults(PromoteNodeRemote child, PromoteValuesRemote defaults)
      set Defaults
      int PromoteNode.setDefaults(PromoteValuesRemote defaults, boolean fromApplyDefaultsButton)
      For the promotion values section of the promotion dialog, set the defaults as allowed and needed.
      int PromoteNodeRemote.setDefaults(PromoteValuesRemote defaults, boolean fromApplyDefaultsButton)
      Set the defaults from the passed object.
    • Uses of PromoteValuesRemote in psdi.webclient.beans.dpldasset

      Methods in psdi.webclient.beans.dpldasset with parameters of type PromoteValuesRemote 
      Modifier and Type Method and Description
      protected void PromoteNodeBean.applyDefaults(PromoteValuesRemote parentMbo)
      Apply Defaults
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes