A B C D E F G H I K L M N O P Q R S T U V W

A

AssembleDescriptor() - Constructor for class com.stc.eindex.ejb.query.AssembleDescriptor
Creates a new instance of the AssembleDescriptor class.
AssumedMatchIterator(PageData, int, int) - Constructor for class com.stc.eindex.master.search.assumedmatch.AssumedMatchIterator
Creates a new instance of the AssumedMatchIterator class that maintains the connection to the server.
AssumedMatchIterator(ArrayList) - Constructor for class com.stc.eindex.master.search.assumedmatch.AssumedMatchIterator
Creates a new instance of the AssumedMatchIterator class that does not maintain the connection to the server.
AssumedMatchSearchObject() - Constructor for class com.stc.eindex.master.search.assumedmatch.AssumedMatchSearchObject
Creates a new instance of the AssumedMatchSearchObject class.
AssumedMatchSummary() - Constructor for class com.stc.eindex.master.search.assumedmatch.AssumedMatchSummary
Creates a new instance of the AssumedMatchSummary class.
AssumedMatchSummary(String, String, String, String, String, Date, String) - Constructor for class com.stc.eindex.master.search.assumedmatch.AssumedMatchSummary
Creates a new instance of the AssumedMatchSummary class.
AttributesData(ResultSet, String[], int) - Constructor for class com.stc.eindex.ejb.query.AttributesData
Creates a new instance of the AttributesData class.
AuditDataObject() - Constructor for class com.stc.eindex.master.search.audit.AuditDataObject
Creates a new instance of the AuditDataObject class.
AuditDataObject(String, String, String, String, String, String, Date, String) - Constructor for class com.stc.eindex.master.search.audit.AuditDataObject
Creates a new instance of the AuditDataObject class.
AuditIterator(PageData, int, int) - Constructor for class com.stc.eindex.master.search.audit.AuditIterator
Creates a new instance of the AuditIterator class that maintains the connection to the server.
AuditIterator(ArrayList) - Constructor for class com.stc.eindex.master.search.audit.AuditIterator
Creates a new instance of the AuditIterator class that does not maintain the connection to the server.
AuditSearchObject() - Constructor for class com.stc.eindex.master.search.audit.AuditSearchObject
Creates a new instance of the AuditSearchObject class.
absolute(int) - Method in class com.stc.eindex.master.search.assumedmatch.AssumedMatchIterator
Retrieves an AssumedMatchSummary object at the specified index from the AssumedMatchIterator object.
absolute(int, int) - Method in class com.stc.eindex.master.search.assumedmatch.AssumedMatchIterator
Retrieves a series of rows from an AssumedMatchIterator object, beginning with the row at the specified index and continuing through the specified number of rows.
absolute(int) - Method in class com.stc.eindex.master.search.audit.AuditIterator
Retrieves an audit data object (class AuditDataObject) at the specified index from the AuditIterator object.
absolute(int, int) - Method in class com.stc.eindex.master.search.audit.AuditIterator
Retrieves a series of rows from an AuditIterator object, beginning with the row at the specified index and continuing through the specified number of rows.
absolute(int) - Method in class com.stc.eindex.master.search.enterprise.EOSearchResultIterator
Retrieves an EOSearchResultRecord object at the specified index from the EOSearchResultIterator object.
absolute(int, int) - Method in class com.stc.eindex.master.search.enterprise.EOSearchResultIterator
Retrieves a series of rows from an EOSearchResultIterator object, beginning with the row at the specified index and continuing through the specified number of rows.
absolute(int) - Method in class com.stc.eindex.master.search.potdup.PotentialDuplicateIterator
Retrieves a PotentialDuplicateSummary object at the specified index from the PotentialDuplicateIterator object.
absolute(int, int) - Method in class com.stc.eindex.master.search.potdup.PotentialDuplicateIterator
Retrieves a series of rows from a PotentialDuplicateIterator object, beginning with the row at the specified index and continuing through the specified number of rows.
absolute(int) - Method in class com.stc.eindex.master.search.transaction.TransactionIterator
Retrieves a TransactionSummary object at the specified index from the TransactionIterator object.
absolute(int, int) - Method in class com.stc.eindex.master.search.transaction.TransactionIterator
Retrieves a series of rows from a TransactionIterator object, beginning with the row at the specified index and continuing through the specified number of rows.
activateEnterpriseObject(String) - Method in interface com.stc.eindex.ejb.master.MasterController
Changes the status of a deactivated enterprise object back to active.
activateSystemObject(SystemObjectPK) - Method in interface com.stc.eindex.ejb.master.MasterController
Changes the status of a deactivated system object back to active.
add(String[]) - Method in class com.stc.eindex.objects.epath.EPathArrayList
Adds the specified list of ePaths to an EPathArrayList object.
add(String) - Method in class com.stc.eindex.objects.epath.EPathArrayList
Adds the specified ePath to an EPathArrayList object.
add(SystemField) - Method in class com.stc.eindex.survivor.SystemFieldList
Adds a SystemField object to the system field list.
addChild(ObjectNode) - Method in class com.stc.eindex.objects.ObjectNode
Adds a new child object to the object node.
addChildHard(ObjectNode) - Method in class com.stc.eindex.objects.ObjectNode
Adds a new child object to the object node without checking for duplicates before adding the new object.
addChildNoFlagSet(ObjectNode) - Method in class com.stc.eindex.objects.ObjectNode
Adds a new child object to the object node.
addChildToTypeArrayList(ObjectNode) - Method in class com.stc.eindex.objects.ObjectNode
Adds a child object to a list of child objects based on the object type of the child object to add.
addChildren(ArrayList) - Method in class com.stc.eindex.objects.ObjectNode
Adds a list of child objects to the object node.
addCondition(String, String, String, Object) - Method in class com.stc.eindex.ejb.query.Condition
Adds a new condition to a generated SQL statement.
addCondition(String, String, Object) - Method in class com.stc.eindex.ejb.query.Condition
Adds a new condition to a generated SQL statement where the operator within the condition is = (equals) by default.
addCondition(String, String, String, Object[]) - Method in class com.stc.eindex.ejb.query.Condition
Adds a new condition to a generated SQL statement using an array of values.
addCondition(String, String, String, Object, boolean) - Method in class com.stc.eindex.ejb.query.Condition
Adds a new condition to a generated SQL statement and specifies whether to bind the value to a prepared statement.
addCondition(String, String, Object) - Method in class com.stc.eindex.ejb.query.QueryObject
Specifies a condition for the WHERE clause of the SQL query.
addCondition(String, String, String) - Method in class com.stc.eindex.ejb.query.QueryObject
This is an overload method of addCondition, differing in that the value parameter is a String.
addCondition(String, String) - Method in class com.stc.eindex.ejb.query.QueryObject
This is an overload method of addCondition, differing in that the default operator is = (equal to) and the value is a string.
addCondition(Condition) - Method in class com.stc.eindex.ejb.query.QueryObject
Adds a condition, specified by an instance of the Condition class to the query object.
addConditions(String, Condition) - Method in class com.stc.eindex.ejb.query.Condition
Adds an existing condition to a generated SQL statement.
addSelect(String) - Method in class com.stc.eindex.ejb.query.QueryObject
Adds a field to the SELECT portion of the SQL statement.
addSystemObject(String, SystemObject) - Method in interface com.stc.eindex.ejb.master.MasterController
Adds the system object to the enterprise object associated with the EUID.
addSystemObject(SystemObject) - Method in class com.stc.eindex.objects.EnterpriseObject
Adds a system object to an instance of EnterpriseObject.
addSystemObjects(Collection) - Method in class com.stc.eindex.objects.EnterpriseObject
Adds multiple system objects to an instance of EnterpriseObject.
addUnique(EPath) - Method in class com.stc.eindex.objects.epath.EPathArrayList
Adds the specified ePath to an EPathArrayList object if that ePath does not already exist in the object.
applyUpdatePolicy(EnterpriseObject, EnterpriseObject) - Method in interface com.stc.eindex.update.UpdatePolicy
Applies the custom update policy to an enterprise object following a transaction against that object.
assemble() - Method in class com.stc.eindex.ejb.query.QueryResults
Initiates the tuple assembly process.

B

bypassMatching(SystemObject) - Method in class com.stc.eindex.master.ExecuteMatchLogics
Specifies to the execute match methods whether to bypass the matching algorithm and insert the incoming record directly into the database or to perform standard match processing on the record.

C

CandidateThresholdException() - Constructor for class com.stc.eindex.matching.CandidateThresholdException
Creates a new instance of the CandidateThresholdException class without an error message.
CandidateThresholdException(String) - Constructor for class com.stc.eindex.matching.CandidateThresholdException
Creates a new instance of the CandidateThresholdException class with an error message.
CandidateThresholdException(Throwable) - Constructor for class com.stc.eindex.matching.CandidateThresholdException
Creates a new instance of the CandidateThresholdException class without an error message but with a chain of errors.
CandidateThresholdException(String, Throwable) - Constructor for class com.stc.eindex.matching.CandidateThresholdException
Creates a new instance of the CandidateThresholdException class with an error message and a chain of errors.
Condition(String, String, Object) - Constructor for class com.stc.eindex.ejb.query.Condition
Creates a new instance of the Condition class.
Condition(String, Object) - Constructor for class com.stc.eindex.ejb.query.Condition
Creates a new instance of the Condition class where the operator is = (equals) by default.
Condition(String, String, Object[]) - Constructor for class com.stc.eindex.ejb.query.Condition
Creates a new instance of the Condition class that uses an array of values, and only supports the IN operator.
Condition(String, String, Object[], boolean) - Constructor for class com.stc.eindex.ejb.query.Condition
Creates a new instance of the Condition class that uses an array of values, and only supports the IN operator.
Condition(String, String, Object, boolean) - Constructor for class com.stc.eindex.ejb.query.Condition
Creates a new instance of the Condition class.
Condition(Condition) - Constructor for class com.stc.eindex.ejb.query.Condition
This a copy constructor for the Condition class and creates a copy of the specified condition object enclosed in parenthesis.
ConfigurationException() - Constructor for class com.stc.eindex.configurator.ConfigurationException
Creates a new instance of the ConfigurationException class without an error message.
ConfigurationException(String) - Constructor for class com.stc.eindex.configurator.ConfigurationException
Creates a new instance of the ConfigurationException class with an error message.
ConfigurationException(String, Throwable) - Constructor for class com.stc.eindex.configurator.ConfigurationException
Creates a new instance of the ConfigurationException class with an error message and a chain of errors.
ConfigurationException(Throwable) - Constructor for class com.stc.eindex.configurator.ConfigurationException
Creates a new instance of the ConfigurationException class without an error message but with a chain of errors.
CustomizationException() - Constructor for class com.stc.eindex.master.CustomizationException
Creates a new instance of the CustomizationException class without an error message.
CustomizationException(String) - Constructor for class com.stc.eindex.master.CustomizationException
Creates a new instance of the CustomizationException class with an error message.
CustomizationException(String, Throwable) - Constructor for class com.stc.eindex.master.CustomizationException
Creates a new instance of the CustomizationException class with an error message and a chain of errors.
CustomizationException(Throwable) - Constructor for class com.stc.eindex.master.CustomizationException
Creates a new instance of the CustomizationException class without an error message but with a chain of errors.
calculatePotentialDuplicates(String, String) - Method in interface com.stc.eindex.ejb.master.MasterController
Calculates potential duplicates for the specified EUID and transaction ID.
calculateSBR(EnterpriseObject) - Method in interface com.stc.eindex.ejb.master.MasterController
Calculates a new single best record (SBR) for an enterprise object that has been updated.
checkType(String) - Method in class com.stc.eindex.survivor.StrategyParameter
Verifies the specified parameter type to ensure that it is an allowed type and that it can be loaded using the current class loader.
clearField(String) - Method in class com.stc.eindex.objects.ObjectNode
Sets a field to null and the modifies the "changed" flag to true.
clone() - Method in class com.stc.eindex.ejb.query.QMIterator
Clones the given instance of the QMIterator class.
clone() - Method in interface com.stc.eindex.survivor.SurvivorStrategyInterface
Returns an exact copy of the survivor strategy object.
clone() - Method in class com.stc.eindex.survivor.SystemField
Returns an exact copy of the SystemField object.
close() - Method in class com.stc.eindex.ejb.query.QMIterator
Closes the connection to the database.
close() - Method in class com.stc.eindex.ejb.query.QueryResults
Closes the instance of the QueryResults class.
close() - Method in class com.stc.eindex.page.PageIteratorWrapper
Frees the allocated resources on the server.
compare(Object, Object) - Method in class com.stc.eindex.master.search.transaction.TransactionSummaryComparator
Compares the field by which the transaction summaries in the transaction iterator are sorted to determine the order in which they will be displayed.
copy() - Method in class com.stc.eindex.objects.ObjectField
Creates a copy of the field object.
copy() - Method in class com.stc.eindex.objects.ObjectNode
Creates a complete copy of the object node.
count() - Method in class com.stc.eindex.page.PageIteratorWrapper
Returns the number of records in the iterator.
create() - Method in interface com.stc.eindex.ejb.master.MasterControllerHome
Creates a MasterController session bean.
createEnterpriseObject(SystemObject) - Method in interface com.stc.eindex.ejb.master.MasterController
Creates a new enterprise object to add to the master index database using the information in the specified system object.
createEnterpriseObject(SystemObject[]) - Method in interface com.stc.eindex.ejb.master.MasterController
Creates a new enterprise object to add to the master index database using the information in the specified array of system objects.
createObjectAttributes(Object, Object, String, AttributesData) - Method in class com.stc.eindex.ejb.query.EOSearchResultAssembler
Creates an object containing the attributes for each object (other than the root object) that is returned from the Query Manager iterator (QMIterator class) and that has a new identity.
createObjectAttributes(Object, Object, String, AttributesData) - Method in class com.stc.eindex.ejb.query.ObjectNodeAssembler
Creates an object containing the attributes of the object nodes in the hierarchy (other than the root object).
createObjectAttributes(Object, Object, String, AttributesData) - Method in interface com.stc.eindex.ejb.query.ResultObjectAssembler
Creates an object and binds its attributes to the object.
createObjectAttributes(Object, Object, String, AttributesData) - Method in class com.stc.eindex.ejb.query.TupleAssembler
Creates an object containing the attributes for each object (other than the root object) that is returned from the Query Manager iterator (QMIterator class) and that has a new identity.
createRoot(String, AttributesData) - Method in class com.stc.eindex.ejb.query.EOSearchResultAssembler
Creates the root object for each object returned from the Query Manager iterator (QMIterator class).
createRoot(String, AttributesData) - Method in class com.stc.eindex.ejb.query.MatchTupleAssembler
Creates the root object for each MatchTuple object.
createRoot(String, AttributesData) - Method in class com.stc.eindex.ejb.query.ObjectNodeAssembler
Creates the root object for each object.
createRoot(String, AttributesData) - Method in interface com.stc.eindex.ejb.query.ResultObjectAssembler
Creates the root object for each object returned from the Query Manager iterator (QMIterator class).
createRoot(String, AttributesData) - Method in class com.stc.eindex.ejb.query.TupleAssembler
Creates the root object for each object returned from the Query Manager iterator (QMIterator class).
currentPosition() - Method in class com.stc.eindex.page.PageIteratorWrapper
Returns the current index position of the iterator.

D

