|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.Dictionary<K,V>
java.util.Hashtable
com.facetmap.example.movies.MovieList
public class MovieList
This represents the storage of Movie resources that we want to browse
via Facetmap. Movies are stored in a Map (not a java List) because each Movie
must be retrievable with a unique ID that stays constant during the life
of the Facetmap component. (If we just used the index numbering in a java
List as each Movie's unique ID, the IDs would change if we ever deleted a
Movie from the list.
| Constructor Summary | |
|---|---|
MovieList()
|
|
| Method Summary | |
|---|---|
java.util.List |
createMovieList()
|
| Methods inherited from class java.util.Hashtable |
|---|
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MovieList()
throws java.text.ParseException,
UnknownReferenceException
java.text.ParseException
UnknownReferenceException| Method Detail |
|---|
public java.util.List createMovieList()
throws java.text.ParseException,
UnknownReferenceException
java.text.ParseException
UnknownReferenceException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||