|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cgiams.esl.service.ValueListResultContextImpl
Primary implementation class for the ValueListResultContext interface.
Constructor Summary | |
ValueListResultContextImpl()
Default empty constructor. |
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. |
void |
setListID(java.lang.String as_list_id)
|
void |
setListOfValues(java.util.List ao_results)
|
void |
setMoreValues(boolean ab_more_values)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ValueListResultContextImpl()
Method Detail |
public java.lang.String getListID()
getListID
in interface ValueListResultContext
java.lang.IllegalStateException
- If the list id is not specified.public boolean hasMoreValues()
hasMoreValues
in interface ValueListResultContext
public java.util.List getListOfValues()
getListOfValues
in interface ValueListResultContext
public void setMoreValues(boolean ab_more_values)
ab_more_values
- The ib_more_values to set.public void setListOfValues(java.util.List ao_results)
ao_results
- The io_results to set.public void setListID(java.lang.String as_list_id)
as_list_id
- The is_list_id to set.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |