org.kuali.student.contract.model
Interface SearchModel

All Known Subinterfaces:
DictionaryModel

public interface SearchModel

Abstration of the spreadsheet that holds the data so we can implement both google and excel versions as well as caching and expanding ones.

Author:
nwright

Method Summary
 List<SearchType> getSearchTypes()
          get search types
 List<String> getSourceNames()
           
 

Method Detail

getSourceNames

List<String> getSourceNames()

getSearchTypes

List<SearchType> getSearchTypes()
get search types

Returns:


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.