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

E22562-02

oracle.apps.fnd.applcore.dt.setid.population
Class SummaryPopulationController

java.lang.Object
  extended by oracle.apps.fnd.applcore.dt.setid.population.SummaryPopulationController
All Implemented Interfaces:
Controller

public class SummaryPopulationController
extends java.lang.Object
implements Controller

Since:
release specific (what release of product did this appear in)
Version:
$Header: SummaryPopulationController.java 16-jul-2007.23:29:12 vthumma Exp $
Author:
vthumma

Field Summary
static int SETID_CMD_ID
          The Id for the setid command.
 
Fields inherited from interface oracle.ide.controller.Controller
UPDATE_FROM_ACTION_PERFORMED, UPDATE_FROM_ACTIVE_VIEW_CHANGED, UPDATE_FROM_UNDO, UPDATE_FROM_USER_EXTENSION, UPDATE_FROM_VIEW_SELECTION_CHANGED
 
Constructor Summary
SummaryPopulationController()
           
 
Method Summary
 boolean handleEvent(IdeAction action, Context context)
          This method handles the event.
 boolean update(IdeAction action, Context context)
          The update method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SETID_CMD_ID

public static final int SETID_CMD_ID
The Id for the setid command.

Constructor Detail

SummaryPopulationController

public SummaryPopulationController()
Method Detail

handleEvent

public boolean handleEvent(IdeAction action,
                           Context context)
This method handles the event.

Specified by:
handleEvent in interface Controller
Parameters:
action - The action object.
context - The context object.
Returns:
The outcome.

update

public boolean update(IdeAction action,
                      Context context)
The update method.

Specified by:
update in interface Controller
Parameters:
action - The action to be enabled/disabled.
context - The context object.
Returns:
The updated action.

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

E22562-02

Copyright © 2011 Oracle. All Rights Reserved.