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

E22562-01

oracle.apps.fnd.applcore.dt.menu
Class RemoveMenuModelBeanTask

java.lang.Object
  extended by oracle.bali.xml.model.task.StandardTransactionTask
      extended by oracle.bali.xml.model.task.FixedNameTransactionTask
          extended by oracle.apps.fnd.applcore.dt.menu.RemoveMenuModelBeanTask

public class RemoveMenuModelBeanTask
extends oracle.bali.xml.model.task.FixedNameTransactionTask

Task/Transaction for adding the Applcore Menu Model's managed bean to the Adfc Config file.

Author:
David Groves <david.groves@oracle.com> This file heavily borrowed from ADF class AddMenuModelManagedBeanNoWizardTask.

Method Summary
protected  void performTask(oracle.bali.xml.model.AbstractModel xmlModel)
           
static boolean run(oracle.bali.xml.model.AbstractModel xmlModel, oracle.adfdtinternal.controller.adfmenu.model.ConfigProxy configProxy, oracle.adfdt.controller.adfc.source.managedbean.ManagedBean bean)
          Run task.
 
Methods inherited from class oracle.bali.xml.model.task.FixedNameTransactionTask
computeTransactionName, getTransactionNameWithoutModelAccess
 
Methods inherited from class oracle.bali.xml.model.task.StandardTransactionTask
cancelTask, getLogger, getTransactionOptions, handleThrownError, handleThrownRuntimeException, handleThrownXmlCommitException, handleThrownXmlReadOnlyException, logException, requiresTask, run, runThrowingXCE
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

run

public static boolean run(oracle.bali.xml.model.AbstractModel xmlModel,
                          oracle.adfdtinternal.controller.adfmenu.model.ConfigProxy configProxy,
                          oracle.adfdt.controller.adfc.source.managedbean.ManagedBean bean)
Run task.

Parameters:
xmlModel - xml model for adfc-config.xml class.
configProxy - config proxy for adfc-config.xml class.
bean - bean.
Returns:
true iff run ok, false otherwise.

performTask

protected void performTask(oracle.bali.xml.model.AbstractModel xmlModel)
                    throws oracle.bali.xml.model.XmlCommitException
Specified by:
performTask in class oracle.bali.xml.model.task.StandardTransactionTask
Throws:
oracle.bali.xml.model.XmlCommitException

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

E22562-01

Copyright © 2011 Oracle. All Rights Reserved.