Package org.fao.geonet.kernel.csw.services.getrecords

Examples of org.fao.geonet.kernel.csw.services.getrecords.SearchController


    @Autowired
    SchemaManager _schemaManager;

    @Autowired
    public Transaction(ApplicationContext context) {
        _searchController = new SearchController(context);
    }
View Full Code Here


    @Autowired
    private CatalogConfiguration _catalogConfig;

    @Autowired
    public GetRecordById(ApplicationContext applicationContext) {
        _searchController = new SearchController(applicationContext);
    }
View Full Code Here

    @Autowired
    private FieldMapper _fieldMapper;

    @Autowired
  public GetRecords(ApplicationContext context) {
      _searchController = new SearchController(context);
    }
View Full Code Here

TOP

Related Classes of org.fao.geonet.kernel.csw.services.getrecords.SearchController

Copyright © 2018 www.massapicom. 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.