|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AppLevelData
AppLevelData Inteface
Method Summary | |
---|---|
void |
addItem(AppLevelDataItem item)
|
java.util.List<SearchResult> |
findAllGeoref(java.lang.String id)
Find all geo-referrals points |
AppLevelDataItem |
findById(java.lang.String id)
Find in a map a LevelDataItem. |
AppLevelDataItem |
findByNextLevel(NextLevel nextLevel)
Find number of nextLevel |
java.util.List<SearchResult> |
findWidthText(java.lang.String text,
java.lang.String levelId)
Returns a list with SearchResults |
java.util.List<SearchResult> |
getAllImages(java.lang.String levelId)
Returns all images of search result list |
java.util.List<AppLevelDataItem> |
getItems()
Returns a list with all AppLevelDataItem |
void |
reIndex()
Index again the map |
Method Detail |
---|
void addItem(AppLevelDataItem item)
java.util.List<AppLevelDataItem> getItems()
AppLevelDataItem findById(java.lang.String id)
id
-
AppLevelDataItem findByNextLevel(NextLevel nextLevel)
nextLevel
-
void reIndex()
java.util.List<SearchResult> getAllImages(java.lang.String levelId)
levelId
-
java.util.List<SearchResult> findWidthText(java.lang.String text, java.lang.String levelId)
text
- levelId
-
java.util.List<SearchResult> findAllGeoref(java.lang.String id)
id
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |