Uses of Class
org.deegree_impl.enterprise.control.RPCWebEvent

Packages that use RPCWebEvent
org.deegree_impl.clients.wcasclient.control   
org.deegree_impl.enterprise.control   
 

Uses of RPCWebEvent in org.deegree_impl.clients.wcasclient.control
 

Methods in org.deegree_impl.clients.wcasclient.control with parameters of type RPCWebEvent
protected  void ThesaurusListener.validateRequest(RPCWebEvent event)
          validates the request to be performed.
protected  java.util.HashMap ThesaurusListener.createRequest(RPCWebEvent rpcEvent)
          creates a GetFeature request from the RPCWebEvent passed to this listener
protected  java.util.HashMap ThesaurusListener.performRequest(RPCWebEvent event)
          performs the request contained in the passed RPCWebEvent
protected  GM_Envelope TakeSearchBoxListener.validateRequest(RPCWebEvent event)
          validates the request to be performed.
protected  void OverviewMetadataListener.validateRequest(RPCWebEvent event)
          validates the request to be performed.
protected  java.util.HashMap OverviewMetadataListener.createRequest(RPCWebEvent rpcEvent)
          creates a GetRecord request from the RPCWebEvent passed to this listener
private  java.util.HashMap MapViewListener.getWMSGetMapRequests(RPCWebEvent webEvent)
          creates all WMS GetMap request resulting from the requested IDs/layers
private  void MapViewListener.validateRequest(RPCWebEvent event)
          validates if the passed event contains a valid request
private  java.lang.String MapViewListener.proofAuthorization(RPCWebEvent event)
          checks if the current user is authorized to to download the ordered datasets
private  java.util.HashMap MapViewListener.getCatalogIdAssociations(RPCWebEvent event)
          returns the associations between catalogs and the IDs/layers that are served by them. for each catalog the returned HashMap contains an ArrayList containing the associated IDs
private  void MapViewListener.markAsSelected(RPCWebEvent webEvent)
          marks all metadatasets (threir IDs) contained in the passed webEvent as selected
private  GM_Envelope MapViewListener.calcBoundingBox(RPCWebEvent event)
          calculates the common bounding box of all submitted boxes and returns it in the coordinate reference system of the dataset
protected  void InitDetailListener.validateRequest(RPCWebEvent event)
          validates the request to be performed.
protected  void InitDetailListener.handle(RPCWebEvent event)
          handles the result of a 'FULL' catalog query
protected  void FreeSearchListener.validateRequest(RPCWebEvent event)
          validates the request to be performed.
protected  java.util.HashMap FreeSearchListener.createRequest(RPCWebEvent rpcEvent)
          creates a GetRecord request from the RPCWebEvent passed to this listener
protected  java.util.HashMap FreeSearchListener.performRequest(RPCWebEvent event)
          performs the request contained in the passed RPCWebEvent
protected  boolean DownloadListener.validateRequest(RPCWebEvent event)
          validates the request to be performed
protected  java.lang.String DownloadListener.proofAuthorization(RPCWebEvent event)
          checks if the current user is authorized to to download the ordered datasets
protected  java.util.HashMap DownloadListener.getCatalogIdAssociations(RPCWebEvent event)
          performs the access to the data marked at the shopping card
protected  void DetailedSearchListener.validateRequest(RPCWebEvent event)
          validates the request to be performed.
private  SelectionEntry AddToShoppingCartListener.createSelectionEntry(RPCWebEvent we)
          creates a SelectionEntry from the incomming RPCWebEvent and the contained data/parameters.
 

Uses of RPCWebEvent in org.deegree_impl.enterprise.control
 

Methods in org.deegree_impl.enterprise.control with parameters of type RPCWebEvent
protected abstract  void AbstractDBListener.validateRequest(RPCWebEvent event)
          validates the request to be performed.
protected abstract  java.util.HashMap AbstractDBListener.createRequest(RPCWebEvent rpcEvent)
          creates a request from the RPCWebEvent passed to this listener
protected abstract  java.util.HashMap AbstractDBListener.performRequest(RPCWebEvent event)
          performs the request contained in the passed RPCWebEvent