DuplicateChildKeyException() - Constructor for class com.stc.eindex.objects.exception.DuplicateChildKeyException
Creates a new instance of the DuplicateChildKeyException class without an error message.
DuplicateChildKeyException(String) - Constructor for class com.stc.eindex.objects.exception.DuplicateChildKeyException
Creates a new instance of the DuplicateChildKeyException class with an error message.
deactivateEnterpriseObject(String) - Method in interface com.stc.eindex.ejb.master.MasterController
Changes the status of an enterprise object from active to inactive and deletes all potential duplicate listings for that object.
deactivateSystemObject(SystemObjectPK) - Method in interface com.stc.eindex.ejb.master.MasterController
Changes the status of a system object from active to inactive.
deleteChild(String, SuperKey) - Method in class com.stc.eindex.objects.ObjectNode
Marks a child object for deletion, identifying the child object by its object tag and key field settings.
deleteChild(ObjectNode) - Method in class com.stc.eindex.objects.ObjectNode
Marks a child object for deletion, identifying the child object by the specified object node.
deleteSystemObject(SystemObjectPK) - Method in interface com.stc.eindex.ejb.master.MasterController
Permanently deletes a system object from its associated enterprise object.
deleteSystemObject(String, String) - Method in class com.stc.eindex.objects.EnterpriseObject
Marks a system object for deletion from an instance of EnterpriseObject.
disallowAdd(SystemObject) - Method in class com.stc.eindex.master.ExecuteMatchLogics
Specifies to the execute match methods whether to allow the incoming record to be added to the database as a new enterprise object.
disallowUpdate(SystemObject) - Method in class com.stc.eindex.master.ExecuteMatchLogics
Specifies to the execute match methods whether to allow the incoming system object to update a record that already exists in the database by examining only the system object.

E

EOSearchCriteria() - Constructor for class com.stc.eindex.master.search.enterprise.EOSearchCriteria
Creates a new instance of the EOSearchCriteria class.
EOSearchCriteria(SystemObject) - Constructor for class com.stc.eindex.master.search.enterprise.EOSearchCriteria
Creates a new instance of the EOSearchCriteria class.
EOSearchOptions(String, EPathArrayList) - Constructor for class com.stc.eindex.master.search.enterprise.EOSearchOptions
Creates a new instance of the EOSearchOptions class.
EOSearchOptions() - Constructor for class com.stc.eindex.master.search.enterprise.EOSearchOptions
Creates a new instance of the EOSearchOptions class.
EOSearchResultAssembler() - Constructor for class com.stc.eindex.ejb.query.EOSearchResultAssembler
Creates a new instance of the EOSearchResultAssembler class.
EOSearchResultIterator(PageData, int, int) - Constructor for class com.stc.eindex.master.search.enterprise.EOSearchResultIterator
Creates a new instance of the EOSearchResultIterator class that maintains the connection to the server.
EOSearchResultIterator(EOSearchResultRecord[]) - Constructor for class com.stc.eindex.master.search.enterprise.EOSearchResultIterator
Creates a new instance of the EOSearchResultIterator class that does not maintain the connection to the server.
EOSearchResultRecord(float, String, ObjectNode) - Constructor for class com.stc.eindex.master.search.enterprise.EOSearchResultRecord
Creates a new instance of the EOSearchResultRecord class.
EOSearchResultRecord() - Constructor for class com.stc.eindex.master.search.enterprise.EOSearchResultRecord
Creates a new instance of the EOSearchResultRecord class.
EPathArrayList() - Constructor for class com.stc.eindex.objects.epath.EPathArrayList
Creates a new instance of the EPathArrayList class.
EPathArrayList(String[]) - Constructor for class com.stc.eindex.objects.epath.EPathArrayList
Creates a new instance of the EPathArrayList class.
EPathException() - Constructor for class com.stc.eindex.objects.epath.EPathException
Creates a new instance of the EPathException class without an error message.
EPathException(String) - Constructor for class com.stc.eindex.objects.epath.EPathException
Creates a new instance of the EPathException class with an error message.
EPathException(String, Throwable) - Constructor for class com.stc.eindex.objects.epath.EPathException
Creates a new instance of the EPathException class with an error message and a chain of errors.
EPathException(Throwable) - Constructor for class com.stc.eindex.objects.epath.EPathException
Creates a new instance of the EPathException class without an error message but with a chain of errors.
EViewException() - Constructor for class com.stc.eindex.master.EViewException
Creates a new instance of the EViewException class without an error message.
EViewException(String) - Constructor for class com.stc.eindex.master.EViewException
Creates a new instance of the EViewException class with an error message.
EViewException(String, Throwable) - Constructor for class com.stc.eindex.master.EViewException
Creates a new instance of the EViewException class with an error message and a chain of errors.
EViewException(Throwable) - Constructor for class com.stc.eindex.master.EViewException
Creates a new instance of the EViewException class without an error message but with a chain of errors.
EmptyLocalIDException() - Constructor for class com.stc.eindex.objects.exception.EmptyLocalIDException
Creates a new instance of the EmptyLocalIDException class without an error message.
EmptyLocalIDException(String) - Constructor for class com.stc.eindex.objects.exception.EmptyLocalIDException
Creates a new instance of the EmptyLocalIDException class with an error message.
EmptyObjectException() - Constructor for class com.stc.eindex.objects.exception.EmptyObjectException
Creates a new instance of the EmptyObjectException class without an error message.
EmptyObjectException(String) - Constructor for class com.stc.eindex.objects.exception.EmptyObjectException
Creates a new instance of the EmptyObjectException class with an error message.
EmptySystemCodeException() - Constructor for class com.stc.eindex.objects.exception.EmptySystemCodeException
Creates a new instance of the EmptySystemCodeException class without an error message.
EmptySystemCodeException(String) - Constructor for class com.stc.eindex.objects.exception.EmptySystemCodeException
Creates a new instance of the EmptySystemCodeException class with an error message.
EnterpriseObject() - Constructor for class com.stc.eindex.objects.EnterpriseObject
Creates a new instance of the EnterpriseObject class.
EnterpriseObject(String, SBR, Collection) - Constructor for class com.stc.eindex.objects.EnterpriseObject
Creates a new instance of the EnterpriseObject class based on the given EUID, SBR, and system objects.
EnterpriseObject(String, SBR, Collection, boolean) - Constructor for class com.stc.eindex.objects.EnterpriseObject
Creates a new instance of the EnterpriseObject class.
EnterpriseObjectHistory(RecreateResult) - Constructor for class com.stc.eindex.objects.EnterpriseObjectHistory
Creates a new instance of the EnterpriseObjectHistory class.
ExecuteMatchLogics() - Constructor for class com.stc.eindex.master.ExecuteMatchLogics
Creates a new instance of the ExecuteMatchLogics class.
entrySet() - Method in class com.stc.eindex.survivor.SystemFieldListMap
Retrieves the initial set of objects in the map.
equals(ObjectField, ObjectField) - Static method in class com.stc.eindex.objects.ObjectField
Compares two field objects and determines whether they are the same.
equals(ObjectNode) - Method in class com.stc.eindex.objects.ObjectNode
Checks whether a child object is equal to the child object passed in as a parameter.
equals(Object) - Method in class com.stc.eindex.objects.SystemObjectPK
Compares two SystemObjectPK objects to determine whether the system and local ID pair in each object match.
equals(SystemField) - Method in class com.stc.eindex.survivor.SystemField
Determines whether the field name and field value between two fields are equal, and returns true if they are.
evalAnotherPass(SystemObject, EOSearchOptions, ArrayList, ArrayList, ArrayList, ArrayList) - Method in interface com.stc.eindex.matching.PassController
Specifies whether to attempt another matching pass using the next blocking definition.
execute(QueryObject) - Method in interface com.stc.eindex.ejb.query.QueryManager
Executes the query or queries specified in the QueryObject class, but does not assemble the returned objects into an iterator.
executeAssemble(QueryObject) - Method in interface com.stc.eindex.ejb.query.QueryManager
Executes the query or queries specified in the QueryObject class, and uses the assembler engine to create an iterator of the objects returned by the queries.
executeMatch(SystemObject) - Method in interface com.stc.eindex.ejb.master.MasterController
executeMatch is one of four methods that process a system object based on the configuration defined for the Manager Service and associated runtime components.
executeMatchDupRecalc(SystemObject, Boolean) - Method in interface com.stc.eindex.ejb.master.MasterController
executeMatchDupRecalc is one of four methods that process a system object based on the configuration defined for the Manager Service and associated runtime components.
executeMatchGui(SystemObject) - Method in interface com.stc.eindex.ejb.master.MasterController
executeMatchGui is identical to executeMatch, but it is only called by the Enterprise Data Manager.
executeMatchUpdate(SystemObject) - Method in interface com.stc.eindex.ejb.master.MasterController
executeMatchUpdate is one of four methods that process a system object based on the configuration defined for the Manager Service and associated runtime components.
executeMatchUpdateDupRecalc(SystemObject, Boolean) - Method in interface com.stc.eindex.ejb.master.MasterController
executeMatchUpdateDupRecalc is one of four methods that process a system object based on the configuration defined for the Manager Service and associated runtime components.

F

findWeights(SystemObject, QueryResults, MatchOptions) - Method in interface com.stc.eindex.matching.MatcherAPI
Retrieves all the match weights, comparing the base system object to the candidate records retrieved from the database for a blocking query.
first() - Method in class com.stc.eindex.master.search.assumedmatch.AssumedMatchIterator
Retrieves the first row from an AssumedMatchIterator object.
first(int) - Method in class com.stc.eindex.master.search.assumedmatch.AssumedMatchIterator
Retrieves the first rows in the iterator.
first() - Method in class com.stc.eindex.master.search.audit.AuditIterator
Retrieves the first row from an AuditIterator object.
first(int) - Method in class com.stc.eindex.master.search.audit.AuditIterator
Retrieves the first rows in the iterator.
first() - Method in class com.stc.eindex.master.search.enterprise.EOSearchResultIterator
Retrieves the first row from an EOSearchResultIterator object.
first(int) - Method in class com.stc.eindex.master.search.enterprise.EOSearchResultIterator
Retrieves the first rows in the iterator.
first() - Method in class com.stc.eindex.master.search.potdup.PotentialDuplicateIterator
Retrieves the first row from a PotentialDuplicateIterator object.
first(int) - Method in class com.stc.eindex.master.search.potdup.PotentialDuplicateIterator
Retrieves the first rows in the iterator.
first() - Method in class com.stc.eindex.master.search.transaction.TransactionIterator
Retrieves the first row from a TransactionIterator object.
first(int) - Method in class com.stc.eindex.master.search.transaction.TransactionIterator
Retrieves the first rows in the iterator.

G

