public interface ShopRequestContextBuilder
Modifier and Type | Method and Description |
---|---|
ShopRequestContext |
build(GUID shopGuid)
Wrapps com.epages.shop.ShopRequestContext in
order to make it testable.
|
ShopRequestContextBuilder |
getBuilder(GUID shopGuid)
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(GUID shopGuid)
shopGuid
- GUID of the shop.ShopRequestContextBuilder setRequestPage(int page)
page
- Page to set.ShopRequestContextBuilder setRequestedResultsPerPage(int resultsPerPage)
resultsPerPage
- Results per page to set.ShopRequestContextBuilder setRequestLocale(java.util.Locale locale)
locale
- Locale to set.ShopRequestContext build(GUID shopGuid)
shopGuid
- GUID of the shop.