public interface SearchViewRequestParameters
request
parameters
.Modifier and Type | Field and Description |
---|---|
static String |
PARAMETER_CREATOR |
static String |
PARAMETER_HITS_PER_PAGE |
static String |
PARAMETER_ID |
static String |
PARAMETER_PAGE |
static String |
PARAMETER_QUERY |
static String |
PARAMETER_SOURCE |
static String |
PARAMETER_TITLE |
static String |
PARAMETER_TOTAL_HIT_COUNT |
static String |
PARAMETER_TYPE |
Modifier and Type | Method and Description |
---|---|
String |
getCreator()
This method gets the
creator from the request
parameters. |
int |
getHitsPerPage()
This method gets the number of
hits
per page from the request parameters. |
String |
getId()
This method gets the
ID from the request
parameters. |
int |
getPageNumber()
This method gets the
page-index from
the request parameters. |
String |
getQuery()
This method gets the
query from the request parameters. |
String |
getSource()
This method gets the
source from the request
parameters. |
String |
getTitle()
This method gets the
title from the request
parameters. |
int |
getTotalHitCount()
This method gets the
total number
of hits from the request parameters. |
String |
getType()
This method gets the
type from the request
parameters. |
static final String PARAMETER_QUERY
getQuery()
,
Constant Field Valuesstatic final String PARAMETER_PAGE
getPageNumber()
,
Constant Field Valuesstatic final String PARAMETER_HITS_PER_PAGE
getHitsPerPage()
,
Constant Field Valuesstatic final String PARAMETER_TOTAL_HIT_COUNT
getTotalHitCount()
,
Constant Field Valuesstatic final String PARAMETER_SOURCE
getSource()
,
Constant Field Valuesstatic final String PARAMETER_CREATOR
getCreator()
,
Constant Field Valuesstatic final String PARAMETER_TYPE
getType()
,
Constant Field Valuesstatic final String PARAMETER_TITLE
getTitle()
,
Constant Field Valuesstatic final String PARAMETER_ID
getId()
,
Constant Field ValuesString getId()
ID
from the request
parameters.String getType()
type
from the request
parameters.String getTitle()
title
from the request
parameters.String getCreator()
creator
from the request
parameters.String getSource()
source
from the request
parameters.String getQuery()
query
from the request parameters.int getTotalHitCount()
total number
of hits
from the request parameters.-1
if NOT set in request.int getHitsPerPage()
hits
per page
from the request parameters.SearchResultPage.DEFAULT_HITS_PER_PAGE
if NOT set in
request.int getPageNumber()
page-index
from
the request parameters.0
if NOT set in request.Copyright © 2001–2016 mmm-Team. All rights reserved.