|
||||||||||
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
Deprecated. |
Method Summary | |
---|---|
boolean |
getBoolean(int columnIndex)
Deprecated. Get the value of a column in the current row as Java Float value.It can be used for "Flag" SpecNode type. |
Catalog |
getCatalog(int columnIndex)
Deprecated. Get the value of a column in the current row as Java Float value.It can be used for Catalog object |
Category |
getCategory(int columnIndex)
Deprecated. Get the value of a column in the current row as Java Float value.It can be used for Category object. |
java.util.Date |
getDate(int columnIndex)
Deprecated. Get the value of a column in the current row as Java Float value.It can be used for "Date" SpecNode type. |
double |
getDouble(int columnIndex)
Deprecated. Get the value of a column in the current row as Java double value.It can be used for "Number" SpecNode type. |
float |
getFloat(int columnIndex)
Deprecated. Get the value of a column in the current row as Java Float value.It can be used for "Number" SpecNode type. |
Hierarchy |
getHierarchy(int columnIndex)
Deprecated. Get the value of a column in the current row as Java Float value.It can be used for Hierarchy object |
int |
getInt(int columnIndex)
Deprecated. Get the value of a column in the current row as a Java int value. |
Item |
getItem(int columnIndex)
Deprecated. Get the value of a column in the current row as Java Float value.It can be used for Item object |
long |
getLong(int columnIndex)
Deprecated. Get the value of a column in the current row as Java long value.It can be used for "Number" SpecNode type. |
SearchColumnType[] |
getMetaData()
Deprecated. Returns MetaData information of each column of resultset in form of SearchColumnType array. |
SearchQuery |
getQuery()
Deprecated. Returns the Query object which returned this SearchResultSet. |
Spec |
getSpec(int columnIndex)
Deprecated. Get the value of a column in the current row as Java Float value.It can be used for Spec object |
java.lang.String |
getString(int columnIndex)
Deprecated. Get the value of a column in the current row as Java String value.It can be used for all kind of specnode type e.g "Binary,Grouping,Image,Image url,Lookup table,Password,String,String enumeration,Thumbnail image,Thumbnail image url,Timezone,URL" etc. |
boolean |
next()
Deprecated. Use this method to iterate through rows in result set. |
int |
size()
Deprecated. Returns the number of rows in the resultset. |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
SearchQuery getQuery() throws PIMInternalException, PIMAuthorizationException
PIMInternalException
- If an internal error occurs
PIMAuthorizationException
- If the user is not allowed to perform this operationSearchColumnType[] getMetaData() throws PIMInternalException, PIMAuthorizationException
SearchColumnType
array.
PIMInternalException
- If an internal error occurs
PIMAuthorizationException
- If the user is not allowed to perform this operationboolean next() throws PIMInternalException, PIMAuthorizationException
PIMInternalException
- If an internal error occurs
PIMAuthorizationException
- If the user is not allowed to perform this operationint size() throws PIMInternalException, PIMAuthorizationException
PIMInternalException
PIMAuthorizationException
int getInt(int columnIndex) throws PIMSearchException, PIMInternalException, PIMAuthorizationException
columnIndex
- the first column is 1, the second is 2, ...
PIMUndefinedValueException
- if the column has no value (null)
PIMSearchException
- if a search error occurs
PIMInternalException
- If an internal error occurs
PIMAuthorizationException
- If the user is not allowed to perform this operationdouble getDouble(int columnIndex) throws PIMSearchException, PIMInternalException, PIMAuthorizationException
columnIndex
- the first column is 1, the second is 2, ...
PIMUndefinedValueException
- if the column has no value (null)
PIMSearchException
- if a search error occurs
PIMInternalException
- If an internal error occurs
PIMAuthorizationException
- If the user is not allowed to perform this operationfloat getFloat(int columnIndex) throws PIMSearchException, PIMInternalException, PIMAuthorizationException
columnIndex
- the first column is 1, the second is 2, ...
PIMUndefinedValueException
- if the column has no value (null)
PIMSearchException
- if a search error occurs
PIMInternalException
- If an internal error occurs
PIMAuthorizationException
- If the user is not allowed to perform this operationlong getLong(int columnIndex) throws PIMSearchException, PIMInternalException, PIMAuthorizationException
columnIndex
- the first column is 1, the second is 2, ...
PIMUndefinedValueException
exception.
PIMSearchException
PIMInternalException
PIMAuthorizationException
java.lang.String getString(int columnIndex) throws PIMSearchException, PIMInternalException, PIMAuthorizationException
columnIndex
- the first column is 1, the second is 2, ...
PIMUndefinedValueException
- if the column has no value (null)
PIMSearchException
- if a search error occurs
PIMInternalException
- If an internal error occurs
PIMAuthorizationException
- If the user is not allowed to perform this operationboolean getBoolean(int columnIndex) throws PIMSearchException, PIMInternalException, PIMAuthorizationException
columnIndex
- the first column is 1, the second is 2, ...
PIMUndefinedValueException
- if the column has no value (null)
PIMSearchException
- if a search error occurs
PIMInternalException
- If an internal error occurs
PIMAuthorizationException
- If the user is not allowed to perform this operationjava.util.Date getDate(int columnIndex) throws PIMSearchException, PIMInternalException, PIMAuthorizationException
columnIndex
- the first column is 1, the second is 2, ...
PIMUndefinedValueException
- if the column has no value (null)
PIMSearchException
- if a search error occurs
PIMInternalException
- If an internal error occurs
PIMAuthorizationException
- If the user is not allowed to perform this operationItem getItem(int columnIndex) throws PIMSearchException, PIMInternalException, PIMAuthorizationException
Item
object
columnIndex
- the first column is 1, the second is 2, ...
PIMSearchException
- if a search error occurs
PIMInternalException
- If an internal error occurs
PIMAuthorizationException
- If the user is not allowed to perform this operationCategory getCategory(int columnIndex) throws PIMSearchException, PIMInternalException, PIMAuthorizationException
Category
object.
columnIndex
- the first column is 1, the second is 2, ...
PIMSearchException
- if a search error occurs
PIMInternalException
- If an internal error occurs
PIMAuthorizationException
- If the user is not allowed to perform this operationCatalog getCatalog(int columnIndex) throws PIMSearchException, PIMInternalException, PIMAuthorizationException
Catalog
object
columnIndex
- the first column is 1, the second is 2, ...
PIMSearchException
PIMInternalException
PIMAuthorizationException
Hierarchy getHierarchy(int columnIndex) throws PIMSearchException, PIMInternalException, PIMAuthorizationException
Hierarchy
object
columnIndex
- the first column is 1, the second is 2, ...
PIMSearchException
- if a search error occurs
PIMInternalException
- If an internal error occurs
PIMAuthorizationException
- If the user is not allowed to perform this operationSpec getSpec(int columnIndex) throws PIMSearchException, PIMInternalException, PIMAuthorizationException
Spec
object
columnIndex
- the first column is 1, the second is 2, ...
PIMSearchException
- if a search error occurs
PIMInternalException
- If an internal error occurs
PIMAuthorizationException
- If the user is not allowed to perform this operation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |