|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.mdm.index.querybuilder.SearchOptions
com.sun.mdm.index.master.search.potdup.PotentialDuplicateSearchObject
The PotentialDuplicateSearchObject class is an object representing the search criteria passed to lookupPotentialDuplicate when performing a search for potential duplicates. Use the methods in this class to populate or retrieve the fields in the search object, and to define the fields in the potential duplicate search results list.
Field Summary |
Fields inherited from class com.sun.mdm.index.querybuilder.SearchOptions |
mMaxElements, mPageSize |
Constructor Summary | |
PotentialDuplicateSearchObject()
Creates a new instance of the PotentialDuplicateSearchObject class. |
Method Summary | |
java.sql.Timestamp |
getCreateEndDate()
Retrieves the value of the endDate field to be used in a potential duplicate search. |
java.sql.Timestamp |
getCreateStartDate()
Retrieves the value of the startDate field to be used in a potential duplicate search. |
java.lang.String |
getCreateUser()
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. |
java.lang.String[] |
getEUIDs()
Retrieves a string array of EUIDs to use as criteria for a potential duplicate search. |
EPathArrayList |
getFieldsToRetrieve()
Retrieves an array of ePaths to the fields to be retrieved from the results of a potential duplicate search. |
EPathArrayList |
getFieldsToSearch()
Retrieves an array of ePaths to the fields that are used as the search criteria for a potential duplicate search. |
java.lang.String |
getLID()
Retrieves the value of the lid field to be used in a potential duplicate search. |
java.sql.Timestamp |
getResolvedEndDate()
Retrieves the value of the resolvedEndDate field to be used in a potential duplicate search. |
java.sql.Timestamp |
getResolvedStartDate()
Retrieves the value of the resolvedStartDate field to be used in a potential duplicate search. |
java.lang.String |
getResolvedUser()
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. |
java.util.ArrayList |
getSearchCriteriaValues()
Retrieves an ArrayList of the values used as the search criteria for a potential duplicate search. |
java.lang.String |
getStatus()
Retrieves the value of the status field to be used in a potential duplicate search. |
java.lang.String |
getSystemCode()
Retrieves the value of the systemCode field to be used in a potential duplicate search. |
java.lang.String |
getType()
Retrieves the value of the type field to be used in a potential duplicate search. |
void |
setCreateEndDate(java.sql.Timestamp endDate)
Sets the ending date for an instance of PotentialDuplicateSearchObject. |
void |
setCreateStartDate(java.sql.Timestamp startDate)
Sets the starting date for an instance of PotentialDuplicateSearchObject. |
void |
setCreateUser(java.lang.String systemUser)
Sets the create user ID for an instance of PotentialDuplicateSearchObject. |
void |
setEUID(java.lang.String euid)
Sets the enterprise-wide identifier (EUID) for an instance of PotentialDuplicateSearchObject. |
void |
setEUIDs(java.lang.String[] euids)
Sets an array of enterprise-wide identifiers (EUIDs) for an instance of PotentialDuplicateSearchObject. |
void |
setFieldsToRetrieve(EPathArrayList fieldsToRetrieve)
Sets the fields to be retrieved from the resulting records of a potential duplicate search. |
void |
setFieldsToSearch(EPathArrayList fieldsToSearch)
Sets the fields to be retrieved from the resulting records of a potential duplicate search. |
void |
setLID(java.lang.String lid)
Sets the local ID for an instance of PotentialDuplicateSearchObject. |
void |
setResolvedEndDate(java.sql.Timestamp endDate)
Sets the resolved end date for an instance of PotentialDuplicateSearchObject. |
void |
setResolvedStartDate(java.sql.Timestamp startDate)
Sets the resolved start date for an instance of PotentialDuplicateSearchObject. |
void |
setResolvedUser(java.lang.String systemUser)
Sets the resolved user ID for an instance of PotentialDuplicateSearchObject. |
void |
setSearchCriteriaValues(java.util.ArrayList searchCriteriaValues)
Sets the value of the search criteria fields. |
void |
setStatus(java.lang.String status)
Sets the status for an instance of PotentialDuplicateSearchObject. |
void |
setSystemCode(java.lang.String systemCode)
Sets the system code for an instance of PotentialDuplicateSearchObject. |
void |
setType(java.lang.String type)
Sets the type for an instance of PotentialDuplicateSearchObject. |
java.lang.String |
toString()
Retrieves a string representation of the fields in the PotentialDuplicateSearchObject object. |
Methods inherited from class com.sun.mdm.index.querybuilder.SearchOptions |
getBooleanOption, getMaxElements, getMaxQueryElements, getOption, getOptionNames, getPageSize, setMaxElements, setMaxQueryElements, setOption, setPageSize |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public PotentialDuplicateSearchObject()
Method Detail |
public java.sql.Timestamp getCreateEndDate()
java.sql.Timestamp
- The end date for the
potential duplicate search.
public java.sql.Timestamp getCreateStartDate()
java.sql.Timestamp
- The starting date for the
potential duplicate search.
public java.lang.String getCreateUser()
String
- A user logon ID.
public java.lang.String[] getEUIDs()
String[]
- A string array containing
EUIDs.
public EPathArrayList getFieldsToRetrieve()
EPathArrayList
- An array containing the ePaths to
the fields to retrieve.
public EPathArrayList getFieldsToSearch()
EPathArrayList
- An array containing the ePaths to
the fields used for the search criteria.
public java.lang.String getLID()
String
- The value of the local ID field.
public java.sql.Timestamp getResolvedEndDate()
java.sql.Timestamp
- The resolved end date for the
potential duplicate search.
public java.sql.Timestamp getResolvedStartDate()
java.sql.Timestamp
- The starting date for a
search for resolved potential duplicate records.
public java.lang.String getResolvedUser()
String
- The logon ID of the user who
resolved the records to find.
public java.util.ArrayList getSearchCriteriaValues()
public java.lang.String getStatus()
String
- The value of the
status field. One of the following values is returned:
public java.lang.String getSystemCode()
String
- A string containing a system code.
public java.lang.String getType()
String
- The value of the type field.
public void setCreateEndDate(java.sql.Timestamp endDate)
endDate
- The end date for the potential
duplicate search.
void
- None.
public void setCreateStartDate(java.sql.Timestamp startDate)
startDate
- The starting date for the
potential duplicate search.
void
- None.
public void setCreateUser(java.lang.String systemUser)
systemUser
- A string containing a user ID.
void
- None.
public void setEUID(java.lang.String euid)
euid
- A string containing the desired EUID.
void
- None.
public void setEUIDs(java.lang.String[] euids)
euids
- A string array containing the desired EUIDs.
void
- None.
public void setFieldsToRetrieve(EPathArrayList fieldsToRetrieve)
fieldsToRetrieve
- An array containing the ePaths to the fields
to retrieve (see Creating a Master Index with Master Index Studio
for more information about ePaths).
void
- None.
public void setFieldsToSearch(EPathArrayList fieldsToSearch)
fieldsToSearch
- An array containing the ePaths to the fields
that are used as the search criteria (see Creating a Master Index with Master Index Studio
for more information about ePaths).
void
- None.
public void setLID(java.lang.String lid)
lid
- A string containing a local ID.
void
- None.
public void setResolvedEndDate(java.sql.Timestamp endDate)
endDate
- The resolved end date for a potential
duplicate search.
void
- None.
public void setResolvedStartDate(java.sql.Timestamp startDate)
startDate
- The resolved start date for the potential
duplicate search.
void
- None.
public void setResolvedUser(java.lang.String systemUser)
systemUser
- A string containing the logon ID of the user
who resolved the records to find.
void
- None.
public void setSearchCriteriaValues(java.util.ArrayList searchCriteriaValues)
public void setStatus(java.lang.String status)
status
- A string containing a status. Possible
values are:
void
- None.
public void setSystemCode(java.lang.String systemCode)
systemCode
- A string containing a system code.
void
- None.
public void setType(java.lang.String type)
type
- A string containing a type.
void
- None.
public java.lang.String toString()
toString
in class SearchOptions
String
- The field values contained in the
PotentialDuplicateSearchObject object.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Sun Microsystems, Inc.