Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

oracle.apps.fnd.applcore.globalSearch.ui.categorySplitter
Class AbstractCategorySplitter

java.lang.Object
  extended by oracle.apps.fnd.applcore.globalSearch.ui.categorySplitter.AbstractCategorySplitter
All Implemented Interfaces:
CategorySplitter
Direct Known Subclasses:
BICategorySplitter, PerCategorySplitter

public abstract class AbstractCategorySplitter
extends java.lang.Object
implements CategorySplitter

An abstract implementation of CategorySplitter, this class is provided to allow changes in the interface later and protect implementations from these changes. This class is also used to host static factory methods. in the UI, one per tab.


Constructor Summary
AbstractCategorySplitter()
           
 
Method Summary
static CategorySplitter getCategorySplitter()
          Factory method to return the relevant category splitter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface oracle.apps.fnd.applcore.globalSearch.ui.categorySplitter.CategorySplitter
split
 

Constructor Detail

AbstractCategorySplitter

public AbstractCategorySplitter()
Method Detail

getCategorySplitter

public static CategorySplitter getCategorySplitter()
Factory method to return the relevant category splitter.

Returns:
the relevant category splitter.

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.