Uses of Class
org.bsf.listOfValues.exceptions.NoSuchLovValueException

Packages that use NoSuchLovValueException
org.bsf.listOfValues   
org.bsf.listOfValues.client   
 

Uses of NoSuchLovValueException in org.bsf.listOfValues
 

Methods in org.bsf.listOfValues that throw NoSuchLovValueException
 LovValue LovServiceBean.getLovValue(java.lang.Long p_lovOID, java.lang.Long p_lovValueOID)
          Returns the LovValue having the oid p_lovValueOID in the LOV whose oid is p_lovOID.
 LovValue LovBusinessInterface.getLovValue(java.lang.Long p_lovValueOID)
          Returns the LovValue corresponding to the given OID in the List Of Values held in the implementing Object.
 LovValue LovBean.getLovValue(java.lang.Long p_lovValueOID)
          Returns the LovValue corresponding to the given OID in the List Of Values held in the implementing Object.
 

Uses of NoSuchLovValueException in org.bsf.listOfValues.client
 

Methods in org.bsf.listOfValues.client that throw NoSuchLovValueException
static LovValue LovManager.getLovValue(java.lang.Long p_lovOID, java.lang.Object p_lovValuePK)
          Return the requested LovValue that belongs to the specified LOV.
static LovValue LovManager.getLovValue(LovListener p_lovListener, java.lang.Long p_lovOID, java.lang.Object p_lovValuePK)
          Return the requested LovValue that belongs to the specified LOV.