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

E22562-02

oracle.apps.fnd.applcore.trees.ui.managed
Class SearchFndLabel

java.lang.Object
  extended by oracle.apps.fnd.applcore.trees.ui.managed.TreeBackingBean
      extended by oracle.apps.fnd.applcore.trees.ui.managed.SearchFndLabel
All Implemented Interfaces:
java.io.Serializable

public class SearchFndLabel
extends TreeBackingBean

JSF managed bean for Label Summary page for FND_LABEL table.

Author:
Abhay K Kumar <abhay.k.kumar&064;oracle.com>
See Also:
Serialized Form

Constructor Summary
SearchFndLabel()
           
 
Method Summary
 java.lang.String createLabel()
          Sets the action for create Label if there is no validation error.
 java.lang.String deleteLabel()
          Sets the action for delete Label if there is no validation error.
 oracle.adf.view.rich.component.rich.data.RichTable getFndLabelSummaryVCQueryResultId()
          Gets the FndLabelSummaryVCQueryResultId.
 void processAndSetParams()
          Process and sets parameter for taskflow Central Label Summary.
 void setFndLabelSummaryVCQueryResultId(oracle.adf.view.rich.component.rich.data.RichTable fndLabelSummaryVCQueryResultId)
          Sets the FndLabelSummaryVCQueryResultId.
 java.lang.String updateLabel()
          Sets the action for update Label if there is no validation error.
 
Methods inherited from class oracle.apps.fnd.applcore.trees.ui.managed.TreeBackingBean
evaluateExpr, getBindingContainer, getCentralTreeNodeAM, getCreateTreeAM, getHierarchyAM, getRootAM, getTreeStructureAM, getTreeStructureAuditAM, noActionMethod
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchFndLabel

public SearchFndLabel()
Method Detail

setFndLabelSummaryVCQueryResultId

public void setFndLabelSummaryVCQueryResultId(oracle.adf.view.rich.component.rich.data.RichTable fndLabelSummaryVCQueryResultId)
Sets the FndLabelSummaryVCQueryResultId.

Parameters:
fndLabelSummaryVCQueryResultId - the FndLabelSummaryVCQueryResultId

getFndLabelSummaryVCQueryResultId

public oracle.adf.view.rich.component.rich.data.RichTable getFndLabelSummaryVCQueryResultId()
Gets the FndLabelSummaryVCQueryResultId.

Returns:
RichTable the FndLabelSummaryVCQueryResultId

createLabel

public java.lang.String createLabel()
Sets the action for create Label if there is no validation error.

Returns:
String as outcome for creating Label action

updateLabel

public java.lang.String updateLabel()
Sets the action for update Label if there is no validation error.

Returns:
String as outcome for updating Label action

deleteLabel

public java.lang.String deleteLabel()
Sets the action for delete Label if there is no validation error.

Returns:
String as outcome for deleting Label action

processAndSetParams

public void processAndSetParams()
Process and sets parameter for taskflow Central Label Summary.


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

E22562-02

Copyright © 2011 Oracle. All Rights Reserved.