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

E22562-05

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

java.lang.Object
  extended by oracle.apps.fnd.applcore.flex.dff.ui.bean.CreateEditDFFSegmentBean
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
CreateEditDFFSegmentBean()
           
 
Method Summary
 void createInsert()
          Create flow need a row to be created and inserted for the segment.
 void dataTypeLovValueChanged(javax.faces.event.ValueChangeEvent valueChangeEvent)
          Valuechange handling for data type change for any segment flow.
 java.util.ArrayList getDisplayTypes()
          getter for display type for segments.
 boolean getHasCommitExecuted()
           
 void handleCancelAction()
          Cancel segment flow handler for restoring save point if needed.
 void handleSaveAction()
          Triggers save point creation during save action.
 void handleSaveAndCreateAnotherAction()
          Triggers save point creation during save and create another action.
 void initSegmentSetup()
           
 void populateDisplayTypes(int index)
          Common method to populate display type no matter whether it is create/edit flow for any segment global/contextsensitive for DFF or EFF segmetns .
 void processManageValueSetRequest(javax.faces.event.ActionEvent evt)
          Handler for manage value sets for segment flow.
 void saveAndContinue(javax.faces.event.ActionEvent evt)
          handler for save and continue .
 void setCurrentRowWithKeyValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateEditDFFSegmentBean

public CreateEditDFFSegmentBean()
Method Detail

getHasCommitExecuted

public boolean getHasCommitExecuted()

initSegmentSetup

public void initSegmentSetup()

handleSaveAction

public void handleSaveAction()
Triggers save point creation during save action.


handleSaveAndCreateAnotherAction

public void handleSaveAndCreateAnotherAction()
Triggers save point creation during save and create another action.


createInsert

public void createInsert()
Create flow need a row to be created and inserted for the segment.


setCurrentRowWithKeyValue

public void setCurrentRowWithKeyValue()

handleCancelAction

public void handleCancelAction()
Cancel segment flow handler for restoring save point if needed.


saveAndContinue

public void saveAndContinue(javax.faces.event.ActionEvent evt)
handler for save and continue .


processManageValueSetRequest

public void processManageValueSetRequest(javax.faces.event.ActionEvent evt)
Handler for manage value sets for segment flow.


populateDisplayTypes

public void populateDisplayTypes(int index)
Common method to populate display type no matter whether it is create/edit flow for any segment global/contextsensitive for DFF or EFF segmetns .

Parameters:
index - to recognise whether create/edit flow for edit flow it will be-1

dataTypeLovValueChanged

public void dataTypeLovValueChanged(javax.faces.event.ValueChangeEvent valueChangeEvent)
Valuechange handling for data type change for any segment flow.

Parameters:
valueChangeEvent - Value Change Event

getDisplayTypes

public java.util.ArrayList getDisplayTypes()
getter for display type for segments.


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

E22562-05

Copyright © 2012 Oracle. All Rights Reserved.