org.kuali.student.r2.common.class1.search
Class ApptWindowCountsSearchImpl

java.lang.Object
  extended by org.kuali.student.r2.common.class1.search.SearchServiceAbstractHardwiredImplBase
      extended by org.kuali.student.r2.common.class1.search.SearchServiceAbstractHardwiredImpl
          extended by org.kuali.student.r2.common.class1.search.ApptWindowCountsSearchImpl
All Implemented Interfaces:
SearchService

public class ApptWindowCountsSearchImpl
extends SearchServiceAbstractHardwiredImpl

This class implements the search service by hardwiring in the JPQL to get appointment window counts

Author:
Kuali Student Team

Field Summary
static TypeInfo APPT_WINDOW_ID
          The appointment window id parameter type
static String CREATE_TIME
           
static String FIRST_SLOT
           
static String LAST_SLOT
           
static String NUM_APPTS
           
static String NUM_SLOTS
           
static TypeInfo[] SEARCH_PARAMETERS
          The search parameters used by this search
static TypeInfo SEARCH_TYPE
          The search type for this search
 
Constructor Summary
ApptWindowCountsSearchImpl()
           
 
Method Summary
 TypeInfo getSearchType()
          Get the search type that the sub class implements.
 SearchResultInfo search(SearchRequestInfo searchRequestInfo, ContextInfo contextInfo)
          Performs a search.
 
Methods inherited from class org.kuali.student.r2.common.class1.search.SearchServiceAbstractHardwiredImpl
getGenericEntityDao, setGenericEntityDao
 
Methods inherited from class org.kuali.student.r2.common.class1.search.SearchServiceAbstractHardwiredImplBase
getEntityManager, getSearchType, getSearchTypes, setEntityManager
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CREATE_TIME

public static final String CREATE_TIME
See Also:
Constant Field Values

FIRST_SLOT

public static final String FIRST_SLOT
See Also:
Constant Field Values

LAST_SLOT

public static final String LAST_SLOT
See Also:
Constant Field Values

NUM_APPTS

public static final String NUM_APPTS
See Also:
Constant Field Values

NUM_SLOTS

public static final String NUM_SLOTS
See Also:
Constant Field Values

SEARCH_TYPE

public static final TypeInfo SEARCH_TYPE
The search type for this search


APPT_WINDOW_ID

public static final TypeInfo APPT_WINDOW_ID
The appointment window id parameter type


SEARCH_PARAMETERS

public static final TypeInfo[] SEARCH_PARAMETERS
The search parameters used by this search

Constructor Detail

ApptWindowCountsSearchImpl

public ApptWindowCountsSearchImpl()
Method Detail

getSearchType

public TypeInfo getSearchType()
Description copied from class: SearchServiceAbstractHardwiredImplBase
Get the search type that the sub class implements.

Specified by:
getSearchType in class SearchServiceAbstractHardwiredImplBase

search

public SearchResultInfo search(SearchRequestInfo searchRequestInfo,
                               ContextInfo contextInfo)
                        throws MissingParameterException,
                               OperationFailedException,
                               PermissionDeniedException
Description copied from interface: SearchService
Performs a search.

Specified by:
search in interface SearchService
Specified by:
search in class SearchServiceAbstractHardwiredImplBase
Parameters:
searchRequestInfo - the search request
contextInfo - information containing the principalId and locale information about the caller of service operation
Returns:
the results of the search
Throws:
MissingParameterException - searchRequestInfo or contextInfo is missing or null
OperationFailedException - unable to complete request
PermissionDeniedException - an authorization failure occurred


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