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

E22562-07

oracle.apps.fnd.applcore.importExport.ui.bean
Class FndManageImportExportBean

java.lang.Object
  extended by oracle.apps.fnd.applcore.importExport.ui.bean.FndManageImportExportBean

public class FndManageImportExportBean
extends java.lang.Object


Constructor Summary
FndManageImportExportBean()
           
 
Method Summary
 void confirmDeletePopupDialogListener(javax.faces.event.ActionEvent event)
          Processes the Yes or No click from the delete confirmation popup.
 void confirmProcessDelete(javax.faces.event.ActionEvent event)
          Processes the request to launch the delete confirmation poup, from the tables.
 oracle.adf.view.rich.component.rich.input.RichSelectOneChoice getAccount()
           
 oracle.adf.view.rich.component.rich.RichPopup getConfirmDeletePopup()
           
 oracle.adf.view.rich.component.rich.output.RichOutputText getContentId()
           
 oracle.adf.view.rich.component.rich.input.RichInputFile getInputFile()
           
 oracle.adf.view.rich.component.rich.data.RichTable getTable()
           
 java.lang.String getUrl()
           
 java.lang.Object invokeMethodExpression(java.lang.String expr, java.lang.Class returnType, java.lang.Class[] argTypes, java.lang.Object[] args)
           
 void makeCurrent(org.apache.myfaces.trinidad.event.SelectionEvent event)
          Makes the row that the user selected the current row in the corresponding row iterator.
 void processCancelCreate(javax.faces.event.ActionEvent actionEvent)
           
 void processDelete(javax.faces.event.ActionEvent actionEvent)
           
 void processInputFile(javax.faces.event.ValueChangeEvent valueChangeEvent)
           
 void processRetrieveSimple(javax.faces.event.ActionEvent actionEvent)
           
 void setAccount(oracle.adf.view.rich.component.rich.input.RichSelectOneChoice account)
           
 void setConfirmDeletePopup(oracle.adf.view.rich.component.rich.RichPopup confirmDeletePopup)
           
 void setContentId(oracle.adf.view.rich.component.rich.output.RichOutputText contentId)
           
 void setInputFile(oracle.adf.view.rich.component.rich.input.RichInputFile inputFile)
           
 void setTable(oracle.adf.view.rich.component.rich.data.RichTable table)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FndManageImportExportBean

public FndManageImportExportBean()
Method Detail

processDelete

public void processDelete(javax.faces.event.ActionEvent actionEvent)

confirmDeletePopupDialogListener

public void confirmDeletePopupDialogListener(javax.faces.event.ActionEvent event)
Processes the Yes or No click from the delete confirmation popup.

Parameters:
event -

confirmProcessDelete

public void confirmProcessDelete(javax.faces.event.ActionEvent event)
Processes the request to launch the delete confirmation poup, from the tables.

Parameters:
event -

processInputFile

public void processInputFile(javax.faces.event.ValueChangeEvent valueChangeEvent)

getUrl

public java.lang.String getUrl()

setTable

public void setTable(oracle.adf.view.rich.component.rich.data.RichTable table)

getTable

public oracle.adf.view.rich.component.rich.data.RichTable getTable()

setInputFile

public void setInputFile(oracle.adf.view.rich.component.rich.input.RichInputFile inputFile)

getInputFile

public oracle.adf.view.rich.component.rich.input.RichInputFile getInputFile()

setContentId

public void setContentId(oracle.adf.view.rich.component.rich.output.RichOutputText contentId)

getContentId

public oracle.adf.view.rich.component.rich.output.RichOutputText getContentId()

processCancelCreate

public void processCancelCreate(javax.faces.event.ActionEvent actionEvent)

setAccount

public void setAccount(oracle.adf.view.rich.component.rich.input.RichSelectOneChoice account)

getAccount

public oracle.adf.view.rich.component.rich.input.RichSelectOneChoice getAccount()

invokeMethodExpression

public java.lang.Object invokeMethodExpression(java.lang.String expr,
                                               java.lang.Class returnType,
                                               java.lang.Class[] argTypes,
                                               java.lang.Object[] args)

processRetrieveSimple

public void processRetrieveSimple(javax.faces.event.ActionEvent actionEvent)

setConfirmDeletePopup

public void setConfirmDeletePopup(oracle.adf.view.rich.component.rich.RichPopup confirmDeletePopup)

getConfirmDeletePopup

public oracle.adf.view.rich.component.rich.RichPopup getConfirmDeletePopup()

makeCurrent

public void makeCurrent(org.apache.myfaces.trinidad.event.SelectionEvent event)
Makes the row that the user selected the current row in the corresponding row iterator.


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

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.