|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This specifies the required API for the objects returned from the ValueListHandlerService.
Method Summary | |
java.lang.String |
getListID()
This method returns the ID associated with this particular result context object. |
java.util.List |
getListOfValues()
This method retrieves the current list of values generated from the ValueListHandler.getValueObjects() method call. |
boolean |
hasMoreValues()
Call this method to determine whether the list contained in this result context is the complete list of values. |
Method Detail |
public java.lang.String getListID() throws java.lang.IllegalStateException
java.lang.IllegalStateException
- If the ID is empty or null.public boolean hasMoreValues()
public java.util.List getListOfValues()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |