Package com.esri.gpt.catalog.search

Examples of com.esri.gpt.catalog.search.ISearchSaveRepository.save()


    new SavedSearchCriteria(this.getSearchCriteria().getSavedSearchName(),
        criteria, this.extractRequestContext().getUser());

  ISearchSaveRepository saveRpstry =
    SearchSaveRpstryFactory.getSearchSaveRepository();
  saveRpstry.save(savedSearchCriteria);
  criteria.setSavedSearchName(null);

}

/**
 
View Full Code Here


  if(criteria.contains("?")) {
    criteria = criteria.substring(criteria.indexOf("?"));
    criteria = criteria.replace("?", "");
  }
 
  saveRpstry.save(name, criteria, context.getUser());
  writeSavedSearches(request, response, context);
 
}

/**
 
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.