|
Oracle Fusion Middleware extensions for Logging and Diagnostic 11g Release 7 (11.1.7) E22565-07 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Problem in oracle.apps.fnd.appltest.diagfwk.engine |
---|
Methods in oracle.apps.fnd.appltest.diagfwk.engine that return Problem | |
---|---|
static Problem |
DiagEngineFactory.createProblem()
|
static Problem |
DiagEngineFactory.createProblem(java.lang.String pProblemKey)
|
static Problem |
DiagEngineFactory.createProblem(java.lang.String pProblemKey,
java.util.List<ProblemInstance> pProblemInstanceList)
|
protected abstract Problem |
DiagEngineFactory.makeProblem()
|
Uses of Problem in oracle.apps.fnd.appltest.diagfwk.engine.facade |
---|
Methods in oracle.apps.fnd.appltest.diagfwk.engine.facade that return types with arguments of type Problem | |
---|---|
java.util.List<Problem> |
TestRunFacade.listAllProblems(ADRHome adrHome)
Lists all problems within this applications system |
Methods in oracle.apps.fnd.appltest.diagfwk.engine.facade with parameters of type Problem | |
---|---|
java.util.List<Incident> |
TestRunFacade.listAllIncidents(Problem pProblem)
Lists all the incidents for the given problem within this applications system |
Uses of Problem in oracle.apps.fnd.appltest.diagfwk.engine.impl |
---|
Methods in oracle.apps.fnd.appltest.diagfwk.engine.impl that return Problem | |
---|---|
protected Problem |
DiagEngineFactoryImpl.makeProblem()
|
Uses of Problem in oracle.apps.fnd.appltest.diagfwk.engine.impl.adr |
---|
Classes in oracle.apps.fnd.appltest.diagfwk.engine.impl.adr that implement Problem | |
---|---|
class |
ProblemImpl
Implements the Problem Interface |
Uses of Problem in oracle.apps.fnd.appltest.diagfwk.engine.provider.adr |
---|
Methods in oracle.apps.fnd.appltest.diagfwk.engine.provider.adr that return types with arguments of type Problem | |
---|---|
abstract java.util.List<Problem> |
ADRProvider.listAllProblems(ADRHome adrHome)
Returns a list of all the problems within the given ADR Home |
java.util.List<Problem> |
ASDFWADRProvider.listAllProblems(ADRHome adrHome)
|
Methods in oracle.apps.fnd.appltest.diagfwk.engine.provider.adr with parameters of type Problem | |
---|---|
abstract java.util.List<Incident> |
ADRProvider.listAllIncidents(Problem pProblem)
Lists all incidents for the given problem in ADR for the current applications system. |
java.util.List<Incident> |
ASDFWADRProvider.listAllIncidents(Problem pProblem)
|
Method parameters in oracle.apps.fnd.appltest.diagfwk.engine.provider.adr with type arguments of type Problem | |
---|---|
static void |
ManualTestASDFWADRProvider.verifyProblemKeys(java.lang.String pExpectedMsgId,
java.util.List<Problem> problemList,
java.lang.String pAppName)
|
Uses of Problem in oracle.apps.fnd.appltest.diagfwk.ui.backing |
---|
Methods in oracle.apps.fnd.appltest.diagfwk.ui.backing that return Problem | |
---|---|
Problem |
ProblemLOVBean.getCurrentProblem()
Returns the currently selected problem |
Problem |
ProblemLOVBean.getProblem(java.lang.String pProblemKey)
Returns the Problem object (from cache if available) for the given problem key. |
|
Oracle Fusion Middleware extensions for Logging and Diagnostic 11g Release 7 (11.1.7) E22565-07 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |