Class BaseStoreModelMother
- java.lang.Object
-
- de.hybris.platform.cmsfacades.util.models.AbstractModelMother<BaseStoreModel>
-
- de.hybris.platform.cmsfacades.util.models.BaseStoreModelMother
-
public class BaseStoreModelMother extends AbstractModelMother<BaseStoreModel>
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
CODE_RETURN_PROCESS
static java.lang.String
UID_NORTH_AMERICA
-
Constructor Summary
Constructors Constructor Description BaseStoreModelMother()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
Methods inherited from class de.hybris.platform.cmsfacades.util.models.AbstractModelMother
getFlexibleSearchService, getFromCollectionOrSaveAndReturn, getModelFromCollection, getModelService, getOrSaveAndReturn, saveModel, setFlexibleSearchService, setModelService
-
-
-
-
Field Detail
-
UID_NORTH_AMERICA
public static final java.lang.String UID_NORTH_AMERICA
- See Also:
- Constant Field Values
-
CODE_RETURN_PROCESS
public static final java.lang.String CODE_RETURN_PROCESS
- See Also:
- Constant Field Values
-
-
Method Detail
-
createNorthAmerica
public BaseStoreModel createNorthAmerica(CatalogVersionModel... catalogVersionModels)
-
getBaseStoreDao
public BaseStoreDao getBaseStoreDao()
-
setBaseStoreDao
public void setBaseStoreDao(BaseStoreDao baseStoreDao)
-
getLanguageModelMother
public LanguageModelMother getLanguageModelMother()
-
setLanguageModelMother
public void setLanguageModelMother(LanguageModelMother languageModelMother)
-
getCatalogVersionModelMother
public CatalogVersionModelMother getCatalogVersionModelMother()
-
setCatalogVersionModelMother
public void setCatalogVersionModelMother(CatalogVersionModelMother catalogVersionModelMother)
-
getCurrencyModelMother
public CurrencyModelMother getCurrencyModelMother()
-
setCurrencyModelMother
public void setCurrencyModelMother(CurrencyModelMother currencyModelMother)
-
getCountryModelMother
public CountryModelMother getCountryModelMother()
-
setCountryModelMother
public void setCountryModelMother(CountryModelMother countryModelMother)
-
getDeliveryModeModelMother
public DeliveryModeModelMother getDeliveryModeModelMother()
-
setDeliveryModeModelMother
public void setDeliveryModeModelMother(DeliveryModeModelMother deliveryModeModelMother)
-
-