com.crystaldecisions.sdk.occa.report.data
Class VerifyDatabaseFeedbacks

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by java.util.ArrayList<E>
              extended by com.crystaldecisions.sdk.occa.report.lib.ClonableList<E>
                  extended by com.crystaldecisions.sdk.occa.report.lib.ControllableList<E>
                      extended by com.crystaldecisions.sdk.occa.report.lib.ReportSDKVector<IVerifyDatabaseFeedback>
                          extended by com.crystaldecisions.sdk.occa.report.data.VerifyDatabaseFeedbacks
All Implemented Interfaces:
IClone, java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<IVerifyDatabaseFeedback>, java.util.Collection<IVerifyDatabaseFeedback>, java.util.List<IVerifyDatabaseFeedback>, java.util.RandomAccess

public class VerifyDatabaseFeedbacks
extends ReportSDKVector<IVerifyDatabaseFeedback>
implements IClone

A collection of IVerifyDatabaseFeedback objects, which describe the mappings of tables in a report to new tables.

See Also:
DatabaseController.checkDatabase(boolean), Serialized Form

Constructor Summary
VerifyDatabaseFeedbacks()
          Creates a new empty VerifyDatabaseFeedbacks collection.
VerifyDatabaseFeedbacks(VerifyDatabaseFeedbacks src)
          Copies the given VerifyDatabaseFeedbacks collection.
 
Method Summary
 java.lang.Object createMember(java.lang.String eleName, org.xml.sax.Attributes attrs, XMLSerializationContext ctxt, java.util.Map objState, boolean[] bLoaded)
          For internal use only.
 void endElement(java.lang.String eleName, java.util.Map objState)
          For internal use only.
 IVerifyDatabaseFeedback getVerifyDatabaseFeedback(int index)
           
 VerifyDatabaseFeedbacks getVerifyDatabaseFeedbacks(java.lang.String rptName)
           
 void readElement(java.lang.String eleName, java.lang.String sVal, org.xml.sax.Attributes attrs, java.util.Map objState)
          For internal use only.
 void save(XMLWriter writer, java.lang.String sTag, XMLSerializationContext ctxt)
          For internal use only.
 void save(XMLWriter writer, XMLSerializationContext ctxt)
          For internal use only.
 void saveContents(XMLWriter writer, XMLSerializationContext ctxt)
          For internal use only.
 void startElement(java.lang.String eleName, java.util.Map objState, org.xml.sax.Attributes attrs)
          For internal use only.
 
Methods inherited from class com.crystaldecisions.sdk.occa.report.lib.ReportSDKVector
add, add, addElement, elementAt, insertElementAt, isDirectlyControllable, removeAllElements
 
Methods inherited from class com.crystaldecisions.sdk.occa.report.lib.ControllableList
addAll, addAll, clear, copyTo, doControllerModification, enumerateMembers, getControllableMixin, iterator, listIterator, listIterator, remove, remove, removeAll, retainAll, set, subList
 
Methods inherited from class com.crystaldecisions.sdk.occa.report.lib.ClonableList
clone, findIndexOf, hasContent
 
Methods inherited from class java.util.ArrayList
clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, size, toArray, toArray, trimToSize
 
Methods inherited from class java.util.AbstractList
equals, hashCode
 
Methods inherited from class java.util.AbstractCollection
containsAll, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
containsAll, equals, hashCode
 

Constructor Detail

VerifyDatabaseFeedbacks

public VerifyDatabaseFeedbacks(VerifyDatabaseFeedbacks src)
Copies the given VerifyDatabaseFeedbacks collection. This constructor makes a deep copy of the src collection.

Parameters:
src - the collection to copy

VerifyDatabaseFeedbacks

public VerifyDatabaseFeedbacks()
Creates a new empty VerifyDatabaseFeedbacks collection.

Method Detail

getVerifyDatabaseFeedbacks

public VerifyDatabaseFeedbacks getVerifyDatabaseFeedbacks(java.lang.String rptName)

createMember

public java.lang.Object createMember(java.lang.String eleName,
                                     org.xml.sax.Attributes attrs,
                                     XMLSerializationContext ctxt,
                                     java.util.Map objState,
                                     boolean[] bLoaded)
For internal use only.

Overrides:
createMember in class ClonableList<IVerifyDatabaseFeedback>

endElement

public void endElement(java.lang.String eleName,
                       java.util.Map objState)
For internal use only.

Overrides:
endElement in class ClonableList<IVerifyDatabaseFeedback>

getVerifyDatabaseFeedback

public IVerifyDatabaseFeedback getVerifyDatabaseFeedback(int index)

readElement

public void readElement(java.lang.String eleName,
                        java.lang.String sVal,
                        org.xml.sax.Attributes attrs,
                        java.util.Map objState)
For internal use only.

Overrides:
readElement in class ClonableList<IVerifyDatabaseFeedback>

save

public void save(XMLWriter writer,
                 XMLSerializationContext ctxt)
          throws java.io.IOException
For internal use only.

Overrides:
save in class ClonableList<IVerifyDatabaseFeedback>
Throws:
java.io.IOException

save

public void save(XMLWriter writer,
                 java.lang.String sTag,
                 XMLSerializationContext ctxt)
          throws java.io.IOException
For internal use only.

Overrides:
save in class ClonableList<IVerifyDatabaseFeedback>
Throws:
java.io.IOException

saveContents

public void saveContents(XMLWriter writer,
                         XMLSerializationContext ctxt)
                  throws java.io.IOException
For internal use only.

Overrides:
saveContents in class ClonableList<IVerifyDatabaseFeedback>
Throws:
java.io.IOException

startElement

public void startElement(java.lang.String eleName,
                         java.util.Map objState,
                         org.xml.sax.Attributes attrs)
For internal use only.

Overrides:
startElement in class ClonableList<IVerifyDatabaseFeedback>