Oracle Fusion Middleware extensions for Logging and Diagnostic
11g Release 1 (11.1.1.6)

E22565-06

oracle.apps.fnd.appltest.diagfwk.ui.backing
Class ProblemLOVBean

java.lang.Object
  extended by oracle.apps.fnd.appltest.diagfwk.ui.backing.ProblemLOVBean

public class ProblemLOVBean
extends java.lang.Object

Since:
release specific (what release of product did this appear in)
Version:
$Header: atgpf/appltest/applications/DiagnosticsUI/ViewController/src/oracle/apps/fnd/appltest/diagfwk/ui/backing/ProblemLOVBean.java /main/8 2009/08/17 10:56:17 anautiya Exp $
Author:
ppradhan

Nested Class Summary
static class ProblemLOVBean.AttributeCriterionImpl
           
static class ProblemLOVBean.AttributeDescriptorImpl
           
static class ProblemLOVBean.ConjunctionCriterionImpl
           
static class ProblemLOVBean.ListOfValuesModelImpl
           
static class ProblemLOVBean.QueryDescriptorImpl
           
static class ProblemLOVBean.QueryModelImpl
           
static class ProblemLOVBean.TableModelImpl
           
 
Constructor Summary
ProblemLOVBean()
           
 
Method Summary
 void clearData()
          API to cleanup any cached data for problem LOV
 Problem getCurrentProblem()
          Returns the currently selected problem
 org.apache.myfaces.trinidad.model.CollectionModel getListModel()
           
 oracle.adf.view.rich.model.ListOfValuesModel getLovModel()
           
 oracle.adf.view.rich.model.ListOfValuesModel getLovModelEmpty()
           
 Problem getProblem(java.lang.String pProblemKey)
          Returns the Problem object (from cache if available) for the given problem key.
 java.lang.String getProblemKey()
           
 void setProblemKey(java.lang.String pProblemKey)
           
 void validate(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uIComponent, java.lang.Object object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProblemLOVBean

public ProblemLOVBean()
Method Detail

clearData

public void clearData()
API to cleanup any cached data for problem LOV


setProblemKey

public void setProblemKey(java.lang.String pProblemKey)

getProblemKey

public java.lang.String getProblemKey()

getCurrentProblem

public Problem getCurrentProblem()
Returns the currently selected problem

Returns:
the currently selected problem object

getProblem

public Problem getProblem(java.lang.String pProblemKey)
Returns the Problem object (from cache if available) for the given problem key. Note that this API requires for the LOV to have been initialized prior to calling.

Parameters:
pProblemKey - key for the problem to fetch
Returns:
the Problem object for the given problem key if it is available. Otherwise returns null.

getListModel

public org.apache.myfaces.trinidad.model.CollectionModel getListModel()

getLovModel

public oracle.adf.view.rich.model.ListOfValuesModel getLovModel()

getLovModelEmpty

public oracle.adf.view.rich.model.ListOfValuesModel getLovModelEmpty()

validate

public void validate(javax.faces.context.FacesContext facesContext,
                     javax.faces.component.UIComponent uIComponent,
                     java.lang.Object object)

Oracle Fusion Middleware extensions for Logging and Diagnostic
11g Release 1 (11.1.1.6)

E22565-06

Copyright © 2012 Oracle. All Rights Reserved.