Uses of Interface
no.sesat.search.datamodel.request.ParametersDataObject

Packages that use ParametersDataObject
no.sesat.search.datamodel   
no.sesat.search.mode.command ##### THIS IS THE TEMPLATE FOR THE PACKAGE DOC COMMENTS. 
 

Uses of ParametersDataObject in no.sesat.search.datamodel
 

Methods in no.sesat.search.datamodel that return ParametersDataObject
 ParametersDataObject DataModel.getParameters()
          Get the ParametersDataObject associated to this request.
 

Methods in no.sesat.search.datamodel with parameters of type ParametersDataObject
 void DataModel.setParameters(ParametersDataObject parameters)
          Update the ParametersDataObject.
 

Uses of ParametersDataObject in no.sesat.search.mode.command
 

Methods in no.sesat.search.mode.command with parameters of type ParametersDataObject
static String GeoSearchUtil.getCenter(ParametersDataObject requestParameters)
          Calcluates a center point from minX,maxX,minY,maxY parameters.
static String GeoSearchUtil.getRadiusRestriction(ParametersDataObject pdo)
          Retruns the radius to search from a given centerpoint or map selection.
static boolean GeoSearchUtil.hasCenterPoint(ParametersDataObject requestParameters)
          Responsible for checking if a ParameterDataObject has parameters for centerpoint.
static boolean GeoSearchUtil.isGeoSearch(ParametersDataObject requestParameters)
          Responsible for checking if the parameters found in the ParameterDataObject is enough to calculate getCenter(..) getRadiusRestriction(..)
 



Copyright © 2005-2009 Schibsted ASA. All Rights Reserved.