public class BaseStoreModelMother extends AbstractModelMother<BaseStoreModel>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CODE_RETURN_PROCESS |
static java.lang.String |
UID_NORTH_AMERICA |
| Constructor and Description |
|---|
BaseStoreModelMother() |
| Modifier and Type | Method and Description |
|---|---|
BaseStoreModel |
createNorthAmerica(CatalogVersionModel... catalogVersionModels) |
BaseStoreDao |
getBaseStoreDao() |
CatalogVersionModelMother |
getCatalogVersionModelMother() |
CountryModelMother |
getCountryModelMother() |
CurrencyModelMother |
getCurrencyModelMother() |
DeliveryModeModelMother |
getDeliveryModeModelMother() |
LanguageModelMother |
getLanguageModelMother() |
void |
setBaseStoreDao(BaseStoreDao baseStoreDao) |
void |
setCatalogVersionModelMother(CatalogVersionModelMother catalogVersionModelMother) |
void |
setCountryModelMother(CountryModelMother countryModelMother) |
void |
setCurrencyModelMother(CurrencyModelMother currencyModelMother) |
void |
setDeliveryModeModelMother(DeliveryModeModelMother deliveryModeModelMother) |
void |
setLanguageModelMother(LanguageModelMother languageModelMother) |
getFlexibleSearchService, getFromCollectionOrSaveAndReturn, getModelFromCollection, getModelService, getOrSaveAndReturn, saveModel, setFlexibleSearchService, setModelServicepublic static final java.lang.String UID_NORTH_AMERICA
public static final java.lang.String CODE_RETURN_PROCESS
public BaseStoreModel createNorthAmerica(CatalogVersionModel... catalogVersionModels)
public BaseStoreDao getBaseStoreDao()
public void setBaseStoreDao(BaseStoreDao baseStoreDao)
public LanguageModelMother getLanguageModelMother()
public void setLanguageModelMother(LanguageModelMother languageModelMother)
public CatalogVersionModelMother getCatalogVersionModelMother()
public void setCatalogVersionModelMother(CatalogVersionModelMother catalogVersionModelMother)
public CurrencyModelMother getCurrencyModelMother()
public void setCurrencyModelMother(CurrencyModelMother currencyModelMother)
public CountryModelMother getCountryModelMother()
public void setCountryModelMother(CountryModelMother countryModelMother)
public DeliveryModeModelMother getDeliveryModeModelMother()
public void setDeliveryModeModelMother(DeliveryModeModelMother deliveryModeModelMother)
Copyright © 2018 SAP SE. All Rights Reserved.