|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SearchResultSet
Read-only interface for Query results, contains a set of SearchResultRow
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
boolean |
getBoolean(int columnIndex)
Get the value of a column in the current row as Java Boolean value. |
Catalog |
getCatalog(int columnIndex)
Get the value of a column in the current row as MDMPIM Catalog object. |
Category |
getCategory(int columnIndex)
Get the value of a column in the current row as MDMPIM Category object. |
java.util.Date |
getDate(int columnIndex)
Get the value of a column in the current row as Java Date value. |
double |
getDouble(int columnIndex)
Get the value of a column in the current row as Java double value. |
float |
getFloat(int columnIndex)
Get the value of a column in the current row as Java Float value. |
Hierarchy |
getHierarchy(int columnIndex)
Get the value of a column in the current row as MDMPIM Hierarchy object. |
int |
getInt(int columnIndex)
Get the value of a column in the current row as a Java int value. |
Item |
getItem(int columnIndex)
Get the value of a column in the current row as MDMPIM Item object. |
long |
getLong(int columnIndex)
Get the value of a column in the current row as Java long value. |
SearchQuery |
getSearchQuery()
Returns the Query object which returned this SearchResultSet. |
Spec |
getSpec(int columnIndex)
Get the value of a column in the current row as MDMPIM Spec object. |
java.lang.String |
getString(int columnIndex)
Get the value of a column in the current row as Java String value. |
void |
moveCursor(int rowIndex)
Move cursor to the row in the Resultset with index specified in the input parameter. |
boolean |
next()
Use this method to iterate through rows in result set. |
void |
resetCursor()
Reset cursor to first row of the Resultset. |
int |
size()
Returns the number of rows in the resultset. |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
SearchQuery getSearchQuery()
PIMInternalException
- If an internal error occursboolean next()
PIMInternalException
- If an internal error occursint size()
PIMInternalException
- If an internal error occursint getInt(int columnIndex) throws PIMSearchException
columnIndex
- the first column is 1, the second is 2, ...
PIMInternalException
- If an internal error occurs
PIMSearchException
- if a search error occurs
PIMUndefinedValueException
- if the column has no value (null)double getDouble(int columnIndex) throws PIMSearchException
columnIndex
- the first column is 1, the second is 2, ...
PIMInternalException
- If an internal error occurs
PIMSearchException
- if a search error occurs
PIMUndefinedValueException
- if the column has no value (null)float getFloat(int columnIndex) throws PIMSearchException
columnIndex
- the first column is 1, the second is 2, ...
PIMInternalException
- If an internal error occurs
PIMSearchException
- if a search error occurs
PIMUndefinedValueException
- if the column has no value (null)long getLong(int columnIndex) throws PIMSearchException
columnIndex
- the first column is 1, the second is 2, ...
PIMUndefinedValueException
exception.
PIMInternalException
- If an internal error occurs
PIMSearchException
java.lang.String getString(int columnIndex) throws PIMSearchException
columnIndex
- the first column is 1, the second is 2, ...
PIMInternalException
- If an internal error occurs
PIMSearchException
- if a search error occurs
PIMUndefinedValueException
- if the column has no value (null)boolean getBoolean(int columnIndex) throws PIMSearchException
columnIndex
- the first column is 1, the second is 2, ...
PIMInternalException
- If an internal error occurs
PIMSearchException
- if a search error occurs
PIMUndefinedValueException
- if the column has no value (null)java.util.Date getDate(int columnIndex) throws PIMSearchException
columnIndex
- the first column is 1, the second is 2, ...
PIMInternalException
- If an internal error occurs
PIMSearchException
- if a search error occurs
PIMUndefinedValueException
- if the column has no value (null)Item getItem(int columnIndex) throws PIMSearchException
Item
object
columnIndex
- the first column is 1, the second is 2, ...
PIMInternalException
- If an internal error occurs
PIMAuthorizationException
- If the user does not have the equivalent of
Permission.CATALOG_VIEW_ITEMS
PIMSearchException
- if a search error occursCategory getCategory(int columnIndex) throws PIMSearchException
Category
object.
columnIndex
- the first column is 1, the second is 2, ...
PIMInternalException
- If an internal error occurs
PIMAuthorizationException
- If the user does not have the equivalent of
Permission.HIERARCHY_VIEW_HIERARCHY_NODES
PIMSearchException
- if a search error occursCatalog getCatalog(int columnIndex) throws PIMSearchException
Catalog
object
columnIndex
- the first column is 1, the second is 2, ...
PIMInternalException
- If an internal error occurs
PIMAuthorizationException
- If the user does not have the equivalent of
Permission.CATALOG_LIST
PIMSearchException
- if a search error occursHierarchy getHierarchy(int columnIndex) throws PIMSearchException
Hierarchy
object
columnIndex
- the first column is 1, the second is 2, ...
PIMInternalException
- If an internal error occurs
PIMAuthorizationException
- If the user does not have the equivalent of
Permission.HIERARCHY_LIST
PIMSearchException
- if a search error occursSpec getSpec(int columnIndex) throws PIMSearchException
Spec
object
columnIndex
- the first column is 1, the second is 2, ...
PIMInternalException
- If an internal error occurs
PIMSearchException
- if a search error occurs
PIMAuthorizationException
- Reserved for future usevoid moveCursor(int rowIndex) throws PIMSearchException
rowIndex
-
PIMInternalException
- If an internal error occurs
PIMSearchException
- if a search error occursvoid resetCursor() throws PIMSearchException
PIMSearchException
PIMInternalException
- If an internal error occurs
PIMSearchException
- if a search error occurs
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |