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

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

Uses of NoSuchLovException in org.bsf.listOfValues
 

Methods in org.bsf.listOfValues that throw NoSuchLovException
 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.
 java.util.List LovServiceBean.getListOfValues(java.lang.Long p_lovOID)
          Returns, in the order of the executed SQL, the list of LovValues corresponding to the given p_lovOID.
 java.util.Map LovServiceBean.getLovValues(java.lang.Long p_lovOID)
          Returns a map (LovValueOID, LovValue) of LovValues corresponding to the given p_lovOID.
 void LovServiceBean.resynchronizeListOfValues(java.lang.Long p_lovOID)
          Ensures that the LOVs using the same TABLE_NAME as the LOV identified by the given OID are reloaded (in general due to a data update).
private  LOVLocal LovServiceBean.getLov(java.lang.Long p_lovOID)
          Utility method to provide access to the desired LOV.
 

Uses of NoSuchLovException in org.bsf.listOfValues.client
 

Methods in org.bsf.listOfValues.client that throw NoSuchLovException
static java.util.List LovManager.getListOfValues(java.lang.Long p_lovOID)
          Return the requested list of values, checking in its cache first.
static java.util.List LovManager.getListOfValues(LovListener p_lovListener, java.lang.Long p_lovOID)
          Return the requested list of values, checking in its cache first.
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.
static void LovManager.resynchronizeLov(java.lang.Long p_lovOID)
          Clears the server and client cache and notifies the registered listeners that the LOV has changed.