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

E22562-01

oracle.apps.fnd.applcore.flex.dff.ui.bean
Class DFFRegistrationUIBean

java.lang.Object
  extended by oracle.apps.fnd.applcore.flex.dff.ui.bean.DFFRegistrationUIBean

public class DFFRegistrationUIBean
extends java.lang.Object


Constructor Summary
DFFRegistrationUIBean()
           
 
Method Summary
 void cancelParametersReg(javax.faces.event.ActionEvent ae)
           
 void cancelPrimaryTableUsage(javax.faces.event.ActionEvent actionEvent)
           
 void cancelSecondaryTableUsage(javax.faces.event.ActionEvent actionEvent)
           
 void createDefaultPrimaryFlexUsage(javax.faces.event.ActionEvent actionEvent)
          creates a dummy flex usage prior to creating the actual table usage.
 void createDefaultSecondaryFlexUsage(javax.faces.event.ActionEvent actionEvent)
          creates a default secondary flex usage prior to creating the actual secondary table usage.
 java.lang.String deleteFlex()
           
 void deleteFlexUsageAndSecondaryTableUsage(javax.faces.event.ActionEvent actionEvent)
          deletes the flex usage prior to deleting the actual table usage.
 void deleteSecondaryFlexUsageAndSecondaryTableUsage(javax.faces.event.ActionEvent actionEvent)
          deletes the dummy secondary flex usage prior to deleting the actual secondary table usage.
 oracle.adf.view.rich.component.rich.data.RichTable getRegTab()
           
 void savePrimaryTableUsage(javax.faces.event.ActionEvent actionEvent)
           
 void saveSecondaryTableUsage(javax.faces.event.ActionEvent actionEvent)
           
 void setCurrentRowForSecondaryTableUsage(org.apache.myfaces.trinidad.event.SelectionEvent selectionEvent)
          Sets the current table usage row based on the row clicked in the FlexUsage based DataControl Table in the UI
 void setRegTab(oracle.adf.view.rich.component.rich.data.RichTable regTab)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DFFRegistrationUIBean

public DFFRegistrationUIBean()
Method Detail

savePrimaryTableUsage

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

cancelPrimaryTableUsage

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

cancelSecondaryTableUsage

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

createDefaultSecondaryFlexUsage

public void createDefaultSecondaryFlexUsage(javax.faces.event.ActionEvent actionEvent)
creates a default secondary flex usage prior to creating the actual secondary table usage. This is necessary else we would not be able to create the table usage row and get an exception like row not identified. This actionlistener only when the create action is called on table usage.

Parameters:
actionEvent -

createDefaultPrimaryFlexUsage

public void createDefaultPrimaryFlexUsage(javax.faces.event.ActionEvent actionEvent)
creates a dummy flex usage prior to creating the actual table usage. This is necessary else we would not be able to create the table usage row and get an exception like row not identified. This actionlistener only when the create action is called on table usage.

Parameters:
actionEvent -

deleteFlexUsageAndSecondaryTableUsage

public void deleteFlexUsageAndSecondaryTableUsage(javax.faces.event.ActionEvent actionEvent)
deletes the flex usage prior to deleting the actual table usage. This is necessary otherwise we would have a flex usage dummy row existing unecessarily This actionlistener only when the delete action is called on table usage.

Parameters:
actionEvent -

deleteFlex

public java.lang.String deleteFlex()

deleteSecondaryFlexUsageAndSecondaryTableUsage

public void deleteSecondaryFlexUsageAndSecondaryTableUsage(javax.faces.event.ActionEvent actionEvent)
deletes the dummy secondary flex usage prior to deleting the actual secondary table usage. This is necessary otherwise we would have a secondary flex usage dummy row existing unecessarily This actionlistener only when the delete action is called on table usage.

Parameters:
actionEvent -

saveSecondaryTableUsage

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

setCurrentRowForSecondaryTableUsage

public void setCurrentRowForSecondaryTableUsage(org.apache.myfaces.trinidad.event.SelectionEvent selectionEvent)
Sets the current table usage row based on the row clicked in the FlexUsage based DataControl Table in the UI

Parameters:
selectionEvent - Event triggered on selecting the row of the flex usage based table in the UI

cancelParametersReg

public void cancelParametersReg(javax.faces.event.ActionEvent ae)

setRegTab

public void setRegTab(oracle.adf.view.rich.component.rich.data.RichTable regTab)

getRegTab

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

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

E22562-01

Copyright © 2011 Oracle. All Rights Reserved.