get(int) - Method in class com.stc.eindex.ejb.query.AttributesData
Retrieves the information an attribute returned by the Query Manager at the specified position (the ith index).
get(String) - Method in class com.stc.eindex.ejb.query.AttributesData
Retrieves the information for an attribute returned by the Query Manager using the name of the attribute.
get(int) - Method in class com.stc.eindex.objects.epath.EPathArrayList
Retrieves the ePath at the specified index in an EPathArrayList object.
get(String) - Method in class com.stc.eindex.survivor.SystemFieldList
Retrieves the SystemField object for the given field name.
get(SystemFieldListMap.SystemKey) - Method in class com.stc.eindex.survivor.SystemFieldListMap
Retrieves the list of fields mapped to a specific system key.
get(String) - Method in class com.stc.eindex.survivor.SystemFieldListMap
Retrieves a collection of system field lists mapped to a specific system code.
getAddParentMethod() - Method in class com.stc.eindex.ejb.query.ValueMetaNode
Retrieves the method name to be used to add the parent node.
getAfterEO() - Method in class com.stc.eindex.master.search.assumedmatch.AssumedMatchSummary
Retrieves the enterprise object that was updated in the assumed match transaction.
getAfterEO() - Method in class com.stc.eindex.objects.EnterpriseObjectHistory
Retrieves the first "after" enterprise object in a transaction history record.
getAfterEO2() - Method in class com.stc.eindex.objects.EnterpriseObjectHistory
Retrieves the second "after" enterprise object in an unmerge transaction history record.
getAllChildrenFromHashMap() - Method in class com.stc.eindex.objects.ObjectNode
Returns a list of child objects from the hash table.
getAssembler() - Method in class com.stc.eindex.ejb.query.AssembleDescriptor
Retrieves the result object assembler (class ResultObjectAssembler) for the assemble descriptor.
getAssociatedPotentialDuplicates() - Method in class com.stc.eindex.master.search.potdup.PotentialDuplicateSummary
Retrieves additional potential duplicate records associated with the potential duplicate records contained in the PotentialDuplicateSummary object.
getAssumedMatchId() - Method in class com.stc.eindex.master.search.assumedmatch.AssumedMatchSearchObject
Retrieves the assumed match ID (assigned by the master index) for an instance of AssumedMatchSearchObject.
getAttributeNames() - Method in class com.stc.eindex.ejb.query.AttributesData
Retrieves the attribute names in the current instance of the AttributesData class, calling ResultSet methods to retrieve the data.
getBeforeEO() - Method in class com.stc.eindex.master.search.assumedmatch.AssumedMatchSummary
Retrieves the enterprise object that was updated in the assumed match transaction.
getBeforeEO1() - Method in class com.stc.eindex.objects.EnterpriseObjectHistory
Retrieves the first "before" enterprise object in a transaction history record.
getBeforeEO2() - Method in class com.stc.eindex.objects.EnterpriseObjectHistory
Retrieves the second "before" enterprise object in a merge transaction history record.
getBeforeSBR() - Method in class com.stc.eindex.master.search.assumedmatch.AssumedMatchSummary
Retrieves the SBR object in the existing record as it appeared prior to the assumed match update.
getCandidateThreshold() - Method in class com.stc.eindex.master.search.enterprise.EOSearchOptions
Retrieves the candidate threshold, which determines the maximuim number of candidate records that can be returned for a blocker query.
getChild(String, ObjectKey) - Method in class com.stc.eindex.objects.ObjectNode
Retrieves a child ObjectNode by its object tag and its unique object key value.
getChildKey(String) - Method in class com.stc.eindex.objects.ObjectNode
Retrieves the unique key field setting for the child object identified by the specified object tag.
getChildSuperKey(String) - Method in class com.stc.eindex.objects.ObjectNode
Retrieves the unique key setting for the child object identified by the specified object tag.
getChildType() - Method in class com.stc.eindex.objects.SBR
Retrieves the child type value from an SBR object.
getChildType() - Method in class com.stc.eindex.objects.SystemObject
Retrieves the child type value from an instance of SystemObject.
getChildren() - Method in class com.stc.eindex.ejb.query.ObjectNodeMetaNode
Retrieves the metadata for the child nodes of the given object node.
getChildren() - Method in class com.stc.eindex.ejb.query.ValueMetaNode
Retrieves the child nodes in the value metanode.
getChildrenForType(String, boolean) - Method in class com.stc.eindex.objects.ObjectNode
Returns a list of child objects based on the object type.
getClass(int) - Static method in class com.stc.eindex.objects.ObjectField
Retrieves the Java class associated with the given data type.
getClassName() - Method in class com.stc.eindex.ejb.query.ValueMetaNode
Retrieves the class name for the value metanode.
getComparisonScore() - Method in class com.stc.eindex.master.search.enterprise.EOSearchResultRecord
Retrieves the comparison score (the matching probability weight) for a search result record.
getConfigurationValue(String) - Method in interface com.stc.eindex.ejb.master.MasterController
Retrieves the configuration for a master controller parameter, such as the EUID length, duplicate threshold, or match threshold.
getCreateDate() - Method in class com.stc.eindex.master.SystemDefinition
Retrieves the create date of the system record represented in a SystemDefinition object.
getCreateDate() - Method in class com.stc.eindex.master.search.assumedmatch.AssumedMatchSummary
Retrieves the date that the assumed match occurred from the AssumedMatchSummary object.
getCreateDate() - Method in class com.stc.eindex.master.search.audit.AuditDataObject
Retrieves the date the audit log entry was created from the audit data object.
getCreateDate() - Method in class com.stc.eindex.master.search.potdup.PotentialDuplicateSummary
Retrieves the date the potential duplicate listing was created from the PotentialDuplicateSummary object.
getCreateDateTime() - Method in class com.stc.eindex.objects.SBR
Retrieves the create date and time from an SBR object.
getCreateDateTime() - Method in class com.stc.eindex.objects.SystemObject
Retrieves the date and time a system object was created.
getCreateEndDate() - Method in class com.stc.eindex.master.search.assumedmatch.AssumedMatchSearchObject
Retrieves the value of the endDate field to be used in an assumed match search.
getCreateEndDate() - Method in class com.stc.eindex.master.search.audit.AuditSearchObject
Retrieves the value of the endDate field to be used in an audit log search.
getCreateEndDate() - Method in class com.stc.eindex.master.search.potdup.PotentialDuplicateSearchObject
Retrieves the value of the endDate field to be used in a potential duplicate search.
getCreateFunction() - Method in class com.stc.eindex.objects.SBR
Retrieves the transaction type from an SBR object.
getCreateFunction() - Method in class com.stc.eindex.objects.SystemObject
Retrieves the type of transaction that created a system object.
getCreateStartDate() - Method in class com.stc.eindex.master.search.assumedmatch.AssumedMatchSearchObject
Retrieves the value of the startDate field to be used in an assumed match search.
getCreateStartDate() - Method in class com.stc.eindex.master.search.audit.AuditSearchObject
Retrieves the value of the startDate field to be used in an audit log search.
getCreateStartDate() - Method in class com.stc.eindex.master.search.potdup.PotentialDuplicateSearchObject
Retrieves the value of the startDate field to be used in a potential duplicate search.
getCreateSystem() - Method in class com.stc.eindex.objects.SBR
Retrieves the processing code of the system that originated the record that created the SBR.
getCreateUser() - Method in class com.stc.eindex.master.SystemDefinition
Retrieves the login ID of the user who created the system record represented in a SystemDefinition object.
getCreateUser() - Method in class com.stc.eindex.master.search.assumedmatch.AssumedMatchSearchObject
Retrieves the value of the createUser field (the user ID of the user who created the assumed match record) to be used in an assumed match search.
getCreateUser() - Method in class com.stc.eindex.master.search.assumedmatch.AssumedMatchSummary
Retrieves the create user ID from the AssumedMatchSummary object.
getCreateUser() - Method in class com.stc.eindex.master.search.audit.AuditDataObject
Retrieves the create user ID from the audit data object.
getCreateUser() - Method in class com.stc.eindex.master.search.audit.AuditSearchObject
Retrieves the value of the createUser field to be used in an audit log search.
getCreateUser() - Method in class com.stc.eindex.master.search.potdup.PotentialDuplicateSearchObject
Retrieves the value of the createUser field (the user ID of the user who created the potential duplicate records) to be used in a potential duplicate search.
getCreateUser() - Method in class com.stc.eindex.master.search.potdup.PotentialDuplicateSummary
Retrieves the create user ID from the PotentialDuplicateSummary object.
getCreateUser() - Method in class com.stc.eindex.objects.SBR
Retrieves logon ID of the user who created the SBR.
getCreateUser() - Method in class com.stc.eindex.objects.SystemObject
Retrieves logon ID of the user who created a system object.
getData() - Method in class com.stc.eindex.ejb.query.MatchTuple
Retrieves the tuple data (that is, all the fields of the tuple) for the MatchTuple object.
getDatabaseStatus() - Method in interface com.stc.eindex.ejb.master.MasterController
Retrieves the status of the master index database.
getDelta() - Method in class com.stc.eindex.objects.TransactionObject
Retrieves the old information that was changed or discarded during a transaction from an instance of TransactionObject.
getDescription() - Method in class com.stc.eindex.master.SystemDefinition
Retrieves the system description from a SystemDefinition object.
getDestinationEO() - Method in class com.stc.eindex.master.MergeResult
Retrieves the destination enterprise object in a MatchResult object.
getDestinationNode() - Method in class com.stc.eindex.master.search.merge.MergeHistoryNode
Retrieves the destination node of a merge transaction in a merge history tree.
getDetail() - Method in class com.stc.eindex.master.search.audit.AuditDataObject
Retrieves the detail information from the audit data object.
getDetail() - Method in class com.stc.eindex.master.search.audit.AuditSearchObject
Retrieves the value of the detail field to be used in an audit log search.
getEUID(SystemObjectPK) - Method in interface com.stc.eindex.ejb.master.MasterController
Returns the EUID associated with the system code and local ID specified in the SystemObjectPK object.
getEUID() - Method in class com.stc.eindex.master.MatchResult
Retrieves the EUID in a MatchResult object.
getEUID() - Method in class com.stc.eindex.master.search.assumedmatch.AssumedMatchSummary
Retrieves the value of the EUID from the AssumedMatchSummary object.
getEUID() - Method in class com.stc.eindex.master.search.enterprise.EOSearchResultRecord
Retrieves the EUID for a row of data (an EOSearchResultRecord object).
getEUID() - Method in class com.stc.eindex.master.search.merge.MergeHistoryNode
Retrieves the kept EUID from a merge transaction in a merge history tree.
getEUID() - Method in class com.stc.eindex.master.search.transaction.TransactionSearchObject
Retrieves the value of the EUID field in an instance of TransactionSearchObject.
getEUID() - Method in class com.stc.eindex.objects.EnterpriseObject
Retrieves the EUID from an instance of EnterpriseObject.
getEUID() - Method in class com.stc.eindex.objects.TransactionObject
Retrieves the EUID of the record against which the transaction was performed.
getEUID() - Method in class com.stc.eindex.persistence.TMResult
Retrieves the EUID from an instance of TMResult.
getEUID1() - Method in class com.stc.eindex.master.search.audit.AuditDataObject
Retrieves the value of the primary EUID from the audit data object.
getEUID1() - Method in class com.stc.eindex.master.search.potdup.PotentialDuplicateSummary
Retrieves the value of the first EUID from the PotentialDuplicateSummary object.
getEUID1() - Method in class com.stc.eindex.master.search.transaction.TransactionSearchObject
Retrieves the value of the EUID1 field in an instance of TransactionSearchObject.
getEUID1() - Method in class com.stc.eindex.objects.TransactionObject
Retrieves value of the EUID1 field from an instance of TransactionObject.
getEUID2() - Method in class com.stc.eindex.master.search.audit.AuditDataObject
Retrieves the value of the second EUID from the audit data object.
getEUID2() - Method in class com.stc.eindex.master.search.potdup.PotentialDuplicateSummary
Retrieves the value of the second EUID from the PotentialDuplicateSummary object.
getEUID2() - Method in class com.stc.eindex.master.search.transaction.TransactionSearchObject
Retrieves the value of the EUID2 field in an instance of TransactionSearchObject.
getEUID2() - Method in class com.stc.eindex.objects.TransactionObject
Retrieves the EUID of the second record involved in the transaction (this EUID is only populated for merge and unmerge transactions).
getEUIDs() - Method in class com.stc.eindex.master.search.assumedmatch.AssumedMatchSearchObject
Retrieves a string array of EUIDs to use as criteria for an assumed match search.
getEUIDs() - Method in class com.stc.eindex.master.search.potdup.PotentialDuplicateSearchObject
Retrieves a string array of EUIDs to use as criteria for a potential duplicate search.
getEncodingType() - Method in interface com.stc.eindex.phonetic.PhoneticEncoder
Retrieves the type of phonetic encoder to use (such as NYSIIS, Soundex, and so on).
getEndDate() - Method in class com.stc.eindex.master.search.transaction.TransactionSearchObject
Retrieves the value of the endDate field in an instance of TransactionSearchObject.
getEnterpriseObject(String) - Method in interface com.stc.eindex.ejb.master.MasterController
Returns the enterprise object associated with the specified EUID.
getEnterpriseObject(String, EOGetOptions) - Method in interface com.stc.eindex.ejb.master.MasterController
Returns the enterprise object associated with the specified EUID.
getEnterpriseObject(SystemObjectPK) - Method in interface com.stc.eindex.ejb.master.MasterController
Returns the enterprise object associated with a system code and local ID pair (SystemObjectPK).
getEnterpriseObject1() - Method in class com.stc.eindex.ejb.update.UpdateResult
Retrieves the initial enterprise object involved in the update transaction.
getEnterpriseObject2() - Method in class com.stc.eindex.ejb.update.UpdateResult
Retrieves the second enterprise object involved in the update transaction (if a second object was involved).
getEnterpriseObjectHistory() - Method in class com.stc.eindex.master.search.transaction.TransactionSummary
Retrieves the enteprise object history (class EnterpriseObjectHistory) in an instance of TransactionSummary.
getEuid() - Method in class com.stc.eindex.ejb.query.MatchTuple
Retrieves the EUID for the MatchTuple object.
getField(String) - Method in class com.stc.eindex.objects.ObjectNode
Retrieves an ObjectField object by its field name.
getFieldFlag() - Method in class com.stc.eindex.objects.ObjectField
Retrieves the given field's flag.
getFieldNames() - Method in class com.stc.eindex.objects.EnterpriseObject
Retrieves a list of field names in an enterprise object.
getFieldTypes() - Method in class com.stc.eindex.objects.EnterpriseObject
Retrieves a list of field types in an enterprise object.
getFieldsToRetrieve() - Method in class com.stc.eindex.master.search.enterprise.EOGetOptions
Retrieves the list of ePaths from an instance of EOGetOptions.
getFieldsToRetrieve() - Method in class com.stc.eindex.master.search.enterprise.EOSearchOptions
Retrieves an array of fully qualified field names pointing to the location of the fields to retrieve from a search for an enterprise object.
getFieldsToRetrieve() - Method in class com.stc.eindex.master.search.potdup.PotentialDuplicateSearchObject
Retrieves an array of ePaths to the fields to be retrieved from the results of a potential duplicate search.
getFlag(int) - Method in class com.stc.eindex.objects.ObjectField
Retrieves the value of the specified flag in the field object.
getFlag(String, int) - Method in class com.stc.eindex.objects.ObjectNode
Checks whether a field's bit mask is enabled or disabled.
getFormat() - Method in class com.stc.eindex.master.SystemDefinition
Retrieves the format of the local IDs assigned by the system represented in a SystemDefinition object.
getFormat() - Method in class com.stc.eindex.objects.validation.exception.ValidationException
Retrieves the expected format of the local IDs generated by the given system.
getFunction() - Method in class com.stc.eindex.master.search.audit.AuditDataObject
Retrieves the function type from the audit data object.
getFunction() - Method in class com.stc.eindex.master.search.audit.AuditSearchObject
Retrieves the value of the function field to be used in an audit log search.
getFunction() - Method in class com.stc.eindex.master.search.transaction.TransactionSearchObject
Retrieves the value of the function field in an instance of TransactionSearchObject.
getFunction() - Method in class com.stc.eindex.objects.TransactionObject
Retrieves the type of transaction performed from the instance of TransactionObject.
getId() - Method in class com.stc.eindex.master.search.assumedmatch.AssumedMatchSummary
Retrieves the value of the assumed match ID from the AssumedMatchSummary object.
getId() - Method in class com.stc.eindex.master.search.audit.AuditDataObject
Retrieves the value of the audit log ID from the audit data object.
getId() - Method in class com.stc.eindex.master.search.potdup.PotentialDuplicateSummary
Retrieves the value of the potential duplicate ID from the PotentialDuplicateSummary object.
getId() - Method in class com.stc.eindex.objects.validation.exception.ValidationException
Retrieves the local ID being validated.
getIdLength() - Method in class com.stc.eindex.master.SystemDefinition
Retrieves the defined length of the local IDs assigned by the system represented in a SystemDefinition object.
getInputMask() - Method in class com.stc.eindex.master.SystemDefinition
Retrieves the input mask defined for the local IDs assigned by the system represented in a SystemDefinition object.
getLID() - Method in class com.stc.eindex.master.search.assumedmatch.AssumedMatchSearchObject
Retrieves the value of the lid field to be used in an assumed match search.
getLID() - Method in class com.stc.eindex.master.search.assumedmatch.AssumedMatchSummary
Retrieves the value of the local ID from the AssumedMatchSummary object.
getLID() - Method in class com.stc.eindex.master.search.potdup.PotentialDuplicateSearchObject
Retrieves the value of the lid field to be used in a potential duplicate search.
getLID() - Method in class com.stc.eindex.master.search.transaction.TransactionSearchObject
Retrieves the value of the lid field in an instance of TransactionSearchObject.
getLID() - Method in class com.stc.eindex.objects.SystemObject
Retrieves the local ID value from an instance of SystemObject.
getLID() - Method in class com.stc.eindex.objects.TransactionObject
Retrieves the local ID of the system record against which the transaction was performed (this is only populated for local ID merges, unmerges, and transfers).
getLID1() - Method in class com.stc.eindex.master.search.transaction.TransactionSearchObject
Retrieves the value of the lid1 field in an instance of TransactionSearchObject.
getLID1() - Method in class com.stc.eindex.objects.TransactionObject
Retrieves the value of the LID1 field from an instance of TransactionObject.
getLID2() - Method in class com.stc.eindex.master.search.transaction.TransactionSearchObject
Retrieves the value of the lid2 field in an instance of TransactionSearchObject.
getLID2() - Method in class com.stc.eindex.objects.TransactionObject
Retrieves the local ID of the second system record involved in the transaction (this local ID is only populated for local ID merge, unmerge, and transfer transactions).
getLid() - Method in class com.stc.eindex.survivor.SystemFieldListMap.SystemKey
Retrieves the local ID from an instance of SystemKey.
getMatchFieldChanged() - Method in class com.stc.eindex.ejb.update.UpdateResult
Retrieves an indicator of whether a match field was updated during the update transaction.
getMatchFieldChanged() - Method in class com.stc.eindex.master.MatchResult
Retrieves an indicator of whether a match field was updated during the match process.
getMaxElements() - Method in class com.stc.eindex.master.search.transaction.TransactionSearchObject
Retrieves an integer indicating the maximum number of results that can be returned in a transaction history search.
getMergeHistory(String) - Method in interface com.stc.eindex.ejb.master.MasterController
Retrieves a tree structure representing all of the merge transactions associated with the specified EUID.
getName() - Method in class com.stc.eindex.ejb.query.ObjectNodeMetaNode
Retrieves the name of the given object node.
getName() - Method in class com.stc.eindex.ejb.query.ValueMetaNode
Retrieves the name of the node.
getName() - Method in class com.stc.eindex.objects.ObjectField
Retrieves the name of the field.
getName() - Method in class com.stc.eindex.survivor.StrategyParameter
Retrieves the parameter name from an instance of StrategyParameter.
getName() - Method in class com.stc.eindex.survivor.SystemField
Retrieves the field name from an instance of SystemField.
getNewSO() - Method in class com.stc.eindex.master.search.assumedmatch.AssumedMatchSummary
Retrieves the system object that was added to the existing record in the assumed match transaction.
getObject() - Method in class com.stc.eindex.master.search.enterprise.EOSearchResultRecord
Retrieves a result row from a system object in the EOSearchResultRecord object.
getObject() - Method in class com.stc.eindex.objects.SBR
Retrieves the object node from an SBR object.
getObject() - Method in class com.stc.eindex.objects.SystemObject
Retrieves the object node from an instance of SystemObject.
getObject1() - Method in class com.stc.eindex.master.search.potdup.PotentialDuplicateSummary
Retrieves fields from one EUID object in the PotentialDuplicateSummary object.
getObject2() - Method in class com.stc.eindex.master.search.potdup.PotentialDuplicateSummary
Retrieves fields from the second EUID object in the PotentialDuplicateSummary object.
getObjectId() - Method in class com.stc.eindex.objects.ObjectNode
Retrieves the unique ID for the object.
getOverWrites() - Method in class com.stc.eindex.objects.SBR
Retrieves an array of overwrite values from an SBR object.
getPageSize() - Method in class com.stc.eindex.master.search.transaction.TransactionSearchObject
Retrieves an integer indicating the maximum number of results that can be transferred to the caller at one time.
getParent() - Method in class com.stc.eindex.ejb.query.ObjectNodeMetaNode
Retrieves the parent node of the given object node.
getParent() - Method in class com.stc.eindex.ejb.query.ValueMetaNode
Retrieves the parent node of the given node.
getParent() - Method in class com.stc.eindex.objects.ObjectNode
Retrieves the parent object node.
getParentNode() - Method in class com.stc.eindex.master.search.merge.MergeHistoryNode
Retrieves the parent node of a merge transaction in a merge history tree.
getPotentialDuplicates() - Method in class com.stc.eindex.master.MatchResult
Retrieves an array of the potential duplicates (class PotentialDuplidate) in a MatchResult object.
getPrimaryObjectType() - Method in class com.stc.eindex.master.search.audit.AuditDataObject
Retrieves the primary object type from the audit data object.
getPrimaryObjectType() - Method in class com.stc.eindex.master.search.audit.AuditSearchObject
Retrieves the primary object type of the master index application.
getReason() - Method in class com.stc.eindex.master.search.potdup.PotentialDuplicateSummary
Retrieves the reason the records in the PotentialDuplicateSummary object were marked as potential duplicates.
getRecoverObject() - Method in class com.stc.eindex.objects.TransactionObject
Retrieves before and after images for a transaction history to display in side-by-side comparisons.
getResolvedComment() - Method in class com.stc.eindex.master.search.potdup.PotentialDuplicateSummary
Retrieves the comment generated when the potential duplicate records in the PotentialDuplicateSummary object were resolved.
getResolvedDate() - Method in class com.stc.eindex.master.search.potdup.PotentialDuplicateSummary
Retrieves the date the potential duplicate listing was resolved from the PotentialDuplicateSummary object.
getResolvedEndDate() - Method in class com.stc.eindex.master.search.potdup.PotentialDuplicateSearchObject
Retrieves the value of the resolvedEndDate field to be used in a potential duplicate search.
getResolvedStartDate() - Method in class com.stc.eindex.master.search.potdup.PotentialDuplicateSearchObject
Retrieves the value of the resolvedStartDate field to be used in a potential duplicate search.
getResolvedUser() - Method in class com.stc.eindex.master.search.potdup.PotentialDuplicateSearchObject
Retrieves the value of the resolvedUser field (the user ID of the user who resolved the potential duplicates) to be used in a potential duplicate search.
getResolvedUser() - Method in class com.stc.eindex.master.search.potdup.PotentialDuplicateSummary
Retrieves the resolved user ID from the PotentialDuplicateSummary object.
getResultCode() - Method in class com.stc.eindex.master.MatchResult
Retrieves the result code in a MatchResult object.
getResultSetType() - Method in class com.stc.eindex.ejb.query.QueryObject
Return the ResultSet Type for the query object.
getRevisionNumber(String) - Method in interface com.stc.eindex.ejb.master.MasterController
Retrieves the SBR revision number for the specified EUID.
getRevisionNumber() - Method in class com.stc.eindex.objects.SBR
Retrieves the revision number from an SBR object.
getRootObjectName() - Method in class com.stc.eindex.ejb.query.QMIterator
Retrieves the name of the root object from an instance of QMIterator.
getSBR(String) - Method in interface com.stc.eindex.ejb.master.MasterController
Returns the SBR object associated with the specified EUID.
getSBR() - Method in class com.stc.eindex.objects.EnterpriseObject
Retrieves the SBR object from an instance of EnterpriseObject.
getSearchId() - Method in class com.stc.eindex.master.search.enterprise.EOSearchOptions
Retrieves the value of the search ID (query name) defined in an EOSearchOptions object.
getSourceEO() - Method in class com.stc.eindex.master.MergeResult
Retrieves the source enterprise object in a MatchResult object.
getSourceNode() - Method in class com.stc.eindex.master.search.merge.MergeHistoryNode
Retrieves the source node of a merge transaction in a merge history tree.
getSourceObject() - Method in class com.stc.eindex.ejb.query.ValueMetaNode
Retrieves the object name that is mapped to the given object.
getStartDate() - Method in class com.stc.eindex.master.search.transaction.TransactionSearchObject
Retrieves the value of the startDate field in an instance of TransactionSearchObject.
getStatus() - Method in class com.stc.eindex.master.SystemDefinition
Retrieves the system status from a SystemDefinition object.
getStatus() - Method in class com.stc.eindex.master.search.potdup.PotentialDuplicateSearchObject
Retrieves the value of the status field to be used in a potential duplicate search.
getStatus() - Method in class com.stc.eindex.master.search.potdup.PotentialDuplicateSummary
Retrieves the value of the potential duplicate status of the records in the PotentialDuplicateSummary object.
getStatus() - Method in class com.stc.eindex.objects.EnterpriseObject
Retrieves the status value from an instance of EnterpriseObject.
getStatus() - Method in class com.stc.eindex.objects.SBR
Retrieves the status value from an SBR object.
getStatus() - Method in class com.stc.eindex.objects.SystemObject
Retrieves the status value from an instance of SystemObject.
getSystemCode() - Method in class com.stc.eindex.master.SystemDefinition
Retrieves the system code from a SystemDefinition object.
getSystemCode() - Method in class com.stc.eindex.master.search.assumedmatch.AssumedMatchSearchObject
Retrieves the value of the systemCode field to be used in an assumed match search.
getSystemCode() - Method in class com.stc.eindex.master.search.assumedmatch.AssumedMatchSummary
Retrieves the system code from the AssumedMatchSummary object.
getSystemCode() - Method in class com.stc.eindex.master.search.potdup.PotentialDuplicateSearchObject
Retrieves the value of the systemCode field to be used in a potential duplicate search.
getSystemCode() - Method in class com.stc.eindex.master.search.potdup.PotentialDuplicateSummary
Retrieves the system code from the PotentialDuplicateSummary object.
getSystemCode() - Method in class com.stc.eindex.master.search.transaction.TransactionSearchObject
Retrieves the value of the systemCode field in an instance of TransactionSearchObject.
getSystemCode() - Method in class com.stc.eindex.objects.SystemObject
Retrieves the system code value from an instance of SystemObject.
getSystemCode() - Method in class com.stc.eindex.objects.TransactionObject
Retrieves the processing code of the system from which the transaction originated.
getSystemCode() - Method in class com.stc.eindex.objects.validation.exception.ValidationException
Retrieves the system code of the system from which the system object originated.
getSystemCode() - Method in class com.stc.eindex.survivor.SystemFieldListMap.SystemKey
Retrieves the system code from an instance of SystemKey.
getSystemDescription() - Method in class com.stc.eindex.objects.validation.exception.ValidationException
Retrieves the system description of the system from which the system object originated.
getSystemObject(SystemObjectPK) - Method in interface com.stc.eindex.ejb.master.MasterController
Returns the system object associated with the system code and local ID contained in the specified SystemObjectPK object.
getSystemObject(String, String) - Method in class com.stc.eindex.objects.EnterpriseObject
Retrieves the system object associated with the specified system code and local ID in an instance of EnterpriseObject.
getSystemObjects() - Method in class com.stc.eindex.objects.EnterpriseObject
Retrieves all system objects from an instance of EnterpriseObject.
getSystemUser() - Method in class com.stc.eindex.master.search.transaction.TransactionSearchObject
Retrieves the value of the systemUser field in an instance of TransactionSearchObject.
getSystemUser() - Method in class com.stc.eindex.objects.TransactionObject
Retrieves the logon ID of the user who performed the transaction.
getTMID() - Method in class com.stc.eindex.persistence.TMResult
Retrieves the transaction number from an instance of TMResult.
getTimeStamp() - Method in class com.stc.eindex.objects.TransactionObject
Retrieves the date and time the transaction occurred.
getTransactionNumber() - Method in class com.stc.eindex.master.MatchResult
Retrieves the transaction number in a MatchResult object.
getTransactionNumber() - Method in class com.stc.eindex.master.search.assumedmatch.AssumedMatchSummary
Retrieves the value of the transaction number from the AssumedMatchSummary object.
getTransactionNumber() - Method in class com.stc.eindex.objects.TransactionObject
Retrieves the unique identification number for the transaction (this number is assigned by the master index).
getTransactionObject() - Method in class com.stc.eindex.master.MergeResult
Retrieves the transaction object (class TransactionObject) for a merge or unmerge transaction.
getTransactionObject() - Method in class com.stc.eindex.master.search.merge.MergeHistoryNode
Retrieves the transaction object associated with a merge transaction in a merge history tree.
getTransactionObject() - Method in class com.stc.eindex.master.search.transaction.TransactionSearchObject
Retrieves the transaction object (class TransactionObject) in an instance of TransactionSearchObject.
getTransactionObject() - Method in class com.stc.eindex.master.search.transaction.TransactionSummary
Retrieves the transaction object (class TransactionObject) in an instance of TransactionSummary.
getTransactionResult() - Method in class com.stc.eindex.ejb.update.UpdateResult
Retrieves the result returned by the Transaction Manager for the update transaction.
getType() - Method in class com.stc.eindex.master.search.potdup.PotentialDuplicateSearchObject
Retrieves the value of the type field to be used in a potential duplicate search.
getType() - Method in class com.stc.eindex.objects.ObjectField
Retrieves the data type of the field.
getType() - Method in class com.stc.eindex.survivor.StrategyParameter
Retrieves the string representation of the parameter type from an instance of StrategyParameter.
getTypeString(int) - Static method in class com.stc.eindex.objects.ObjectField
Retrieves the string value of the given data type.
getUpdateDate() - Method in class com.stc.eindex.master.SystemDefinition
Retrieves the date the system record represented in a SystemDefinition object was last updated.
getUpdateDateTime() - Method in class com.stc.eindex.objects.SBR
Retrieves the date and time the SBR object was last updated.
getUpdateDateTime() - Method in class com.stc.eindex.objects.SystemObject
Retrieves the date and time a system object was last updated.
getUpdateFunction() - Method in class com.stc.eindex.objects.SBR
Retrieves the type of transaction that updated the SBR object.
getUpdateFunction() - Method in class com.stc.eindex.objects.SystemObject
Retrieves the type of transaction that updated a system object.
getUpdateSystem() - Method in class com.stc.eindex.objects.SBR
Retrieves processing code of the system that last updated the SBR object.
getUpdateUser() - Method in class com.stc.eindex.master.SystemDefinition
Retrieves the login ID of the user who last updated the system record represented in a SystemDefinition object.
getUpdateUser() - Method in class com.stc.eindex.objects.SBR
Retrieves logon ID of the user who updated the system object that last caused the SBR to be recalculated.
getUpdateUser() - Method in class com.stc.eindex.objects.SystemObject
Retrieves logon ID of the user who updated a system object.
getValue() - Method in class com.stc.eindex.objects.ObjectField
Retrieves the value of the field.
getValue(String) - Method in class com.stc.eindex.objects.ObjectNode
Retrieves the value of a field given the field's name.
getValue() - Method in class com.stc.eindex.survivor.StrategyParameter
Retrieves the original string representation of the parameter value from an instance of StrategyParameter.
getValue() - Method in class com.stc.eindex.survivor.SystemField
Retrieves the field value from an instance of SystemField.
getValueMask() - Method in class com.stc.eindex.master.SystemDefinition
Retrieves the value mask for the local IDs assigned by the system represented in a SystemDefinition object.
getValueMetaNode(String) - Method in class com.stc.eindex.ejb.query.EOSearchResultAssembler
Retrieves the value meta node, which describes an object structure, for the given object path.
getValueObject(String) - Method in class com.stc.eindex.objects.ObjectNode
Retrieves a field object (ObjectField) given the field's name.
getValueObject() - Method in class com.stc.eindex.survivor.StrategyParameter
Retrieves the parameter value after it is converted to the specified type.
getValueType() - Method in class com.stc.eindex.survivor.StrategyParameter
Retrieves the Java class representing the value type.
getWeight() - Method in class com.stc.eindex.master.search.assumedmatch.AssumedMatchSummary
Retrieves the matching probability weight of the records represented by the AssumedMatchSummary object.
getWeight() - Method in class com.stc.eindex.master.search.potdup.PotentialDuplicateSummary
Retrieves the matching probability weight of the records in the PotentialDuplicateSummary object.

H

hasFieldReadAccess(String) - Method in class com.stc.eindex.objects.ObjectNode
Checks whether the given field has read access.
hasFieldUpdateAccess(String) - Method in class com.stc.eindex.objects.ObjectNode
Checks whether the given field has update access.
hasNext() - Method in class com.stc.eindex.page.PageIteratorWrapper
Checks whether there are more records remaining in the iterator.
hasObjectAddAccess() - Method in class com.stc.eindex.objects.ObjectNode
Checks whether the object has add access.
hasObjectDeleteAccess() - Method in class com.stc.eindex.objects.ObjectNode
Checks whether the object has delete access.
hasObjectReadAccess() - Method in class com.stc.eindex.objects.ObjectNode
Checks whether the object has read access.
hasObjectUpdateAccess() - Method in class com.stc.eindex.objects.ObjectNode
Checks whether the object has update access.
hasReadAccess() - Method in class com.stc.eindex.objects.ObjectField
Checks whether the field has read access.
hasUpdateAccess() - Method in class com.stc.eindex.objects.ObjectField
Checks whether the field has update access.
hashCode() - Method in class com.stc.eindex.objects.ObjectNode
Returns the hash code of the object node.
hashCode() - Method in class com.stc.eindex.survivor.SystemField
Returns the hash code value for this SystemField object.

I

InvalidFieldNameException() - Constructor for class com.stc.eindex.objects.exception.InvalidFieldNameException
Creates a new instance of the InvalidFieldNameException class without an error message.
InvalidFieldNameException(String) - Constructor for class com.stc.eindex.objects.exception.InvalidFieldNameException
Creates a new instance of the InvalidFieldNameException class with an error message.
InvalidFieldValueException() - Constructor for class com.stc.eindex.objects.exception.InvalidFieldValueException
Creates a new instance of the InvalidFieldValueException class without an error message.
InvalidFieldValueException(String) - Constructor for class com.stc.eindex.objects.exception.InvalidFieldValueException
Creates a new instance of the InvalidFieldValueException class with an error message.
InvalidKeyObjectException() - Constructor for class com.stc.eindex.objects.exception.InvalidKeyObjectException
Creates a new instance of the InvalidKeyObjectException class without an error message.
InvalidKeyObjectException(String) - Constructor for class com.stc.eindex.objects.exception.InvalidKeyObjectException
Creates a new instance of the InvalidKeyObjectException class with an error message.
InvalidKeyTypeException() - Constructor for class com.stc.eindex.objects.exception.InvalidKeyTypeException
Creates a new instance of the InvalidKeyTypeException class without an error message.
InvalidKeyTypeException(String) - Constructor for class com.stc.eindex.objects.exception.InvalidKeyTypeException
Creates a new instance of the InvalidKeyTypeException class with an error message.
init() - Method in class com.stc.eindex.ejb.query.EOSearchResultAssembler
Initializes the resources to be used by EOSearchResultAssembler.
init() - Method in class com.stc.eindex.ejb.query.ObjectNodeAssembler
Initializes the resources to be used by ObjectNodeAssembler.
init() - Method in interface com.stc.eindex.ejb.query.ResultObjectAssembler
Initializes the resources to be used by ResultObjectAssembler.
init() - Method in class com.stc.eindex.ejb.query.TupleAssembler
Initializes the resources to be used by TupleAssembler.
init(Collection) - Method in interface com.stc.eindex.survivor.SurvivorStrategyInterface
Initializes the survivor strategy object.
initialize(MatchEngineConfiguration) - Method in interface com.stc.eindex.matching.MatcherAPI
Initializes the match engine and the match engine adapter once upon startup for each instance of the match engine adapter.
initialize(StandardizerEngineConfiguration) - Method in interface com.stc.eindex.matching.StandardizerAPI
Initializes the standardization engine and the standardization engine adapter once upon startup for each instance of the standardization engine adapter.
insertAuditLog(AuditDataObject) - Method in interface com.stc.eindex.ejb.master.MasterController
Inserts an audit log record of a transaction into the database.
isAdded() - Method in class com.stc.eindex.objects.ObjectNode
Checks whether the object node has been added to the object.
isAtleastOneSOActive() - Method in class com.stc.eindex.objects.EnterpriseObject
Indicates whether at least one system object in the enterprise object\ is still active.
isChanged() - Method in class com.stc.eindex.objects.ObjectField
Checks whether the field value has changed.
isChanged(String) - Method in class com.stc.eindex.objects.ObjectNode
Checks whether the value of a field changed in the current transaction.
isKeyChanged() - Method in class com.stc.eindex.objects.ObjectNode
Checks whether key fields in the object node have changed.
isKeyType() - Method in class com.stc.eindex.objects.ObjectField
Checks whether the field is a key type field.
isKeyType(String) - Method in class com.stc.eindex.objects.ObjectNode
Checks whether the given field is a unique key field.
isKeyValid(ObjectKey) - Method in class com.stc.eindex.objects.ObjectNode
Checks whether the given key object is valid.
isNew() - Method in class com.stc.eindex.objects.ObjectNode
Checks whether the object node is new or already exists in the database.
isNull() - Method in class com.stc.eindex.objects.ObjectField
Checks whether the field contains a null value.
isNull(String) - Method in class com.stc.eindex.objects.ObjectNode
Checks whether the given field contains a null value.
isNullable() - Method in class com.stc.eindex.objects.ObjectField
Checks whether the field can be null.
isNullable(String) - Method in class com.stc.eindex.objects.ObjectNode
Checks whether the value of the given field can be null.
isRemoved() - Method in class com.stc.eindex.objects.ObjectNode
Checks whether an object node is marked for deletion.
isSearched() - Method in class com.stc.eindex.objects.ObjectField
Checks whether the field is used as criteria in searches.
isSearched(String) - Method in class com.stc.eindex.objects.ObjectNode
Checks whether a field is used for searches.
isUpdated() - Method in class com.stc.eindex.objects.ObjectNode
Checks whether an object node has been updated during a transaction.
isValueValid(int, Object) - Static method in class com.stc.eindex.objects.ObjectField
Verifies that the given value is of the given data type.
isVisible() - Method in class com.stc.eindex.objects.ObjectField
Checks whether the field is visible on the Enterprise Data Manager (EDM).
isVisible(String) - Method in class com.stc.eindex.objects.ObjectNode
Checks whether a field is visible on the Enterprise Data Manager (EDM).
iterator() - Method in class com.stc.eindex.survivor.SystemFieldList
Returns an iterator for the list of fields in the SystemFieldList object.

