Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.2)

E22562-02

oracle.apps.fnd.applcore.globalSearch.ui
Class CategoryGroup

java.lang.Object
  extended by oracle.apps.fnd.applcore.globalSearch.ui.CategoryGroup

public class CategoryGroup
extends java.lang.Object

A group of categories, as produced by the category splitter.

Author:
David Groves <david.groves@oracle.com>

Constructor Summary
CategoryGroup(java.lang.String groupName, java.util.List<SearchCategory> categories, java.util.List<SearchCategory> allCategories, boolean usesFilters)
          Construct this category group.
 
Method Summary
 java.util.List<SearchCategory> getAllCategories()
          Get all categories.
 java.util.List<SearchCategory> getCategories()
          Get the categories.
 java.lang.String getGroupName()
          Get the group name.
 boolean isUsesFilters()
          Does this group use filters.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CategoryGroup

public CategoryGroup(java.lang.String groupName,
                     java.util.List<SearchCategory> categories,
                     java.util.List<SearchCategory> allCategories,
                     boolean usesFilters)
Construct this category group.

Parameters:
groupName - name of group - may be used in UI as a tab name or similar.
categories - categories to use. These would be the searched categories, out of a possible set of allCategories.
allCategories - all categories - a superset of categories.
usesFilters - should the search over thes categories use filters (the attribute tree).
Method Detail

getGroupName

public java.lang.String getGroupName()
Get the group name.

Returns:
group name.

getCategories

public java.util.List<SearchCategory> getCategories()
Get the categories.

Returns:
the categories.

getAllCategories

public java.util.List<SearchCategory> getAllCategories()
Get all categories.

Returns:
all categories.

isUsesFilters

public boolean isUsesFilters()
Does this group use filters.

Returns:
true if uses filters.

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.2)

E22562-02

Copyright © 2011 Oracle. All Rights Reserved.