public interface ShopRequestContextBuilder
Modifier and Type | Method and Description |
---|---|
ShopRequestContext |
build(java.lang.String shopId)
Wrapps com.epages.shop.ShopRequestContext in
order to make it testable.
|
ShopRequestContextBuilder |
getBuilder(java.lang.String shopId)
Wrapps com.epages.shop.ShopRequestContext in
order to make it testable.
|
ShopRequestContextBuilder |
setRequestedResultsPerPage(int resultsPerPage)
Wrapps com.epages.shop.ShopRequestContext in
order to make it testable.
|
ShopRequestContextBuilder |
setRequestLocale(java.util.Locale locale)
Wrapps com.epages.shop.ShopRequestContext in
order to make it testable.
|
ShopRequestContextBuilder |
setRequestPage(int page)
Wrapps com.epages.shop.ShopRequestContext in
order to make it testable.
|
ShopRequestContextBuilder getBuilder(java.lang.String shopId)
Identifier
- of the shop.ShopRequestContextBuilder setRequestPage(int page)
Page
- to set.ShopRequestContextBuilder setRequestedResultsPerPage(int resultsPerPage)
Results
- per page to set.ShopRequestContextBuilder setRequestLocale(java.util.Locale locale)
locale
- to set.ShopRequestContext build(java.lang.String shopId)
Identifier
- of the shop.