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

E22562-03

oracle.apps.fnd.applcore.favRecentItems.ui.bean
Class RecentItemsHandler

java.lang.Object
  extended by oracle.apps.fnd.applcore.favRecentItems.ui.bean.RecentItemsHandler
All Implemented Interfaces:
java.io.Serializable

public class RecentItemsHandler
extends java.lang.Object
implements java.io.Serializable

RecentItemsHandler: This class is created to implement recent items. The method updateRIList is called by MainAreaBackingBean and MainAreaHandler through contextual events registered as NOTIFY_RI_LIST in UIShell. Create by: Vik (Xteam) Creation Date: 13-Oct-2008

See Also:
Serialized Form

Field Summary
static java.lang.String NO_TAB_DEFAULT_MAIN
           
static java.lang.String NO_TAB_DYNAMIC_MAIN
           
static java.lang.String NO_TF_ID
           
 
Constructor Summary
RecentItemsHandler()
           
 
Method Summary
 void notifyRIOnNavigate(java.lang.String calledFrom)
          Method called by UIShell just before navigation happens to capture session data and dump to db.
 void updateRIList(FndMethodParameters methodParameters)
          This method is called as a result of contextual event raised by UIShell whenever there i a manipulation in UIShell stack
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NO_TAB_DEFAULT_MAIN

public static final java.lang.String NO_TAB_DEFAULT_MAIN
See Also:
Constant Field Values

NO_TAB_DYNAMIC_MAIN

public static final java.lang.String NO_TAB_DYNAMIC_MAIN
See Also:
Constant Field Values

NO_TF_ID

public static final java.lang.String NO_TF_ID
See Also:
Constant Field Values
Constructor Detail

RecentItemsHandler

public RecentItemsHandler()
Method Detail

updateRIList

public void updateRIList(FndMethodParameters methodParameters)
This method is called as a result of contextual event raised by UIShell whenever there i a manipulation in UIShell stack

Parameters:
methodParameters -

notifyRIOnNavigate

public void notifyRIOnNavigate(java.lang.String calledFrom)
Method called by UIShell just before navigation happens to capture session data and dump to db. Also used when user clicks logout link


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

E22562-03

Copyright © 2012 Oracle. All Rights Reserved.