org.kuali.student.r2.common.validator
Class TestValidator.MockSearchService

java.lang.Object
  extended by org.kuali.student.r2.common.validator.TestValidator.MockSearchService
All Implemented Interfaces:
SearchService
Enclosing class:
TestValidator

public class TestValidator.MockSearchService
extends Object
implements SearchService


Constructor Summary
TestValidator.MockSearchService()
           
 
Method Summary
 TypeInfo getSearchType(String searchTypeKey, ContextInfo contextInfo)
           
 List<TypeInfo> getSearchTypes(ContextInfo contextInfo)
           
 SearchResultInfo search(SearchRequestInfo searchRequestInfo, ContextInfo contextInfo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestValidator.MockSearchService

public TestValidator.MockSearchService()
Method Detail

getSearchTypes

public List<TypeInfo> getSearchTypes(ContextInfo contextInfo)
                              throws InvalidParameterException,
                                     MissingParameterException,
                                     OperationFailedException
Specified by:
getSearchTypes in interface SearchService
Throws:
InvalidParameterException
MissingParameterException
OperationFailedException

getSearchType

public TypeInfo getSearchType(String searchTypeKey,
                              ContextInfo contextInfo)
                       throws DoesNotExistException,
                              InvalidParameterException,
                              MissingParameterException,
                              OperationFailedException
Specified by:
getSearchType in interface SearchService
Throws:
DoesNotExistException
InvalidParameterException
MissingParameterException
OperationFailedException

search

public SearchResultInfo search(SearchRequestInfo searchRequestInfo,
                               ContextInfo contextInfo)
                        throws MissingParameterException,
                               OperationFailedException,
                               PermissionDeniedException
Specified by:
search in interface SearchService
Throws:
MissingParameterException
OperationFailedException
PermissionDeniedException


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