K

keySet() - Method in class com.stc.eindex.survivor.SystemFieldListMap
Retrieves the list of system keys from the mapping.
keySet(String) - Method in class com.stc.eindex.survivor.SystemFieldListMap
Retrieves the set of system keys that correspond to the given system code.

L

lookupAssumedMatches(AssumedMatchSearchObject) - Method in interface com.stc.eindex.ejb.master.MasterController
Returns an iterator of AssumedMatchSummary objects based on the criteria contained in the assumed match search object (AssumedMatchSearchObject class).
lookupAuditLog(AuditSearchObject) - Method in interface com.stc.eindex.ejb.master.MasterController
Looks up an audit log record based on the criteria contained in an audit search object.
lookupPotentialDuplicates(PotentialDuplicateSearchObject) - Method in interface com.stc.eindex.ejb.master.MasterController
Returns an iterator of PotentialDuplicateSummary objects based on the criteria contained in the potential duplicate search object (PotentialDuplicateSearchObject class).
lookupSystemDefinition(String) - Method in interface com.stc.eindex.ejb.master.MasterController
Retrieves the attributes of an external system from the master index database based on the system code.
lookupSystemDefinitions() - Method in interface com.stc.eindex.ejb.master.MasterController
Retrieves the attributes of an external system from the master index database, such as the system code, masking flags, local ID format and so on.
lookupSystemObjectPKs(String) - Method in interface com.stc.eindex.ejb.master.MasterController
Returns an array of all system objects associated with the specified EUID.
lookupSystemObjectPKs(String, String) - Method in interface com.stc.eindex.ejb.master.MasterController
Returns an array of all system objects of a certain status that are associated with the specified EUID.
lookupSystemObjectPKs(String, String, String, String) - Method in interface com.stc.eindex.ejb.master.MasterController
Returns an array of system object keys (local ID and system code pairs) of the specified status that belong to the specified destination system.
lookupSystemObjects(String) - Method in interface com.stc.eindex.ejb.master.MasterController
Looks up the active system objects associated with the specified EUID.
lookupSystemObjects(String, String) - Method in interface com.stc.eindex.ejb.master.MasterController
Looks up the system objects of a certain status that are associated with the specified EUID.
lookupTransaction(String) - Method in interface com.stc.eindex.ejb.master.MasterController
Returns a transaction summary for the transaction associated with the specified transaction number.
lookupTransactions(TransactionSearchObject) - Method in interface com.stc.eindex.ejb.master.MasterController
Returns an array of transaction summaries based on the search criteria contained in the specified transaction search object.

M

MatchResult() - Constructor for class com.stc.eindex.master.MatchResult
Creates a new instance of the MatchResult class.
MatchResult(String, int, String, PotentialDuplicate[]) - Constructor for class com.stc.eindex.master.MatchResult
Creates a new instance of the MatchResult class.
MatchResult(String, int, String, PotentialDuplicate[], Boolean) - Constructor for class com.stc.eindex.master.MatchResult
Creates a new instance of the MatchResult class that indicates whether a match field was updated as a result of the match process.
MatchTuple() - Constructor for class com.stc.eindex.ejb.query.MatchTuple
Creates a new instance of the MatchTuple class.
MatchTuple(String, String[]) - Constructor for class com.stc.eindex.ejb.query.MatchTuple
Creates a new instance of the MatchTuple class.
MatchTupleAssembler() - Constructor for class com.stc.eindex.ejb.query.MatchTupleAssembler
Creates a new instance of the MatchTupleAssembler class.
MergeHistoryNode() - Constructor for class com.stc.eindex.master.search.merge.MergeHistoryNode
Creates an instance of the MergeHistoryNode class.
MergeHistoryNode(String, String) - Constructor for class com.stc.eindex.master.search.merge.MergeHistoryNode
Creates an instance of the MergeHistoryNode class.
MergeResult() - Constructor for class com.stc.eindex.master.MergeResult
Creates a new instance of the MergeResult class.
maskData(SecurityAgent) - Method in class com.stc.eindex.master.search.assumedmatch.AssumedMatchIterator
Defines the security agent to use for hiding secure data from users who do not have the required access permissions.
maskData(SecurityAgent) - Method in class com.stc.eindex.master.search.enterprise.EOSearchResultIterator
Defines the security agent to use for hiding secure data from users who do not have the required access permissions.
maskData(SecurityAgent) - Method in class com.stc.eindex.master.search.potdup.PotentialDuplicateIterator
Defines the security agent to use for hiding secure data from users who do not have the required access permissions.
mergeEnterpriseObject(String, String, boolean) - Method in interface com.stc.eindex.ejb.master.MasterController
Merges two enterprise objects based on the specified EUIDs.
mergeEnterpriseObject(String, String, String, String, boolean) - Method in interface com.stc.eindex.ejb.master.MasterController
Merges two enterprise objects based on the specified EUIDs.
mergeEnterpriseObject(String, EnterpriseObject, boolean) - Method in interface com.stc.eindex.ejb.master.MasterController
Merges two enterprise objects based on the specified EUID and enterprise object.
mergeEnterpriseObject(String, EnterpriseObject, String, String, boolean) - Method in interface com.stc.eindex.ejb.master.MasterController
Merges two enterprise objects based on the specified EUID and enterprise object.
mergeSystemObject(String, String, String, boolean) - Method in interface com.stc.eindex.ejb.master.MasterController
Merges two system objects from the specified system.
mergeSystemObject(String, String, String, String, String, boolean) - Method in interface com.stc.eindex.ejb.master.MasterController
Merges two system objects from the specified system.
mergeSystemObject(String, String, String, ObjectNode, boolean) - Method in interface com.stc.eindex.ejb.master.MasterController
Merges the source system object into the destination system object.
mergeSystemObject(String, String, String, ObjectNode, String, String, boolean) - Method in interface com.stc.eindex.ejb.master.MasterController
Merges the source system object into the destination system object.
mergeSystemObject(String, String, String, ObjectNode, String, String, boolean, Boolean) - Method in interface com.stc.eindex.ejb.master.MasterController
Merges the source system object into the destination system object.

N

NotNullableFieldException() - Constructor for class com.stc.eindex.objects.exception.NotNullableFieldException
Creates a new instance of the NotNullableFieldException class without an error message.
NotNullableFieldException(String) - Constructor for class com.stc.eindex.objects.exception.NotNullableFieldException
Creates a new instance of the NotNullableFieldException class with an error message.
next() - Method in class com.stc.eindex.ejb.query.QMIterator
Retrieves the next object constructed by the assembler engine.
next() - Method in class com.stc.eindex.master.search.assumedmatch.AssumedMatchIterator
Retrieves the next row from an AssumedMatchIterator object.
next(int) - Method in class com.stc.eindex.master.search.assumedmatch.AssumedMatchIterator
Retrieves the next series of rows in the iterator.
next() - Method in class com.stc.eindex.master.search.audit.AuditIterator
Retrieves the next row from an AuditIterator object.
next(int) - Method in class com.stc.eindex.master.search.audit.AuditIterator
Retrieves the next series of rows in the iterator.
next() - Method in class com.stc.eindex.master.search.enterprise.EOSearchResultIterator
Retrieves the next row from an EOSearchResultIterator object.
next(int) - Method in class com.stc.eindex.master.search.enterprise.EOSearchResultIterator
Retrieves the next series of rows in the iterator.
next() - Method in class com.stc.eindex.master.search.potdup.PotentialDuplicateIterator
Retrieves the next row from a PotentialDuplicateIterator object.
next(int) - Method in class com.stc.eindex.master.search.potdup.PotentialDuplicateIterator
Retrieves the next series of rows in the iterator.
next() - Method in class com.stc.eindex.master.search.transaction.TransactionIterator
Retrieves the next row from a TransactionIterator object.
next(int) - Method in class com.stc.eindex.master.search.transaction.TransactionIterator
Retrieves the next series of rows in the iterator.

O

OPSException() - Constructor for class com.stc.eindex.ops.exception.OPSException
Creates a new instance of the OPSException class without an error message.
OPSException(String) - Constructor for class com.stc.eindex.ops.exception.OPSException
Creates a new instance of the OPSException class with an error message.
OPSException(String, Throwable) - Constructor for class com.stc.eindex.ops.exception.OPSException
Creates a new instance of the OPSException class with an error message and a chain of errors.
OPSException(Throwable) - Constructor for class com.stc.eindex.ops.exception.OPSException
Creates a new instance of the OPSException class without an error message but with a chain of errors.
ObjectException() - Constructor for class com.stc.eindex.objects.exception.ObjectException
Creates a new instance of the ObjectException class without an error message.
ObjectException(String) - Constructor for class com.stc.eindex.objects.exception.ObjectException
Creates a new instance of the ObjectException class with an error message.
ObjectField() - Constructor for class com.stc.eindex.objects.ObjectField
Creates a new instance of the ObjectField class.
ObjectField(String, int) - Constructor for class com.stc.eindex.objects.ObjectField
Creates a new instance of the ObjectField class by its name and data type.
ObjectField(String, int, Object) - Constructor for class com.stc.eindex.objects.ObjectField
Creates a new instance of the ObjectField class by its name, data type, and value.
ObjectField(String, int, Object, FieldFlag) - Constructor for class com.stc.eindex.objects.ObjectField
Creates a new instance of the ObjectField class by its name, data type, value, and field flag.
ObjectNode() - Constructor for class com.stc.eindex.objects.ObjectNode
Creates a new instance of the ObjectNode class.
ObjectNode(String, ArrayList, ArrayList) - Constructor for class com.stc.eindex.objects.ObjectNode
Creates a new instance of the ObjectNode class by its object tag, field names, and field types.
ObjectNode(String, ArrayList, ArrayList, ArrayList) - Constructor for class com.stc.eindex.objects.ObjectNode
Creates a new instance of the ObjectNode class by its object tag, field names, field types, and field values.
ObjectNodeAssembler - class com.stc.eindex.ejb.query.ObjectNodeAssembler.
The ObjectNodeAssembler class creates an object node (class ObjectNode) hierarchy.
ObjectNodeAssembler() - Constructor for class com.stc.eindex.ejb.query.ObjectNodeAssembler
Creates a new instance of the ObjectNodeAssembler class.
ObjectNodeMetaNode(String) - Constructor for class com.stc.eindex.ejb.query.ObjectNodeMetaNode
Creates a new instance of the ObjectNodeMetaNode class, using the name of the object node tag to find the object node.

P

PageException() - Constructor for class com.stc.eindex.page.PageException
Creates a new instance of the PageException class without an error message.
PageException(String) - Constructor for class com.stc.eindex.page.PageException
Creates a new instance of the PageException class with an error message.
PageException(String, Throwable) - Constructor for class com.stc.eindex.page.PageException
Creates a new instance of the PageException class with an error message and a chain of errors.
PageException(Throwable) - Constructor for class com.stc.eindex.page.PageException
Creates a new instance of the PageException class without an error message but with a chain of errors.
PageIteratorWrapper(PageData, int, int) - Constructor for class com.stc.eindex.page.PageIteratorWrapper
Creates a new instance of the PageIteratorWrapper class that maintains the connection to the server.
PageIteratorWrapper(ArrayList) - Constructor for class com.stc.eindex.page.PageIteratorWrapper
Creates a new instance of the PageIteratorWrapper class that does not maintain the connection to the server.
PageIteratorWrapper(Object[]) - Constructor for class com.stc.eindex.page.PageIteratorWrapper
Creates a new instance of the PageIteratorWrapper class that does not maintain the connection to the server.
PotentialDupMissingFieldException(String) - Constructor for class com.stc.eindex.objects.exception.PotentialDupMissingFieldException
Creates a new instance of the PotentialDupMissingFieldException class with an error message.
PotentialDuplicateIterator(PageData, int, int) - Constructor for class com.stc.eindex.master.search.potdup.PotentialDuplicateIterator
Creates a new instance of the PotentialDuplicateIterator class that maintains the connection to the server.
PotentialDuplicateIterator(ArrayList) - Constructor for class com.stc.eindex.master.search.potdup.PotentialDuplicateIterator
Creates a new instance of the PotentialDuplicateIterator class that does not maintain the connection to the server.
PotentialDuplicateSearchObject() - Constructor for class com.stc.eindex.master.search.potdup.PotentialDuplicateSearchObject
Creates a new instance of the PotentialDuplicateSearchObject class.
PotentialDuplicateSummary(MasterController, PotentialDuplicateSearchObject, String, String, String, String, String, float, String, String, Date, String, Date, String) - Constructor for class com.stc.eindex.master.search.potdup.PotentialDuplicateSummary
Creates a new instance of the PotentialDuplicateSummary class.
ProcessingException() - Constructor for class com.stc.eindex.master.ProcessingException
Creates a new instance of the ProcessingException class without an error message.
ProcessingException(String) - Constructor for class com.stc.eindex.master.ProcessingException
Creates a new instance of the ProcessingException class with an error message.
ProcessingException(String, Throwable) - Constructor for class com.stc.eindex.master.ProcessingException
Creates a new instance of the ProcessingException class with an error message and a chain of errors.
ProcessingException(Throwable) - Constructor for class com.stc.eindex.master.ProcessingException
Creates a new instance of the ProcessingException class without an error message but with a chain of errors.
pGetChildTags() - Method in class com.stc.eindex.objects.ObjectNode
Retrieves a list of the names of the different types of child objects defined in the object node.
pGetChildren() - Method in class com.stc.eindex.objects.ObjectNode
Retrieves a list of all child nodes in the object node.
pGetChildren(String) - Method in class com.stc.eindex.objects.ObjectNode
Retrieves a list of all child nodes of the specified child type.
pGetFieldNames() - Method in class com.stc.eindex.objects.ObjectNode
Retrieves a list of all field names in the object node.
pGetFieldUpdateLogs() - Method in class com.stc.eindex.objects.ObjectNode
Retrieves a list of transaction log entries for the object node.
pGetFieldValues() - Method in class com.stc.eindex.objects.ObjectNode
Retrieves a list of field values for the fields defined in the object node.
pGetFields() - Method in class com.stc.eindex.objects.ObjectNode
Retrieves an array list of all ObjectField objects in the object node.
pGetFlagString() - Method in class com.stc.eindex.objects.ObjectNode
Returns a string representation of the object node, but does not include field details.
pGetKey() - Method in class com.stc.eindex.objects.ObjectNode
Retrieves the unique key setting for the object node.
pGetSuperKey() - Method in class com.stc.eindex.objects.ObjectNode
Retrieves the unique key field setting for the object node.
pGetTag() - Method in class com.stc.eindex.objects.ObjectNode
Retrieves the tag of the ObjectNode object.
pGetType() - Method in class com.stc.eindex.objects.ObjectNode
Retrieves the type of the ObjectNode object.
pGetType(String) - Method in class com.stc.eindex.objects.ObjectNode
Retrieves a field's data type given the field's name.
pickBlock(SystemObject, EOSearchOptions, ArrayList, ArrayList) - Method in interface com.stc.eindex.matching.BlockPicker
Selects the ID or IDs of the blocking definitions in the blocking query to use for the next matching pass.
prepare(QueryObject) - Method in interface com.stc.eindex.ejb.query.QueryManager
Prepares and caches the query object (class QueryObject) without executing the queries.
prettyPrint(int) - Method in class com.stc.eindex.master.search.merge.MergeHistoryNode
Displays the information in a merge history node in readable format.
prev() - Method in class com.stc.eindex.master.search.assumedmatch.AssumedMatchIterator
Retrieves the previous row from an AssumedMatchIterator object.
prev(int) - Method in class com.stc.eindex.master.search.assumedmatch.AssumedMatchIterator
Retrieves the previous series of rows in the iterator.
prev() - Method in class com.stc.eindex.master.search.audit.AuditIterator
Retrieves the previous row from an AuditIterator object.
prev(int) - Method in class com.stc.eindex.master.search.audit.AuditIterator
Retrieves the previous series of rows in the iterator.
prev() - Method in class com.stc.eindex.master.search.enterprise.EOSearchResultIterator
Retrieves the previous row from an EOSearchResultIterator object.
prev(int) - Method in class com.stc.eindex.master.search.enterprise.EOSearchResultIterator
Retrieves the previous series of rows in the iterator.
prev() - Method in class com.stc.eindex.master.search.potdup.PotentialDuplicateIterator
Retrieves the previous row from a PotentialDuplicateIterator object.
prev(int) - Method in class com.stc.eindex.master.search.potdup.PotentialDuplicateIterator
Retrieves the previous series of rows in the iterator.
prev() - Method in class com.stc.eindex.master.search.transaction.TransactionIterator
Retrieves the previous row from a TransactionIterator object.
prev(int) - Method in class com.stc.eindex.master.search.transaction.TransactionIterator
Retrieves the previous series of rows in the iterator.
put(SystemFieldListMap.SystemKey, SystemFieldList) - Method in class com.stc.eindex.survivor.SystemFieldListMap
Places a system field list in the map, associating the list with the specified system key.
put(String, String, SystemFieldList) - Method in class com.stc.eindex.survivor.SystemFieldListMap
Places a system field list in the map using the specified system code and local ID.

Q

QMException() - Constructor for class com.stc.eindex.ejb.query.QMException
Creates a new instance of the QMException class without an error message.
QMException(String) - Constructor for class com.stc.eindex.ejb.query.QMException
Creates a new instance of the QMException class with an error message.
QMException(String, Throwable) - Constructor for class com.stc.eindex.ejb.query.QMException
Creates a new instance of the QMException class with an error message and a chain of errors.
QMException(Throwable) - Constructor for class com.stc.eindex.ejb.query.QMException
Creates a new instance of the QMException class without an error message but with a chain of errors.
QMIterator() - Constructor for class com.stc.eindex.ejb.query.QMIterator
Creates a new instance of the QMIterator class.
QueryObject() - Constructor for class com.stc.eindex.ejb.query.QueryObject
Creates a new instance of the QueryObject class.
QueryObject(QueryObject) - Constructor for class com.stc.eindex.ejb.query.QueryObject
This a copy constructor for the QueryObject class and creates a copy of the specified query object.
QueryResults(Connection, ResultSet[], Statement[], SQLDescriptor[], int) - Constructor for class com.stc.eindex.ejb.query.QueryResults
Creates a new instance of the QueryResults class.

R

rejectAssumedMatch(SystemObject, EnterpriseObject) - Method in class com.stc.eindex.master.ExecuteMatchLogics
Specifies to the execute match method on whether to reject an assumed match after examining the record that is assumed to be a match.
rejectUpdate(SystemObject, EnterpriseObject) - Method in class com.stc.eindex.master.ExecuteMatchLogics
Specifies to the execute match methods whether to reject updates to an existing enterprise record by examining both the system object and the enterprise object to update.
removeChild(ObjectNode) - Method in class com.stc.eindex.objects.ObjectNode
Removes a child object from the ObjectNode.
removeChild(String, ObjectKey) - Method in class com.stc.eindex.objects.ObjectNode
Removes a child object from the ObjectNode using the child object tag and object key setting to determine which child object to remove.
removeChildren() - Method in class com.stc.eindex.objects.ObjectNode
Removes all child objects from the ObjectNode.
removeChildren(String) - Method in class com.stc.eindex.objects.ObjectNode
Removes all child objects of a specific type from the ObjectNode.
removeSystemObject(String, String) - Method in class com.stc.eindex.objects.EnterpriseObject
Removes a system object from an instance of EnterpriseObject.
reset() - Method in class com.stc.eindex.objects.ObjectNode
Resets all access flags for the object node, but does not reset the flags for any of the child objects in the object node.
resetAll() - Method in class com.stc.eindex.objects.ObjectNode
Resets all access flags for the object node, including the flags for the child objects in the object node.
resolvePotentialDuplicate(String, boolean) - Method in interface com.stc.eindex.ejb.master.MasterController
Flags a potential duplicate pair with "Resolved" or "Auto Resolved" status.

S

