Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.4.0)

E10653-05

oracle.jbo.common.policy
Class PolicyKeyValue

java.lang.Object
  extended by oracle.jbo.common.policy.PolicyKeyValue

public class PolicyKeyValue
extends java.lang.Object


Constructor Summary
PolicyKeyValue()
           
 
Method Summary
 void addKeyVal(PolicyEntry key, PolicyEntry val)
           
static java.util.List findMatchingEntries(java.util.Map pKeyVal, java.util.Collection entList)
           
 java.util.Collection getKeys()
           
 java.util.Map getKeyVal()
           
 java.util.List getMatchingKeys(java.util.Map pKeyVal)
           
 java.util.List getMatchingKeys(PolicyEntry pEntry)
           
 java.util.List getMatchingKeysOld(java.util.Map pKeyVal)
           
 java.util.List getMatchingValues(java.util.Map pKeyVal)
           
 java.util.Collection getValues()
           
 java.util.List getValuesForExactKey(java.util.Map pEntryKey)
           
 java.util.List getValuesForExactKey(PolicyEntry pEntryKey)
           
 java.util.List getValuesForExactKeys(java.util.List pEntryKey)
           
static java.util.List getValuesForKey(java.util.List pEntries, java.lang.String pKey)
           
 java.util.List getValuesForMatchingKey(java.util.Map pKeyVal)
           
 java.util.List getValuesForMatchingKey(PolicyEntry pEntryKey)
           
 java.util.List getValuesForMatchingKeyNP(PolicyEntry pEntryKey)
           
 boolean isEmpty()
           
protected  void putKeyValMap(java.util.Map kvMap)
           
 void putPolicyKeyValue(PolicyKeyValue pkv)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PolicyKeyValue

public PolicyKeyValue()
Method Detail

addKeyVal

public void addKeyVal(PolicyEntry key,
                      PolicyEntry val)

getKeyVal

public java.util.Map getKeyVal()

putKeyValMap

protected void putKeyValMap(java.util.Map kvMap)

putPolicyKeyValue

public void putPolicyKeyValue(PolicyKeyValue pkv)

getKeys

public java.util.Collection getKeys()

getValues

public java.util.Collection getValues()

getMatchingKeysOld

public java.util.List getMatchingKeysOld(java.util.Map pKeyVal)

getMatchingKeys

public java.util.List getMatchingKeys(java.util.Map pKeyVal)

getMatchingValues

public java.util.List getMatchingValues(java.util.Map pKeyVal)

findMatchingEntries

public static java.util.List findMatchingEntries(java.util.Map pKeyVal,
                                                 java.util.Collection entList)

getMatchingKeys

public java.util.List getMatchingKeys(PolicyEntry pEntry)

getValuesForMatchingKeyNP

public java.util.List getValuesForMatchingKeyNP(PolicyEntry pEntryKey)

getValuesForMatchingKey

public java.util.List getValuesForMatchingKey(PolicyEntry pEntryKey)

getValuesForMatchingKey

public java.util.List getValuesForMatchingKey(java.util.Map pKeyVal)

getValuesForExactKeys

public java.util.List getValuesForExactKeys(java.util.List pEntryKey)

getValuesForExactKey

public java.util.List getValuesForExactKey(PolicyEntry pEntryKey)

getValuesForExactKey

public java.util.List getValuesForExactKey(java.util.Map pEntryKey)

getValuesForKey

public static java.util.List getValuesForKey(java.util.List pEntries,
                                             java.lang.String pKey)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

isEmpty

public boolean isEmpty()

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.4.0)

E10653-05

Copyright © 1997, 2011, Oracle. All rights reserved.