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

Uses of Class
psdi.mbo.DataRestrictionCache.RestrictionBundle

  • Packages that use DataRestrictionCache.RestrictionBundle 
    Package Description
    psdi.mbo  
    • Uses of DataRestrictionCache.RestrictionBundle in psdi.mbo

      Methods in psdi.mbo that return DataRestrictionCache.RestrictionBundle 
      Modifier and Type Method and Description
      DataRestrictionCache.RestrictionBundle DataRestrictionCache.get(int level, MboSetRemote msr)
      Get a HashSet of DataRestriction objects of the specified restriction level for the given object.
      DataRestrictionCache.RestrictionBundle DataRestrictionCache.get(int level, MboSetRemote msr, java.lang.String attrName)
      Get a restrictions of the specified restriction level for the given attribute, or object if the attribute parameter is null.
      DataRestrictionCache.RestrictionBundle MboSet.getAttrRestrictions(int levelRequested, java.lang.String attr)
      Get an array of Data Restriction objects for attribute restriction what would need to apply to the attribute of the records in this mbo set.
      DataRestrictionCache.RestrictionBundle Mbo.getAttrRestrictions(int levelRequested, java.lang.String attr)
      Returns an array list of the attribute restrictions of the requested restriction level that applies to the attribute.
      DataRestrictionCache.RestrictionBundle MboSet.getRowRestrictions(int levelRequested)
      Get an array of Data Restriction objeccts for row restriction that would need to apply to rows in the MboSet.
      Methods in psdi.mbo with parameters of type DataRestrictionCache.RestrictionBundle 
      Modifier and Type Method and Description
      boolean Mbo.andEvaluateConditions(DataRestrictionCache.RestrictionBundle restrictions)
      Evaluate a bundle of restrictions.
      boolean Mbo.orEvaluateConditions(DataRestrictionCache.RestrictionBundle restrictions)
      Evaluate the restrictions according to a OR logic.
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes