Geomajas, Geomajas server: Main - commands 1.15.1

org.geomajas.command.feature
Class SearchAttributesCommand

java.lang.Object
  extended by org.geomajas.command.feature.SearchAttributesCommand
All Implemented Interfaces:
Command<SearchAttributesRequest,SearchAttributesResponse>

@Component
@Transactional(readOnly=true,
               rollbackFor=java.lang.Exception.class)
public class SearchAttributesCommand
extends Object
implements Command<SearchAttributesRequest,SearchAttributesResponse>

Search for attribute values of a certain attribute within a certain vector layer. The response holds all possible attribute values.

Author:
Pieter De Graef

Constructor Summary
SearchAttributesCommand()
           
 
Method Summary
 void execute(SearchAttributesRequest request, SearchAttributesResponse response)
           
 SearchAttributesResponse getEmptyCommandResponse()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchAttributesCommand

public SearchAttributesCommand()
Method Detail

getEmptyCommandResponse

public SearchAttributesResponse getEmptyCommandResponse()
Specified by:
getEmptyCommandResponse in interface Command<SearchAttributesRequest,SearchAttributesResponse>

execute

public void execute(SearchAttributesRequest request,
                    SearchAttributesResponse response)
             throws Exception
Specified by:
execute in interface Command<SearchAttributesRequest,SearchAttributesResponse>
Throws:
Exception

Geomajas, Geomajas server: Main - commands 1.15.1

Copyright © 2014 Geosparc. All Rights Reserved.