|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.student.r2.common.class1.search.SearchServiceAbstractHardwiredImplBase
org.kuali.student.r2.common.class1.search.SearchServiceAbstractHardwiredImpl
org.kuali.student.r2.common.class1.search.ApptWindowCountsSearchImpl
public class ApptWindowCountsSearchImpl
This class implements the search service by hardwiring in the JPQL to get appointment window counts
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 |
---|
public static final String CREATE_TIME
public static final String FIRST_SLOT
public static final String LAST_SLOT
public static final String NUM_APPTS
public static final String NUM_SLOTS
public static final TypeInfo SEARCH_TYPE
public static final TypeInfo APPT_WINDOW_ID
public static final TypeInfo[] SEARCH_PARAMETERS
Constructor Detail |
---|
public ApptWindowCountsSearchImpl()
Method Detail |
---|
public TypeInfo getSearchType()
SearchServiceAbstractHardwiredImplBase
getSearchType
in class SearchServiceAbstractHardwiredImplBase
public SearchResultInfo search(SearchRequestInfo searchRequestInfo, ContextInfo contextInfo) throws MissingParameterException, OperationFailedException, PermissionDeniedException
SearchService
search
in interface SearchService
search
in class SearchServiceAbstractHardwiredImplBase
searchRequestInfo
- the search requestcontextInfo
- information containing the principalId and locale
information about the caller of service operation
MissingParameterException
- searchRequestInfo or contextInfo is
missing or null
OperationFailedException
- unable to complete request
PermissionDeniedException
- an authorization failure occurred
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |