Oracle Ultra Search APIs
9.2

Uses of Class
oracle.ultrasearch.query.AttributeLOV

Packages that use AttributeLOV
oracle.ultrasearch.query This package contains all classes that are part of the new Oracle Ultra Search Query API and the Email API for the Oracle 9iAS release. 
 

Uses of AttributeLOV in oracle.ultrasearch.query
 
Methods in oracle.ultrasearch.query that return AttributeLOV
 AttributeLOV InstanceMetaData.getLOVDefault(Attribute att, java.util.Locale loc)
          Get the attribute LOV available for this attribute.
 AttributeLOV InstanceMetaData.getLOVUnion(Attribute att, Group[] groups, java.util.Locale loc)
          Get the attribute LOV available for this set of groups by finding the union of the individual group's LOV.
 AttributeLOV InstanceMetaData.getLOVIntersect(Attribute att, Group[] groups, java.util.Locale loc)
          Get the attribute LOV available for this set of groups by finding the intersection of the individual group's LOV.
 
Oracle Ultra Search APIs
9.2