|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.crystaldecisions.sdk.occa.report.data.VerifyDatabaseFeedback
public class VerifyDatabaseFeedback
Describes the mappings of tables in a report to new tables.
Whenever possible, use the IVerifyDatabaseFeedback
interface.
DatabaseController.checkDatabase(boolean)
Constructor Summary | |
---|---|
VerifyDatabaseFeedback()
Creates a new VerifyDatabaseFeedback object. |
|
VerifyDatabaseFeedback(java.lang.String reportName,
Strings missingTables,
TableChangeFeedbacks tableChangeFeedbacks)
Creates a new VerifyDatabaseFeedback initialized with the given properties. |
Method Summary | |
---|---|
java.lang.Object |
clone(boolean deepClone)
|
void |
copyTo(java.lang.Object destObject,
boolean deepCopy)
|
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. |
Strings |
getMissingTables()
Gets the list of missing tables. |
java.lang.String |
getReportName()
Gets the subreport name that the verify-database feedback applies to. |
TableChangeFeedbacks |
getTableChangeFeedbacks()
Gets the mappings from old to new tables. |
boolean |
hasContent(java.lang.Object obj)
|
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 |
setMissingTables(Strings tableNames)
For internal use only. |
void |
setReportName(java.lang.String rptName)
For internal use only. |
void |
setTableChangeFeedbacks(TableChangeFeedbacks tableFeedback)
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 java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VerifyDatabaseFeedback()
VerifyDatabaseFeedback
object.
public VerifyDatabaseFeedback(java.lang.String reportName, Strings missingTables, TableChangeFeedbacks tableChangeFeedbacks)
VerifyDatabaseFeedback
initialized with the given properties.
reportName
- The subreport name that the verify-database feedback applies to.missingTables
- A list of table aliases that could not be found.tableChangeFeedbacks
- Information about mapped tables and fields.Method Detail |
---|
public java.lang.String getReportName()
IVerifyDatabaseFeedback
getReportName
in interface IVerifyDatabaseFeedback
public void setReportName(java.lang.String rptName)
public Strings getMissingTables()
IVerifyDatabaseFeedback
getMissingTables
in interface IVerifyDatabaseFeedback
public void setMissingTables(Strings tableNames)
public TableChangeFeedbacks getTableChangeFeedbacks()
IVerifyDatabaseFeedback
getTableChangeFeedbacks
in interface IVerifyDatabaseFeedback
ITableChangeFeedback
objects that describe the
mappings from old tables to new tables, and their field mappings.public void setTableChangeFeedbacks(TableChangeFeedbacks tableFeedback)
public java.lang.Object createMember(java.lang.String eleName, org.xml.sax.Attributes attrs, XMLSerializationContext ctxt, java.util.Map objState, boolean[] bLoaded)
public void endElement(java.lang.String eleName, java.util.Map objState)
public void readElement(java.lang.String eleName, java.lang.String sVal, org.xml.sax.Attributes attrs, java.util.Map objState)
public void save(XMLWriter writer, XMLSerializationContext ctxt) throws java.io.IOException
java.io.IOException
public void save(XMLWriter writer, java.lang.String sTag, XMLSerializationContext ctxt) throws java.io.IOException
java.io.IOException
public void saveContents(XMLWriter writer, XMLSerializationContext ctxt) throws java.io.IOException
java.io.IOException
public void startElement(java.lang.String eleName, java.util.Map objState, org.xml.sax.Attributes attrs)
public java.lang.Object clone(boolean deepClone)
public void copyTo(java.lang.Object destObject, boolean deepCopy)
public boolean hasContent(java.lang.Object obj)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |