|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.AbstractCollection
java.util.AbstractList
java.util.ArrayList
com.crystaldecisions.sdk.occa.report.lib.ClonableList
com.crystaldecisions.sdk.occa.report.lib.ReportSDKVector
com.crystaldecisions.sdk.occa.report.definition.ReportPartIDs
public class ReportPartIDs
Stores a collection of IReportPartID objects that specify the ReportPartIDs used for a report object.
| Constructor Summary | |
|---|---|
ReportPartIDs()
Creates a new, empty collection. |
|
ReportPartIDs(ReportPartIDs src)
Copies the specified ReportPartIDs collection. |
|
| Method Summary | |
|---|---|
void |
completeDataContext(java.lang.String fullContext)
Sets the data context for a ReportPartID object. |
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. |
IReportPartID |
get(java.lang.String name)
Returns the IReportPartID specified by the name. |
IReportPartID |
get(java.lang.String name,
java.lang.String dataContext)
Returns the IReportPartID specified by its name and data context. |
IReportPartID |
getReportPartID(int index)
Returns the ReportPartID specified by an index position. |
ReportPartID |
getReportPartID(java.lang.String name)
Deprecated. Replaced by ReportPartIDs.get(String). |
ReportPartID |
getReportPartID(java.lang.String name,
java.lang.String dataContext)
Deprecated. Replaced by ReportPartIDs.get(String,String). |
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, addNullElement, elementAt, insertElementAt, removeAllElements |
| Methods inherited from class com.crystaldecisions.sdk.occa.report.lib.ClonableList |
|---|
clone, copyTo, copyTo, findIndexOf, hasContent |
| Methods inherited from class java.util.ArrayList |
|---|
addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, set, size, toArray, toArray, trimToSize |
| Methods inherited from class java.util.AbstractList |
|---|
equals, hashCode, iterator, listIterator, listIterator, subList |
| Methods inherited from class java.util.AbstractCollection |
|---|
containsAll, removeAll, retainAll, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.List |
|---|
containsAll, equals, hashCode, iterator, listIterator, listIterator, removeAll, retainAll, subList |
| Constructor Detail |
|---|
public ReportPartIDs(ReportPartIDs src)
ReportPartIDs collection.
This method creates a deep copy of the src collection.
src - The collection to copy.public ReportPartIDs()
| Method Detail |
|---|
public void completeDataContext(java.lang.String fullContext)
Sets the data context for a ReportPartID object.
fullContext - A String that specifies the full data context to be set
for the ReportPartID object.
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.
createMember in class ClonableList
public void endElement(java.lang.String eleName,
java.util.Map objState)
For internal use only.
endElement in class ClonableListpublic IReportPartID getReportPartID(int index)
Returns the ReportPartID specified by an index position.
index - An int that specifies the index position of the ReportPartID
to be returned.
ReportPartID specified.@Deprecated public ReportPartID getReportPartID(java.lang.String name)
ReportPartIDs.get(String).
Returns the ReportPartID specified by the name.
name - A String that specifies the name of the ReportPartID
to be returned.
ReportPartID for the specified int.public IReportPartID get(java.lang.String name)
Returns the IReportPartID specified by the name.
name - A String that specifies the name of the IReportPartID
to be returned.
IReportPartID for the specified int.
@Deprecated
public ReportPartID getReportPartID(java.lang.String name,
java.lang.String dataContext)
ReportPartIDs.get(String,String).
Returns the ReportPartID specified by its name and data context.
name - A String that specifies the name of the ReportPartID.dataContext - A String that specifies the full data context for
the ReportPartID object.
ReportPartID specified.
public IReportPartID get(java.lang.String name,
java.lang.String dataContext)
Returns the IReportPartID specified by its name and data context.
name - A String that specifies the name of the IReportPartID.dataContext - A String that specifies the full data context for
the IReportPartID object.
IReportPartID specified.
public void readElement(java.lang.String eleName,
java.lang.String sVal,
org.xml.sax.Attributes attrs,
java.util.Map objState)
For internal use only.
readElement in class ClonableList
public void save(XMLWriter writer,
XMLSerializationContext ctxt)
throws java.io.IOException
For internal use only.
save in class ClonableListjava.io.IOException
public void save(XMLWriter writer,
java.lang.String sTag,
XMLSerializationContext ctxt)
throws java.io.IOException
For internal use only.
save in class ClonableListjava.io.IOException
public void saveContents(XMLWriter writer,
XMLSerializationContext ctxt)
throws java.io.IOException
For internal use only.
saveContents in class ClonableListjava.io.IOException
public void startElement(java.lang.String eleName,
java.util.Map objState,
org.xml.sax.Attributes attrs)
For internal use only.
startElement in class ClonableList
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||