|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISearchSaveRepository
The Interface ISearchHibernation. Represents a repository where the search criteria will be kept for each user who wants to save a search for a later time.
Method Summary | |
---|---|
void |
delete(Object id,
User user)
Delete. |
SavedSearchCriterias |
getSavedList(User user)
Gets the saved list. |
SearchCriteria |
getSearchCriteria(Object id,
User user)
Returns the original search criteria from the repository. |
void |
save(SavedSearchCriteria savedCriteria)
Saves the criteria onto the repository. |
void |
save(String name,
String restCriteria,
User user)
Save. |
Method Detail |
---|
void save(SavedSearchCriteria savedCriteria) throws SearchException
savedCriteria
- the criteria
SearchException
- the search exceptionSearchCriteria getSearchCriteria(Object id, User user) throws SearchException
id
- id of the searchuser
- user
SearchException
- the search exceptionvoid delete(Object id, User user) throws SearchException
id
- the id of the search to be deleteduser
- the user user associated with action
SearchException
- the search exceptionSavedSearchCriterias getSavedList(User user) throws SearchException
user
- the user
SearchException
- the search exceptionvoid save(String name, String restCriteria, User user) throws SearchException
name
- the namerestCriteria
- the rest criteriauser
- the user
SearchException
- the search exception
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |