|
Oracle® Ultra Search Java API Reference 10g Release 2 (10.2) B14221-01 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Group | |
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 Group in oracle.ultrasearch.query |
Methods in oracle.ultrasearch.query that return Group | |
Group |
InstanceMetaData.getGroup(int gid) Get a group using its ID. |
Group |
InstanceMetaData.getGroup(java.lang.String gname) Get a group using its name. |
Methods in oracle.ultrasearch.query with parameters of type Group | |
java.util.Collection |
InstanceMetaData.getAttributesUnion(Group[] grps) Get the attributes available in a set of data groups by finding the union of each group's attributes. |
java.util.Collection |
InstanceMetaData.getAttributesIntersect(Group[] grps) Get the attributes available in a set of data group by finding the intersection of each group's attributes. |
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.getLOVUnion(Attribute att, Group[] groups, java.util.Locale loc, boolean fallback) 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. |
AttributeLOV |
InstanceMetaData.getLOVIntersect(Attribute att, Group[] groups, java.util.Locale loc, boolean fallback) Get the attribute LOV available for this set of groups by finding the intersection of the individual group's LOV. |
java.lang.String |
InstanceMetaData.getDisplayName(Group grp, java.util.Locale loc) Get the display name for a Group. |
java.lang.String |
InstanceMetaData.getDisplayName(Group grp, java.util.Locale loc, boolean fallback) Get the display name for a Group, using a lookup method that starts with one specific locale, then progressively fallbacks to more general locales. |
Constructors in oracle.ultrasearch.query with parameters of type Group | |
From(Group grp) Construct a query on a single group |
|
From(Group[] grps) Construct a query on several groups |
|
Oracle® Ultra Search Java API Reference 10g Release 2 (10.2) B14221-01 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |