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

E22565-06

oracle.apps.fnd.appltest.diagfwk.engine
Interface TagValueList

All Superinterfaces:
java.util.Collection<TagValue>, DiagBObjList<TagValue>, java.lang.Iterable<TagValue>, java.util.List<TagValue>
All Known Implementing Classes:
TagValueListImpl

public interface TagValueList
extends DiagBObjList<TagValue>

Since:
release specific (what release of product did this appear in)
Version:
$Header: atgpf/appltest/applications/Diagnostics/Engine/src/oracle/apps/fnd/appltest/diagfwk/engine/TagValueList.java /main/9 2009/04/10 15:08:34 viramac Exp $
Author:
ppradhan

Method Summary
 void addTagValue(BaseType t)
          Adds the tag value represented by the given JAXB BaseType to this list.
 java.util.List<TagValue> checkTagValueIdsExist()
          Checks the test repository to ensure that all tag value IDs in this list exist in the repository
 TagValue getTagValue(java.lang.String pTagValueId)
          Returns the TagValue object from this list with the given tag value id
 TagValue getTagValueByTagName(java.lang.String pTagName)
          Returns the first TagValue object from this list with the given tag name
 java.lang.String resolveTagValueIds()
          Resolves the tag value IDs for the tag value objects in this list that do not have a tag value ID set.
 
Methods inherited from interface oracle.apps.fnd.appltest.diagfwk.engine.DiagBObjList
copy, elemInstance
 
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
 

Method Detail

addTagValue

void addTagValue(BaseType t)
Adds the tag value represented by the given JAXB BaseType to this list.

Parameters:
t - JAXB BaseType that represents the tag value to be added.

resolveTagValueIds

java.lang.String resolveTagValueIds()
Resolves the tag value IDs for the tag value objects in this list that do not have a tag value ID set.

Returns:
a comma delimited list of tag name value pairs for which tag value ID could not be resolved.

checkTagValueIdsExist

java.util.List<TagValue> checkTagValueIdsExist()
Checks the test repository to ensure that all tag value IDs in this list exist in the repository

Returns:
a list of tag values that do not exist on the database.

getTagValue

TagValue getTagValue(java.lang.String pTagValueId)
Returns the TagValue object from this list with the given tag value id

Parameters:
pTagValueId - tag value id
Returns:
TagValue object from this list with the given tag value id. If no such TagValue object exists in the list, then returns null.

getTagValueByTagName

TagValue getTagValueByTagName(java.lang.String pTagName)
Returns the first TagValue object from this list with the given tag name

Parameters:
pTagName - tag name
Returns:
TagValue object with the given tag name

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

E22565-06

Copyright © 2012 Oracle. All Rights Reserved.