| 
 | Oracle Fusion Middleware extensions for Logging and Diagnostic 11g Release 1 (11.1.1.6) E22565-05 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TestInputSet
Models a set of input name value pairs that has been saved by the user as an "input set" for a particular test.
| Nested Class Summary | 
|---|
| Nested classes/interfaces inherited from interface oracle.apps.fnd.appltest.diagfwk.common.DiagConstants | 
|---|
| DiagConstants.ExecutionMode, DiagConstants.Format, DiagConstants.LinkType, DiagConstants.Status | 
| Field Summary | 
|---|
| Method Summary | |
|---|---|
|  void | copy(TestInputSet t) | 
|  TestInputSetNVList | fetchInputSetNVList()Fetches the list of input name values for this input set from the test repository. | 
|  java.lang.String | getDefaultFlag()Returns the default flag for this input set | 
|  java.lang.String | getDescription()Returns the description | 
|  java.lang.String | getDisplayName()Returns the display name for this input set | 
|  java.lang.String | getInputsetId()Returns the input set id | 
|  java.lang.String | getInputsetName()Returns the input set name | 
|  TestInputSetNVList | getInputSetNVList()Returns the list of input set name value pairs | 
|  java.lang.String | getTestId()Returns the test id | 
|  void | save()Saves the current test input set along with any input name values to the test repository. | 
|  void | setDefaultFlag(java.lang.String pDefaultFlag)Sets the default flag for this input set | 
|  void | setDescription(java.lang.String pDescription)Sets the input set description | 
|  void | setDisplayName(java.lang.String pDisplayName)Sets the display name for this input set | 
|  void | setInputsetId(java.lang.String pInputsetId)Sets the input set id | 
|  void | setInputsetName(java.lang.String pInputsetName)Sets the input set name | 
|  void | setInputSetNVList(TestInputSetNVList pList)Sets the given list of input set name value pairs | 
|  void | setTestId(java.lang.String pTestId)Sets the test id | 
|  void | validateNew()Validates that the current instance of test input set is new and doesn't yet exist in the test repository. | 
| Methods inherited from interface oracle.apps.fnd.appltest.diagfwk.engine.DiagBObj | 
|---|
| copyT, getCreatedBy, getCreationDate, getLastUpdateDate, getLastUpdatedBy, getLastUpdateLogin, isCreatedByOracle, setCreatedBy, setCreationDate, setLastUpdateDate, setLastUpdatedBy, setLastUpdateLogin | 
| Method Detail | 
|---|
java.lang.String getInputsetId()
java.lang.String getInputsetName()
java.lang.String getTestId()
java.lang.String getDefaultFlag()
java.lang.String getDisplayName()
java.lang.String getDescription()
TestInputSetNVList getInputSetNVList()
void setInputSetNVList(TestInputSetNVList pList)
pList - the list of input set name value pairsvoid setInputsetId(java.lang.String pInputsetId)
pInputsetId - the input set idvoid setInputsetName(java.lang.String pInputsetName)
pInputsetName - the input set namevoid setTestId(java.lang.String pTestId)
pTestId - the test idvoid setDefaultFlag(java.lang.String pDefaultFlag)
pDefaultFlag - the default flag for this input setvoid setDisplayName(java.lang.String pDisplayName)
pDisplayName - the display name for this input setvoid setDescription(java.lang.String pDescription)
pDescription - the input set descriptionvoid copy(TestInputSet t)
TestInputSetNVList fetchInputSetNVList()
void save()
          throws DiagfwkException
DiagfwkException - when any error occurs
 while saving this inputset
void validateNew()
                 throws DiagfwkException
DiagfwkException - if an input set already
 exists in the repository with the same name and test id.| 
 | Oracle Fusion Middleware extensions for Logging and Diagnostic 11g Release 1 (11.1.1.6) E22565-05 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||