|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
public interface FilterValuesInterface
This defines a interface to retrieve values for a given item. The toString() value for these objects is displayed to the user but the actual object itself is stored in the FilterLogic result.
| Field Summary | |
|---|---|
static long |
GETTHRESHHOLDALLVALUES
|
| Method Summary | |
|---|---|
java.util.List |
getFirstValues(long lThreshold)
Returns the first group in a list of objects for an Item. |
java.lang.String |
getListLabel()
Returns the current label for this list of values. |
java.util.List |
getNextValues(long lThreshold)
Returns the next group in a list of objects for an Item. |
boolean |
hasMoreValues()
Returns TRUE as long as there remain values to be retrieved from the datasource. |
| Field Detail |
|---|
static final long GETTHRESHHOLDALLVALUES
| Method Detail |
|---|
java.util.List getFirstValues(long lThreshold)
throws DataRetrievalError
lThreshold -
DataRetrievalError - if an error prevented returning any values
java.util.List getNextValues(long lThreshold)
throws DataRetrievalError
lThreshold -
DataRetrievalError - if an error prevented returning any valuesboolean hasMoreValues()
java.lang.String getListLabel()
|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||