SBR() - Constructor for class com.stc.eindex.objects.SBR
Creates a new instance of the SBR class.
SBR(String, String, String, String, Date, String, String, String, Date, String, ObjectNode) - Constructor for class com.stc.eindex.objects.SBR
Creates a new instance of the SBR class.
SBR(String, String, String, String, Date, String, String, String, Date, String, ObjectNode, boolean) - Constructor for class com.stc.eindex.objects.SBR
Creates a new instance of the SBR class.
SecurityException() - Constructor for class com.stc.eindex.security.SecurityException
Creates a new instance of the SecurityException class without an error message.
SecurityException(String) - Constructor for class com.stc.eindex.security.SecurityException
Creates a new instance of the SecurityException class with an error message.
SecurityException(String, Throwable) - Constructor for class com.stc.eindex.security.SecurityException
Creates a new instance of the SecurityException class with an error message and a chain of errors.
SecurityException(Throwable) - Constructor for class com.stc.eindex.security.SecurityException
Creates a new instance of the SecurityException class without an error message but with a chain of errors.
StrategyParameter(String, String, String) - Constructor for class com.stc.eindex.survivor.StrategyParameter
Creates a new instance of the StrategyParameter class given the name, type, and value of the parameter.
SurvivorCalculationException() - Constructor for class com.stc.eindex.survivor.SurvivorCalculationException
Creates a new instance of the SurvivorCalculationException class without an error message.
SurvivorCalculationException(String) - Constructor for class com.stc.eindex.survivor.SurvivorCalculationException
Creates a new instance of the SurvivorCalculationException class with an error message.
SurvivorCalculationException(String, Throwable) - Constructor for class com.stc.eindex.survivor.SurvivorCalculationException
Creates a new instance of the SurvivorCalculationException class with an error message and a chain of errors.
SurvivorCalculationException(Throwable) - Constructor for class com.stc.eindex.survivor.SurvivorCalculationException
Creates a new instance of the SurvivorCalculationException class without an error message but with a chain of errors.
SystemDefinition() - Constructor for class com.stc.eindex.master.SystemDefinition
Creates a new instance of the SystemDefinition class.
SystemField(String, Object) - Constructor for class com.stc.eindex.survivor.SystemField
Creates a new instance of the SystemField class given the field name and field value.
SystemFieldList() - Constructor for class com.stc.eindex.survivor.SystemFieldList
Creates a new instance of the SystemFieldList class.
SystemFieldListMap() - Constructor for class com.stc.eindex.survivor.SystemFieldListMap
Creates a new instance of the SystemFieldListMap class.
SystemFieldListMap.SystemKey - class com.stc.eindex.survivor.SystemFieldListMap.SystemKey.
The SystemKey class is an inner class representing a system code and local ID pair mapped to a corresponding list of system fields in an instance of SystemFieldListMap.
SystemFieldListMap.SystemKey(String, String) - Constructor for class com.stc.eindex.survivor.SystemFieldListMap.SystemKey
Creates a new instance of the SystemKey class.
SystemObject() - Constructor for class com.stc.eindex.objects.SystemObject
Creates a new instance of the SystemObject class.
SystemObject(String, ArrayList, ArrayList) - Constructor for class com.stc.eindex.objects.SystemObject
Creates a new instance of the SystemObject by its object tag, field names, and field types.
SystemObject(String, String, String, String, String, String, Date, String, String, Date, ObjectNode) - Constructor for class com.stc.eindex.objects.SystemObject
Creates a new instance of the SystemObject class.
SystemObject(String, String, String, String, String, String, String, Date, String, String, Date, ObjectNode, ArrayList, ArrayList) - Constructor for class com.stc.eindex.objects.SystemObject
Creates a new instance of the SystemObject class.
SystemObject(String, String, String, String, String, String, Date, String, String, Date, ObjectNode, boolean) - Constructor for class com.stc.eindex.objects.SystemObject
Creates a new instance of the SystemObject class.
SystemObject(String, String, String, String, String, String, String, Date, String, String, Date, ObjectNode, boolean, ArrayList, ArrayList) - Constructor for class com.stc.eindex.objects.SystemObject
Creates a new instance of the SystemObject class.
SystemObjectPK() - Constructor for class com.stc.eindex.objects.SystemObjectPK
Creates a new instance of the SystemObjectPK class.
SystemObjectPK(String, String) - Constructor for class com.stc.eindex.objects.SystemObjectPK
Creates a new instance of the SystemObjectPK class.
searchEnterpriseObject(EOSearchCriteria, EOSearchOptions) - Method in interface com.stc.eindex.ejb.master.MasterController
Returns an iterator of enterprise objects that match the specified search criteria and options.
searchEnterpriseObject(String[], EOSearchOptions) - Method in interface com.stc.eindex.ejb.master.MasterController
Returns an iterator of enterprise objects that match the specified EUIDs and options.
selectField(String, SystemFieldListMap) - Method in interface com.stc.eindex.survivor.SurvivorStrategyInterface
Selects the field value to populate into the Single Best Record (SBR).
setAddFlag(boolean) - Method in class com.stc.eindex.objects.ObjectNode
Sets the value of the add flag, indicating whether the ObjectNode object is newly added.
setAssembleDescriptor(AssembleDescriptor) - Method in class com.stc.eindex.ejb.query.QueryObject
Sets the assemble descriptor (class AssembleDescriptor) for the QueryObject.
setAssembleDescriptor(AssembleDescriptor) - Method in class com.stc.eindex.ejb.query.QueryResults
Sets the assemble descriptor (AssembleDescriptor class) for the given query results object.
setAssembler(ResultObjectAssembler) - Method in class com.stc.eindex.ejb.query.AssembleDescriptor
Specifies the result object assembler to use.
setAssumedMatchId(String) - Method in class com.stc.eindex.master.search.assumedmatch.AssumedMatchSearchObject
Sets the assumed match ID for an instance of AssumedMatchSearchObject.
setCandidateThreshold(int) - Method in class com.stc.eindex.master.search.enterprise.EOSearchOptions
Sets the value for the candidate threshold (the maximum number of records that can be returned for a blocking query).
setChanged(boolean) - Method in class com.stc.eindex.objects.ObjectField
Sets the value of the isChanged flag, indicating whether the field value has changed.
setChanged(String, boolean) - Method in class com.stc.eindex.objects.ObjectNode
Sets the value of the field change flag, indicating whether the specified field was changed in the ObjectNode object.
setChildType(String) - Method in class com.stc.eindex.objects.SBR
Sets the value of the childType field in an SBR object.
setChildType(String) - Method in class com.stc.eindex.objects.SystemObject
Sets the value of the childType field in an instance of SystemObject.
setComparisonScore(float) - Method in class com.stc.eindex.master.search.enterprise.EOSearchResultRecord
Sets the comparison score (the matching probability weight) for a search result record.
setCondition(Condition[]) - Method in class com.stc.eindex.ejb.query.QueryObject
Specifies all the conditions of the query.
setCondition(Condition[][]) - Method in class com.stc.eindex.ejb.query.QueryObject
Specifies multiple sets of conditions so the query object (more specifically the Query Manager) will logically use a UNION operator between each set of conditions in the SQL statement.
setCreateDate(Date) - Method in class com.stc.eindex.master.SystemDefinition
Sets the create date for the system represented in a SystemDefinition object.
setCreateDateTime(Date) - Method in class com.stc.eindex.objects.SBR
Sets the value of the createDateTime field in an SBR object.
setCreateDateTime(Date) - Method in class com.stc.eindex.objects.SystemObject
Sets the value of the createDateTime field in an instance of SystemObject.
setCreateEndDate(Timestamp) - Method in class com.stc.eindex.master.search.assumedmatch.AssumedMatchSearchObject
Sets the ending date for an instance of AssumedMatchSearchObject.
setCreateEndDate(Timestamp) - Method in class com.stc.eindex.master.search.audit.AuditSearchObject
Sets the ending date for an instance of AuditSearchObject.
setCreateEndDate(Timestamp) - Method in class com.stc.eindex.master.search.potdup.PotentialDuplicateSearchObject
Sets the ending date for an instance of PotentialDuplicateSearchObject.
setCreateFunction(String) - Method in class com.stc.eindex.objects.SBR
Sets the value of the createFunction field in an SBR object.
setCreateFunction(String) - Method in class com.stc.eindex.objects.SystemObject
Sets the value of the createFunction field in an instance of SystemObject.
setCreateStartDate(Timestamp) - Method in class com.stc.eindex.master.search.assumedmatch.AssumedMatchSearchObject
Sets the starting date for an instance of AssumedMatchSearchObject.
setCreateStartDate(Timestamp) - Method in class com.stc.eindex.master.search.audit.AuditSearchObject
Sets the starting date for an instance of AuditSearchObject.
setCreateStartDate(Timestamp) - Method in class com.stc.eindex.master.search.potdup.PotentialDuplicateSearchObject
Sets the starting date for an instance of PotentialDuplicateSearchObject.
setCreateSystem(String) - Method in class com.stc.eindex.objects.SBR
Sets the value of the createSystem field in an SBR object.
setCreateUser(String) - Method in class com.stc.eindex.master.search.assumedmatch.AssumedMatchSearchObject
Sets the create user ID for an instance of AssumedMatchSearchObject.
setCreateUser(String) - Method in class com.stc.eindex.master.search.audit.AuditSearchObject
Sets the create user ID for an instance of AuditSearchObject.
setCreateUser(String) - Method in class com.stc.eindex.master.search.potdup.PotentialDuplicateSearchObject
Sets the create user ID for an instance of PotentialDuplicateSearchObject.
setCreateUser(String) - Method in class com.stc.eindex.objects.SBR
Sets the value of the createUser field in an SBR object.
setCreateUser(String) - Method in class com.stc.eindex.objects.SystemObject
Sets the value of the createUser field in an instance of SystemObject.
setCreateUserId(String) - Method in class com.stc.eindex.master.SystemDefinition
Sets the create user ID for the system represented in a SystemDefinition object.
setDateConversionFormat(DateFormat) - Method in class com.stc.eindex.ejb.query.MatchTupleAssembler
Sets the format for converting java.util.Date fields into Strings in order to convert the data to the String array tuple.
setDelta(Object) - Method in class com.stc.eindex.objects.TransactionObject
Sets the delta value in an instance of the TransactionObject class.
setDescription(String) - Method in class com.stc.eindex.master.SystemDefinition
Sets the description for the system represented in a SystemDefinition object.
setDestinationEO(EnterpriseObject) - Method in class com.stc.eindex.master.MergeResult
Sets the destination enterprise object in a MergeResult object.
setDestinationNode(MergeHistoryNode) - Method in class com.stc.eindex.master.search.merge.MergeHistoryNode
Sets the destination node for an instance of the MergeHistoryNode class.
setDetail(String) - Method in class com.stc.eindex.master.search.audit.AuditSearchObject
Sets the detail field for an instance of AuditSearchObject.
setEUID(String) - Method in class com.stc.eindex.master.search.assumedmatch.AssumedMatchSearchObject
Sets the enterprise-wide identifier (EUID) for an instance of AssumedMatchSearchObject.
setEUID(String) - Method in class com.stc.eindex.master.search.audit.AuditSearchObject
Sets the EUID for an instance of AuditSearchObject.
setEUID(String) - Method in class com.stc.eindex.master.search.enterprise.EOSearchResultRecord
Sets the EUID for a search result record.
setEUID(String) - Method in class com.stc.eindex.master.search.merge.MergeHistoryNode
Sets the EUID for an instance of the MergeHistoryNode class.
setEUID(String) - Method in class com.stc.eindex.master.search.potdup.PotentialDuplicateSearchObject
Sets the enterprise-wide identifier (EUID) for an instance of PotentialDuplicateSearchObject.
setEUID(String) - Method in class com.stc.eindex.master.search.transaction.TransactionSearchObject
Sets the EUID for an instance of TransactionSearchObject.
setEUID(String) - Method in class com.stc.eindex.objects.EnterpriseObject
Sets the value of the EUID field in an instance of EnterpriseObject.
setEUID(Object) - Method in class com.stc.eindex.objects.TransactionObject
Sets the value of the EUID field in an instance of the TransactionObject class.
setEUID1(String) - Method in class com.stc.eindex.master.search.transaction.TransactionSearchObject
Sets the primary EUID (the EUID1 field) for an instance of TransactionSearchObject.
setEUID1(Object) - Method in class com.stc.eindex.objects.TransactionObject
Sets the value of the EUID1 field in an instance of the TransactionObject class.
setEUID2(String) - Method in class com.stc.eindex.master.search.transaction.TransactionSearchObject
Sets the secondary EUID (the EUID2 field) for an instance of TransactionSearchObject.
setEUID2(Object) - Method in class com.stc.eindex.objects.TransactionObject
Sets the value of the EUID2 field in an instance of the TransactionObject class.
setEUIDs(String[]) - Method in class com.stc.eindex.master.search.assumedmatch.AssumedMatchSearchObject
Sets an array of enterprise-wide identifiers (EUIDs) for an instance of AssumedMatchSearchObject.
setEUIDs(String[]) - Method in class com.stc.eindex.master.search.potdup.PotentialDuplicateSearchObject
Sets an array of enterprise-wide identifiers (EUIDs) for an instance of PotentialDuplicateSearchObject.
setEndDate(Date) - Method in class com.stc.eindex.master.search.transaction.TransactionSearchObject
Sets the ending date for an instance of TransactionSearchObject.
setEnterpriseObjectHistory(EnterpriseObjectHistory) - Method in class com.stc.eindex.master.search.transaction.TransactionSummary
Sets the enterprise object history (class EnterpriseObjectHistory) in an instance of TransactionSummary.
setFetchSize(int) - Method in class com.stc.eindex.ejb.query.QueryObject
Specifies the number of objects to return in each batch.
setFieldReadAccess(String, boolean) - Method in class com.stc.eindex.objects.ObjectNode
Sets the value of a field's read access flag.
setFieldUpdateAccess(String, boolean) - Method in class com.stc.eindex.objects.ObjectNode
Sets the value of a field's update access flag.
setFieldUpdateLogs(ArrayList) - Method in class com.stc.eindex.objects.ObjectNode
Sets a list of transaction log entries.
setFieldsToRetrieve(String[]) - Method in class com.stc.eindex.master.search.enterprise.EOGetOptions
Specifies a set of ePaths that define the system objects and single best records (SBRs) that are retrieved from the master index to create EnterpriseObject objects.
setFieldsToRetrieve(EPathArrayList) - Method in class com.stc.eindex.master.search.enterprise.EOSearchOptions
Sets the fields to retrieve for an enterprise object search, using the ePaths of the fields.
setFieldsToRetrieve(EPathArrayList) - Method in class com.stc.eindex.master.search.potdup.PotentialDuplicateSearchObject
Sets the fields to be retrieved from the resulting records of a potential duplicate search.
setFlag(int, boolean) - Method in class com.stc.eindex.objects.ObjectField
Sets the flag of the field object by its bit mask.
setFlag(String, int, boolean) - Method in class com.stc.eindex.objects.ObjectNode
Sets a field's bit mask, which indicates whether to update, add, or remove a field.
setFormat(String) - Method in class com.stc.eindex.master.SystemDefinition
Sets the local ID format for the system represented in a SystemDefinition object.
setFunction(String) - Method in class com.stc.eindex.master.search.audit.AuditSearchObject
Sets the function (type of transaction) for an instance of AuditSearchObject.
setFunction(String) - Method in class com.stc.eindex.master.search.transaction.TransactionSearchObject
Sets the function for an instance of TransactionSearchObject.
setFunction(Object) - Method in class com.stc.eindex.objects.TransactionObject
Sets the value of the Function field in an instance of the TransactionObject class.
setHints(String[][]) - Method in class com.stc.eindex.ejb.query.QueryObject
Adds database hints to the SELECT statements of the SQL query.
setIdLength(int) - Method in class com.stc.eindex.master.SystemDefinition
Sets the local ID length for the system represented in a SystemDefinition object.
setInputMask(String) - Method in class com.stc.eindex.master.SystemDefinition
Sets the local ID input mask for the system represented in a SystemDefinition object.
setKey(ObjectKey) - Method in class com.stc.eindex.objects.ObjectNode
Sets the value of the object node's key field.
setKeyChangeFlag(boolean) - Method in class com.stc.eindex.objects.ObjectNode
Sets the value of the key change flag, indicating whether key fields were changed in the ObjectNode object.
setKeyType(boolean) - Method in class com.stc.eindex.objects.ObjectField
Specifies whether the field is a key type field.
setKeyType(String, boolean) - Method in class com.stc.eindex.objects.ObjectNode
Sets a flag indicating whether a field is a key type field or not.
setLID(String) - Method in class com.stc.eindex.master.search.assumedmatch.AssumedMatchSearchObject
Sets the local ID for an instance of AssumedMatchSearchObject.
setLID(String) - Method in class com.stc.eindex.master.search.potdup.PotentialDuplicateSearchObject
Sets the local ID for an instance of PotentialDuplicateSearchObject.
setLID(String) - Method in class com.stc.eindex.master.search.transaction.TransactionSearchObject
Sets the local ID for an instance of TransactionSearchObject.
setLID(String) - Method in class com.stc.eindex.objects.SystemObject
Sets the value of the lid field in an instance of SystemObject.
setLID(Object) - Method in class com.stc.eindex.objects.TransactionObject
Sets the value of the LID field in an instance of the TransactionObject class.
setLID1(String) - Method in class com.stc.eindex.master.search.transaction.TransactionSearchObject
Sets the primary local ID (the LID1 field) for an instance of TransactionSearchObject.
setLID1(Object) - Method in class com.stc.eindex.objects.TransactionObject
Sets the value of the LID1 field in an instance of the TransactionObject class.
setLID2(String) - Method in class com.stc.eindex.master.search.transaction.TransactionSearchObject
Sets the secondary local ID (the LID2 field) for an instance of TransactionSearchObject.
setLID2(Object) - Method in class com.stc.eindex.objects.TransactionObject
Sets the value of the LID2 field in an instance of the TransactionObject class.
setMatchFieldChanged(boolean) - Method in class com.stc.eindex.ejb.update.UpdateResult
Sets the indicator of whether a match field was updated.
setMaxElements(int) - Method in class com.stc.eindex.master.search.transaction.TransactionSearchObject
Sets the maximum number of results that can be returned from a transaction history search.
setMaxObjects(int) - Method in class com.stc.eindex.ejb.query.QueryObject
Limits the maximum number of objects returned from a query.
setNull(boolean) - Method in class com.stc.eindex.objects.ObjectField
Specifies whether the field contains a null value.
setNull(String, boolean) - Method in class com.stc.eindex.objects.ObjectNode
Specifies whether to set a field's value to null.
setNullable(boolean) - Method in class com.stc.eindex.objects.ObjectField
Specifies whether the field can be set to null.
setNullable(String, boolean) - Method in class com.stc.eindex.objects.ObjectNode
Specifies whether a field can contain a null value.
setObject(ObjectNode) - Method in class com.stc.eindex.master.search.enterprise.EOSearchResultRecord
Sets the result row (ObjectNode) for a search result record.
setObject(ObjectNode) - Method in class com.stc.eindex.objects.SBR
Sets the object node in an instance of SBR.
setObject(ObjectNode) - Method in class com.stc.eindex.objects.SystemObject
Sets the object node in an instance of SystemObject.
setObjectAddAccess(boolean) - Method in class com.stc.eindex.objects.ObjectNode
Sets the value of the add access flag for the object node, indicating whether the object has add access.
setObjectDeleteAccess(boolean) - Method in class com.stc.eindex.objects.ObjectNode
Sets the value of the delete access flag for the object node, indicating whether the object has delete access.
setObjectReadAccess(boolean) - Method in class com.stc.eindex.objects.ObjectNode
Sets the value of the read access flag for the object node, indicating whether the object has read access.
setObjectUpdateAccess(boolean) - Method in class com.stc.eindex.objects.ObjectNode
Sets the value of the update access flag for the object node, indicating whether the object has update access.
setPageSize(int) - Method in class com.stc.eindex.master.search.transaction.TransactionSearchObject
Sets the maximum number of results that can be transferred to the caller at a given time.
setParent(ObjectNode) - Method in class com.stc.eindex.objects.ObjectNode
Sets the parent object for the object node.
setParentNode(MergeHistoryNode) - Method in class com.stc.eindex.master.search.merge.MergeHistoryNode
Sets the parent node for an instance of the MergeHistoryNode class.
setPrimaryObjectType(String) - Method in class com.stc.eindex.master.search.audit.AuditSearchObject
Sets the primary object type for an instance of AuditSearchObject.
setQueryOption(int) - Method in class com.stc.eindex.ejb.query.QueryObject
Specifies a query option that indicates to the parser whether to perform a single or multiple query.
setReadAccess(boolean) - Method in class com.stc.eindex.objects.ObjectField
Sets the value of the field's read access flag, indicating whether the field has read access.
setReadForwardOnly(boolean) - Method in class com.stc.eindex.master.search.assumedmatch.AssumedMatchIterator
Specifies whether the assumed match iterator will clear all the DataPage objects of a loaded page (i) once it starts to read and load the next page (i+1).
setReadForwardOnly(boolean) - Method in class com.stc.eindex.master.search.potdup.PotentialDuplicateIterator
Specifies whether the potential duplicate iterator will clear all the DataPage objects of a loaded page (i) once it starts to read and load the next page (i+1).
setRecoverObject(Object) - Method in class com.stc.eindex.objects.TransactionObject
Sets the before or after image in an instance of the TransactionObject class.
setRemoveFlag(boolean) - Method in class com.stc.eindex.objects.ObjectNode
Specifies whether the object node is marked for deletion.
setResolvedEndDate(Timestamp) - Method in class com.stc.eindex.master.search.potdup.PotentialDuplicateSearchObject
Sets the resolved end date for an instance of PotentialDuplicateSearchObject.
setResolvedStartDate(Timestamp) - Method in class com.stc.eindex.master.search.potdup.PotentialDuplicateSearchObject
Sets the resolved start date for an instance of PotentialDuplicateSearchObject.
setResolvedUser(String) - Method in class com.stc.eindex.master.search.potdup.PotentialDuplicateSearchObject
Sets the resolved user ID for an instance of PotentialDuplicateSearchObject.
setResultValueObjectType(ValueMetaNode) - Method in class com.stc.eindex.ejb.query.AssembleDescriptor
Sets the structure of the output composite value object tree.
setRevisionNumber(int) - Method in class com.stc.eindex.objects.SBR
Sets the value of the revisionNumber field in an SBR object.
setSBR(SBR) - Method in class com.stc.eindex.objects.EnterpriseObject
Sets an SBR object in an instance of EnterpriseObject.
setSearchId(String) - Method in class com.stc.eindex.master.search.enterprise.EOSearchOptions
Sets the search ID (the name of the query) for an enterprise object search.
setSearched(boolean) - Method in class com.stc.eindex.objects.ObjectField
Specifies whether the field is used as search criteria.
setSearched(String, boolean) - Method in class com.stc.eindex.objects.ObjectNode
Specifies whether the given field is used for searches.
setSelect(String[]) - Method in class com.stc.eindex.ejb.query.QueryObject
Specifies multiple fields for the SELECT portion of the SQL statement.
setSourceEO(EnterpriseObject) - Method in class com.stc.eindex.master.MergeResult
Sets the source enterprise object in a MergeResult object.
setSourceNode(MergeHistoryNode) - Method in class com.stc.eindex.master.search.merge.MergeHistoryNode
Sets the source node for an instance of the MergeHistoryNode class.
setStartDate(Date) - Method in class com.stc.eindex.master.search.transaction.TransactionSearchObject
Sets the starting date for an instance of TransactionSearchObject.
setStatus(String) - Method in class com.stc.eindex.master.SystemDefinition
Sets the status of the system represented in a SystemDefinition object.
setStatus(String) - Method in class com.stc.eindex.master.search.potdup.PotentialDuplicateSearchObject
Sets the status for an instance of PotentialDuplicateSearchObject.
setStatus(String) - Method in class com.stc.eindex.objects.SBR
Sets the value of the status field in an SBR object.
setStatus(String) - Method in class com.stc.eindex.objects.SystemObject
Sets the value of the status field in an instance of SystemObject.
setSystemCode(String) - Method in class com.stc.eindex.master.SystemDefinition
Sets the processing code for the system represented in a SystemDefinition object.
setSystemCode(String) - Method in class com.stc.eindex.master.search.assumedmatch.AssumedMatchSearchObject
Sets the system code for an instance of AssumedMatchSearchObject.
setSystemCode(String) - Method in class com.stc.eindex.master.search.potdup.PotentialDuplicateSearchObject
Sets the system code for an instance of PotentialDuplicateSearchObject.
setSystemCode(String) - Method in class com.stc.eindex.master.search.transaction.TransactionSearchObject
Sets the system code for an instance of TransactionSearchObject.
setSystemCode(String) - Method in class com.stc.eindex.objects.SystemObject
Sets the value of the systemCode field in an instance of SystemObject.
setSystemCode(Object) - Method in class com.stc.eindex.objects.TransactionObject
Sets the value of the SystemCode field in an instance of the TransactionObject class.
setSystemUser(String) - Method in class com.stc.eindex.master.search.transaction.TransactionSearchObject
Sets the user login ID for an instance of TransactionSearchObject.
setSystemUser(Object) - Method in class com.stc.eindex.objects.TransactionObject
Sets the value of the SystemUser field in an instance of the TransactionObject class.
setTimeStamp(Object) - Method in class com.stc.eindex.objects.TransactionObject
Sets the value of the TimeStamp field in an instance of the TransactionObject class.
setTransactionNumber(Object) - Method in class com.stc.eindex.objects.TransactionObject
Sets the value of the TransactionNumber field in an instance of the TransactionObject class.
setTransactionObject(TransactionObject) - Method in class com.stc.eindex.master.MergeResult
Sets the transaction object in a MergeResult object.
setTransactionObject(TransactionObject) - Method in class com.stc.eindex.master.search.merge.MergeHistoryNode
Sets the transaction object for an instance of the MergeHistoryNode class.
setType(String) - Method in class com.stc.eindex.master.search.potdup.PotentialDuplicateSearchObject
Sets the type for an instance of PotentialDuplicateSearchObject.
setUpdateAccess(boolean) - Method in class com.stc.eindex.objects.ObjectField
Sets the value of the field's update access flag, indicating whether the field has update access.
setUpdateDate(Date) - Method in class com.stc.eindex.master.SystemDefinition
Sets the update date for the system represented in a SystemDefinition object.
setUpdateDateTime(Date) - Method in class com.stc.eindex.objects.SBR
Sets the value of the updateDateTime field in an SBR object.
setUpdateDateTime(Date) - Method in class com.stc.eindex.objects.SystemObject
Sets the value of the updateDateTime field in an instance of SystemObject.
setUpdateFlag(boolean) - Method in class com.stc.eindex.objects.ObjectNode
Specifies whether the given object node was updated.
setUpdateFunction(String) - Method in class com.stc.eindex.objects.SBR
Sets the value of the updateFunction field in an SBR object.
setUpdateFunction(String) - Method in class com.stc.eindex.objects.SystemObject
Sets the value of the updateFunction field in an instance of SystemObject.
setUpdateSystem(String) - Method in class com.stc.eindex.objects.SBR
Sets the value of the updateSystem field in an SBR object.
setUpdateUser(String) - Method in class com.stc.eindex.objects.SBR
Sets the value of the updateUser field in an SBR object.
setUpdateUser(String) - Method in class com.stc.eindex.objects.SystemObject
Sets the value of the updateUser field in an instance of SystemObject.
setUpdateUserId(String) - Method in class com.stc.eindex.master.SystemDefinition
Sets the login ID of the user who last updated the system record represented in a SystemDefinition object.
setValue(Object) - Method in class com.stc.eindex.objects.ObjectField
Sets a value into the field.
setValue(String, Object) - Method in class com.stc.eindex.objects.ObjectNode
Sets the value of a field, using the field name to identify the field.
setValue(Object) - Method in class com.stc.eindex.survivor.SystemField
Sets the value of the system field in an instance of SystemField.
setValueMask(String) - Method in class com.stc.eindex.master.SystemDefinition
Sets the local ID value mask for the system represented in a SystemDefinition object.
setVisible(boolean) - Method in class com.stc.eindex.objects.ObjectField
Specifies whether the field is visible on the EDM.
setVisible(String, boolean) - Method in class com.stc.eindex.objects.ObjectNode
Specifies whether a field is visible on the EDM, using the field name to identify the field.
shutdown() - Method in interface com.stc.eindex.matching.MatcherAPI
Shuts down the match engine and adapter, and releases any resources associated with the instance.
shutdown() - Method in interface com.stc.eindex.matching.StandardizerAPI
Shuts down the standardization engine and adapter, and releases any resources associated with the instance.
size() - Method in class com.stc.eindex.ejb.query.AttributesData
Retrieves a count of the attribute names in the current instance of the AttributesData class.
size() - Method in class com.stc.eindex.survivor.SystemFieldListMap
Returns the number of entries in the map.
sortBy(String, boolean) - Method in class com.stc.eindex.master.search.assumedmatch.AssumedMatchIterator
Sorts the objects in the AssumedMatchIterator by the specified comparator.
sortBy(String, boolean) - Method in class com.stc.eindex.master.search.audit.AuditIterator
Sorts the objects in the AuditIterator by the specified comparator.
sortBy(String, boolean) - Method in class com.stc.eindex.master.search.enterprise.EOSearchResultIterator
Sorts the objects in the EOSearchResultIterator by the specified comparator.
sortBy(String, boolean) - Method in class com.stc.eindex.master.search.potdup.PotentialDuplicateIterator
Sorts the objects in the PotentialDuplicateIterator by the specified comparator.
sortBy(String, boolean) - Method in class com.stc.eindex.master.search.transaction.TransactionIterator
Sorts the objects in the TransactionIterator by the specified comparator.
sortSummaryBy(String, boolean) - Method in class com.stc.eindex.master.search.assumedmatch.AssumedMatchIterator
Sorts the objects in the AssumedMatchIterator by the specified comparator.
sortSummaryBy(String, boolean) - Method in class com.stc.eindex.master.search.potdup.PotentialDuplicateIterator
Sorts the objects in the PotentialDuplicateIterator by the specified comparator.
standardize(SystemObject, SystemObjectStandardization) - Method in interface com.stc.eindex.matching.StandardizerAPI
Standardizes the field values in the system object for fields that are defined for standardization according to the passed in configuration.
structCopy() - Method in class com.stc.eindex.objects.ObjectNode
Creates a structural copy of the object node.

T

TMResult() - Constructor for class com.stc.eindex.persistence.TMResult
Creates a new instance of the TMResult class.
TMResult(String, String) - Constructor for class com.stc.eindex.persistence.TMResult
Creates a new instance of the TMResult class.
TransactionIterator(PageData, int, int) - Constructor for class com.stc.eindex.master.search.transaction.TransactionIterator
Creates a new instance of the TransactionIterator class that maintains the connection to the server.
TransactionIterator(TransactionSummary[]) - Constructor for class com.stc.eindex.master.search.transaction.TransactionIterator
Creates a new instance of the TransactionIterator class that does not maintain the connection to the server.
TransactionObject() - Constructor for class com.stc.eindex.objects.TransactionObject
Creates a new instance of the TransactionObject class.
TransactionObject(String, String, String, String, String, String, String, Date, String, String, String, Object) - Constructor for class com.stc.eindex.objects.TransactionObject
Creates a new instance of the TransactionObject class.
TransactionSearchObject() - Constructor for class com.stc.eindex.master.search.transaction.TransactionSearchObject
Creates a new instance of the TransactionSearchObject class.
TransactionSearchObject(Date) - Constructor for class com.stc.eindex.master.search.transaction.TransactionSearchObject
Creates a new instance of the TransactionSearchObject class with a starting date for the search.
TransactionSearchObject(Date, Date) - Constructor for class com.stc.eindex.master.search.transaction.TransactionSearchObject
Creates a new instance of the TransactionSearchObject class with starting and ending dates for the search.
TransactionSearchObject(String, String, String, Date, Date, String, String) - Constructor for class com.stc.eindex.master.search.transaction.TransactionSearchObject
Creates a new instance of the TransactionSearchObject class with search criteria.
TransactionSummary(TransactionObject) - Constructor for class com.stc.eindex.master.search.transaction.TransactionSummary
Creates a new instance of the TransactionSummary class.
TransactionSummaryComparator(String, boolean) - Constructor for class com.stc.eindex.master.search.transaction.TransactionSummaryComparator
Creates a new instance of the TransactionSummaryComparator class, and sorts the transaction summaries by the specified field.
toString() - Method in class com.stc.eindex.ejb.query.ObjectNodeMetaNode
Returns a string representation of the given object node.
toString() - Method in class com.stc.eindex.master.MatchResult
Displays a String representation of the match result object.
toString() - Method in class com.stc.eindex.master.MergeResult
String representation of result Retrieves a string representation of the MergeResult object.
toString() - Method in class com.stc.eindex.master.SystemDefinition
Retrieves a string representation of the fields in the SystemDefinition object.
toString() - Method in class com.stc.eindex.master.search.assumedmatch.AssumedMatchSearchObject
Retrieves a string representation of the fields in the AssumedMatchSearchObject object.
toString() - Method in class com.stc.eindex.master.search.assumedmatch.AssumedMatchSummary
Retrieves a string representation of the assumed match ID, EUID, and weight fields from the AssumedMatchSummary object.
toString() - Method in class com.stc.eindex.master.search.audit.AuditDataObject
Retrieves a string representation of the audit log ID, EUID1, EUID2, function, and detail fields from the audit data object.
toString() - Method in class com.stc.eindex.master.search.audit.AuditSearchObject
Retrieves a string representation of the fields in the AuditSearchObject object.
toString() - Method in class com.stc.eindex.master.search.enterprise.EOSearchResultRecord
Retrieves the EUID and comparison score (the matching probability weight) for a search result record.
toString() - Method in class com.stc.eindex.master.search.potdup.PotentialDuplicateSearchObject
Retrieves a string representation of the fields in the PotentialDuplicateSearchObject object.
toString() - Method in class com.stc.eindex.master.search.potdup.PotentialDuplicateSummary
Retrieves a string representation of the potential duplicate ID, EUID1, EUID2, and weight fields from the PotentialDuplicateSummary object.
toString() - Method in class com.stc.eindex.master.search.transaction.TransactionSearchObject
Retrieves a string representation of the fields in the TransactionSearchObject object.
toString() - Method in class com.stc.eindex.master.search.transaction.TransactionSummary
Retrieves a string representation of a TransactionSummary object.
toString() - Method in class com.stc.eindex.objects.ObjectField
Returns a string representation of the field object.
toString() - Method in class com.stc.eindex.objects.ObjectNode
Returns a string representation of the object node.
toString() - Method in class com.stc.eindex.objects.SystemObjectPK
Returns a string representation of the system code and local ID in an instance of SystemObjectPK.
toString() - Method in class com.stc.eindex.survivor.SystemField
Retrieves a string representation of the field name and field value from the SystemField object.
toString() - Method in class com.stc.eindex.survivor.SystemFieldListMap.SystemKey
Retrieves a string representation of a SystemKey object.
toString() - Method in class com.stc.eindex.survivor.SystemFieldListMap
Retrieves a string representation of the system field list map.
transferSystemObject(String, SystemObjectPK) - Method in interface com.stc.eindex.ejb.master.MasterController
Transfers the specified system object from its current enterprise object to a different enterprise object.

U

UnfoundKeyNameException() - Constructor for class com.stc.eindex.objects.exception.UnfoundKeyNameException
Creates a new instance of the UnfoundKeyNameException class without an error message.
UnfoundKeyNameException(String) - Constructor for class com.stc.eindex.objects.exception.UnfoundKeyNameException
Creates a new instance of the UnfoundKeyNameException class with an error message.
UpdateResult(TMResult, EnterpriseObject) - Constructor for class com.stc.eindex.ejb.update.UpdateResult
Creates a new instance of the UpdateResult class.
UpdateResult(TMResult, EnterpriseObject, EnterpriseObject) - Constructor for class com.stc.eindex.ejb.update.UpdateResult
Creates a new instance of the UpdateResult class containing two enterprise objects.
UpdateResult(TMResult, EnterpriseObject, EnterpriseObject, boolean) - Constructor for class com.stc.eindex.ejb.update.UpdateResult
Creates a new instance of the UpdateResult class that indicates whether a match field was updated as a result of the update transaction.
UserException() - Constructor for class com.stc.eindex.master.UserException
Creates a new instance of the UserException class without an error message.
UserException(String) - Constructor for class com.stc.eindex.master.UserException
Creates a new instance of the UserException class with an error message.
UserException(String, Throwable) - Constructor for class com.stc.eindex.master.UserException
Creates a new instance of the UserException class with an error message and a chain of errors.
UserException(Throwable) - Constructor for class com.stc.eindex.master.UserException
Creates a new instance of the UserException class without an error message but with a chain of errors.
unChange() - Method in class com.stc.eindex.objects.ObjectNode
Resets the changes made to an object, returning the object to its previous status.
undoAssumedMatch(String) - Method in interface com.stc.eindex.ejb.master.MasterController
Reverses an assumed match transaction, unmerging the two objects that were matched and creating a new enterprise object for the record that caused the assumed match.
unmergeEnterpriseObject(String, boolean) - Method in interface com.stc.eindex.ejb.master.MasterController
Unmerges the two enterprise objects that were involved in the most recent merge transaction for the specified EUID.
unmergeEnterpriseObject(String, String, boolean) - Method in interface com.stc.eindex.ejb.master.MasterController
Unmerges the two enterprise objects that were involved in the most recent merge transaction for the specified EUID.
unmergeSystemObject(String, String, String, boolean) - Method in interface com.stc.eindex.ejb.master.MasterController
Unmerges the two system objects that were involved in the most recent merge transaction for the specified local ID.
unmergeSystemObject(String, String, String, String, boolean) - Method in interface com.stc.eindex.ejb.master.MasterController
Unmerges the two system objects that were involved in the most recent merge transaction for the specified local ID.
unresolvePotentialDuplicate(String) - Method in interface com.stc.eindex.ejb.master.MasterController
Changes the status of a resolved or auto-resolved potential duplicate record pair back to unresolved and places the records back in the potential duplicate listing.
update(ObjectNode, boolean, boolean) - Method in class com.stc.eindex.objects.ObjectNode
Updates an existing object node with the input object node similar to the updateIfChanged method described above.
updateChild(ObjectNode) - Method in class com.stc.eindex.objects.ObjectNode
Updates an existing child object in the object node.
updateEnterpriseDupRecalc(EnterpriseObject, Boolean) - Method in interface com.stc.eindex.ejb.master.MasterController
Updates the database to reflect the new values of the specified enterprise object.
updateEnterpriseObject(EnterpriseObject) - Method in interface com.stc.eindex.ejb.master.MasterController
Updates the database to reflect the new values of the specified enterprise object.
updateIfChanged(ObjectNode, boolean, boolean) - Method in class com.stc.eindex.objects.ObjectNode
Updates an existing object node with the input object node, comparing the two nodes first to see if anything is changed.
updateIfNotEqual(ObjectNode, boolean, boolean) - Method in class com.stc.eindex.objects.ObjectNode
Updates an existing object node with the input object node similar to the updateIfChanged method described above, but does not update field values that are equal between the two nodes.
updateIfNotNull(ObjectNode, boolean, boolean) - Method in class com.stc.eindex.objects.ObjectNode
Updates an existing object node with the input object node similar to the updateIfChanged method described above, but does not update existing field values with null values.
updateSystemObject(SystemObject) - Method in interface com.stc.eindex.ejb.master.MasterController
Updates the database with the new values of the modified system object specified as a parameter.
updateSystemObject(SystemObject, String) - Method in interface com.stc.eindex.ejb.master.MasterController
Updates the database with the new values of the modified system object specified as a parameter.

V

VOAException() - Constructor for class com.stc.eindex.ejb.query.VOAException
Creates a new instance of the VOAException class without an error message.
VOAException(String) - Constructor for class com.stc.eindex.ejb.query.VOAException
Creates a new instance of the VOAException class with an error message.
VOAException(String, Throwable) - Constructor for class com.stc.eindex.ejb.query.VOAException
Creates a new instance of the VOAException class with an error message and a chain of errors.
VOAException(Throwable) - Constructor for class com.stc.eindex.ejb.query.VOAException
Creates a new instance of the VOAException class without an error message but with a chain of errors.
ValidationException() - Constructor for class com.stc.eindex.objects.validation.exception.ValidationException
Creates a new instance of the ValidationException class without an error message.
ValidationException(String) - Constructor for class com.stc.eindex.objects.validation.exception.ValidationException
Creates a new instance of the ValidationException class with an error message.
ValidationException(String, String, String, String, String) - Constructor for class com.stc.eindex.objects.validation.exception.ValidationException
Creates a new instance of the ValidationException class with an error message.
ValidationException(String, Throwable) - Constructor for class com.stc.eindex.objects.validation.exception.ValidationException
Creates a new instance of the ValidationException class with an error message and a chain of errors.
ValidationException(Throwable) - Constructor for class com.stc.eindex.objects.validation.exception.ValidationException
Creates a new instance of the ValidationException class without an error message but with a chain of errors.
validate(ObjectNode) - Method in interface com.stc.eindex.objects.validation.ObjectValidator
Performs a validation against the given object node.
values() - Method in class com.stc.eindex.survivor.SystemFieldListMap
Retrieves all the SystemFieldList objects in the map.

A B C D E F G H I K L M N O P Q R S T U V W

Copyright 2007 by Sun Microsystems, Inc. All Rights Reserved.