|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LovValue | |
org.bsf.listOfValues | |
org.bsf.listOfValues.client | |
org.bsf.listOfValues.lovValue |
Uses of LovValue in org.bsf.listOfValues |
Methods in org.bsf.listOfValues that return LovValue | |
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 LovValue in org.bsf.listOfValues.client |
Methods in org.bsf.listOfValues.client that return LovValue | |
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. |
Uses of LovValue in org.bsf.listOfValues.lovValue |
Classes in org.bsf.listOfValues.lovValue that implement LovValue | |
class |
DefaultLovValue
A default implementation of the LovValue interface. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |