planetj.dataengine.test
Class WKTestRowCollection

java.lang.Object
  |
  +--planetj.database.RowCollection
        |
        +--planetj.dataengine.email.EmailRowCollection
              |
              +--planetj.dataengine.email.html.HTMLEmailRowCollection
                    |
                    +--planetj.dataengine.test.WKTestRowCollection
All Implemented Interfaces:
Cloneable, Collection, IBatchProcessObject, IDistributedExecutableObject, IEmailObject, IFDFObject, INavigationObject, IXMLObject, List, Serializable

public class WKTestRowCollection
extends HTMLEmailRowCollection

Insert the type's description here. Creation date: (11/11/2003 4:20:48 PM)

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class planetj.database.RowCollection
RowCollection.LinkedRowCollection
 
Field Summary
 
Fields inherited from class planetj.database.RowCollection
className, FIRST_ROW, LAST_ROW
 
Fields inherited from interface planetj.dataengine.email.IEmailObject
CONFIG_KEY_POP3_SERVER, CONFIG_KEY_SMTP_SERVER, CONFIG_KEY_SMTP_USER_EMAIL, CONFIG_KEY_SMTP_USER_ID, CONFIG_KEY_SMTP_USER_PASSWORD
 
Constructor Summary
WKTestRowCollection()
          WKTestRowCollection constructor comment.
WKTestRowCollection(Table table)
          WKTestRowCollection constructor comment.
WKTestRowCollection(Table table, List fieldNames)
          WKTestRowCollection constructor comment.
 
Method Summary
 void batchProcess()
          Process this Object.
 String getEmailRecipients(ExecutingContext ec)
          Get this Row's recipients.
 
Methods inherited from class planetj.dataengine.email.html.HTMLEmailRowCollection
getEmailBody
 
Methods inherited from class planetj.dataengine.email.EmailRowCollection
getEmailSubject, getMailer, getPOP3Server, getSMTPServer, getSMTPUserEmail, getSMTPUserId, getSMTPUserPassword
 
Methods inherited from class planetj.database.RowCollection
add, add, addAll, addAll, addFDRows, addRow, addRow, addRowEventListener, addRows, addTable, clear, clearRows, clearTables, clone, cloneRowCollection, contains, contains, containsAll, containsRowWithFieldsEqualTo, copyToConnection, copyToConnection, copyToConnection, createFieldDescriptor, createRowCollection, delete, delete, delete, delete, doesFieldDescriptorExist, executeDistributedAction, filter, filter, filter, firstRow, get, getAttribute, getColumnCount, getColumnValues, getColumnValues, getColumnValuesByUsageId, getCompleteRowCollection, getCompleteRowCollection, getConfigProperty, getConnectedChildren, getContainedClass, getDistributedRequestorURL, getEstimatedSize, getExternalName, getExternalNames, getExternalNames, getFDFData, getFieldCount, getFieldDescriptor, getFieldDescriptorCollection, getFieldDescriptorCollection, getFieldDescriptors, getFieldDescriptorsWithUsage, getFieldDescriptorsWithUsageId, getFieldDescriptorWithUsageId, getFieldNames, getFieldNameSets, getFields, getFieldsToDisplay, getFieldsToDisplayStrict, getFieldsToDisplayStrict, getGraphableFieldNames, getJoinFieldNames, getLastUpdated, getLibraryName, getMetaDataSystemAlias, getNavigationKey, getNavigationListKey, getNextRowCollection, getNextRowCollection, getPreviousRowCollection, getPreviousRowCollection, getPropertyGroup, getPropertyGroups, getPropertyGroups, getResultSet, getRetrievedRowCount, getRow, getRowCount, getRows, getSortedColumnNames, getSortedColumnNamesAscending, getSQL, getSQLContext, getSum, getSystemAlias, getTable, getTableName, getTables, getTimestamp, getTitle, getValidationExceptions, getValueAsDouble, getValueAsDouble, getXMLData, getXMLData, getXMLHeaderData, getXMLHeaderData, handleDistributed, hasConnectedChildren, hasNextRowCollection, hasPreviousRowCollection, indexOf, indexOf, insert, insert, insert, insert, insertBatch, isARow, isARowCollection, isCloneNeeded, isCurrent, isEmpty, isFromCache, isFromGroupBy, isFromJoin, isGraphable, isHasColumnNames, isHasRowEventListners, isLocked, isOkToReturnMeFromCache, isRowCollectionContainEditableRow, isValidateRequired, iterator, lastIndexOf, listIterator, listIterator, newRow, newRow, prepareForDisplay, prepareForResults, prepareForReturnFromCache, prepareFromFieldNames, reconcile, reconcile, refresh, refreshIfNeeded, remove, remove, removeAll, removeAllRows, removeAttribute, removeNavigationKey, removeRow, removeRow, removeRow, removeRowBasedOnKeyValues, removeRowEventListener, removeTable, replaceRow, retainAll, rollbackChanges, rowAltered, set, setAttribute, setColumnValues, setContainedClass, setDistributed, setDistributedRequestorURL, setDistributedSourceURL, setDistributedTargetURL, setLastUpdated, setNavigationKey, setPropertyGroups, setResultSet, setRow, setSortedColumnNames, setSql, setSystemAlias, setTable, setTables, setTables, size, sort, sortInternal, subList, toArray, toArray, toCSV, toCSV, toDOC, toDOC, toFDF, toPDF, toString, toUpperCase, toXML, update, update, update, update, validate, validate, validate
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
equals, hashCode
 

Constructor Detail

WKTestRowCollection

public WKTestRowCollection()
WKTestRowCollection constructor comment.


WKTestRowCollection

public WKTestRowCollection(Table table)
                    throws CMException
WKTestRowCollection constructor comment.

Parameters:
table - planetj.database.Table
Throws:
CMException - The exception description.

WKTestRowCollection

public WKTestRowCollection(Table table,
                           List fieldNames)
                    throws CMException
WKTestRowCollection constructor comment.

Parameters:
table - planetj.database.Table
fieldNames - java.util.List
Throws:
CMException - The exception description.
Method Detail

batchProcess

public void batchProcess()
Process this Object. This method may be overridden by subclasses to provide for special case processing of RowCollection's Rows.

Specified by:
batchProcess in interface IBatchProcessObject
Overrides:
batchProcess in class RowCollection

getEmailRecipients

public String getEmailRecipients(ExecutingContext ec)
Get this Row's recipients.