|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.directwebremoting.io.MatchedItems
public class MatchedItems
MatchedItems is simply a holder for a list of matched Items and a
total match count, used by:
StoreProvider.viewRegion(StoreRegion) and
StoreProvider.viewRegion(StoreRegion, StoreChangeListener)
| Constructor Summary | |
|---|---|
MatchedItems()
The constructor to use of there are no items to transfer. |
|
MatchedItems(java.util.List<Item> viewedMatches,
int totalMatchCount)
If there is data to return, then both of these must be set. |
|
| Method Summary | |
|---|---|
int |
getTotalMatchCount()
Accessor for the total number of matches (before start/count filtering) |
java.util.List<Item> |
getViewedMatches()
Accessor for the matched items (after start/count filtering) |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MatchedItems(java.util.List<Item> viewedMatches,
int totalMatchCount)
public MatchedItems()
| Method Detail |
|---|
public int getTotalMatchCount()
public java.util.List<Item> getViewedMatches()
public java.lang.String toString()
toString in class java.lang.Object
|
Copyright ยจ 2008 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||