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.StringCODE_RETURN_PROCESSstatic java.lang.StringUID_NORTH_AMERICA
-
Constructor Summary
Constructors Constructor Description BaseStoreModelMother()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BaseStoreModelcreateNorthAmerica(CatalogVersionModel... catalogVersionModels)BaseStoreDaogetBaseStoreDao()CatalogVersionModelMothergetCatalogVersionModelMother()CountryModelMothergetCountryModelMother()CurrencyModelMothergetCurrencyModelMother()DeliveryModeModelMothergetDeliveryModeModelMother()LanguageModelMothergetLanguageModelMother()voidsetBaseStoreDao(BaseStoreDao baseStoreDao)voidsetCatalogVersionModelMother(CatalogVersionModelMother catalogVersionModelMother)voidsetCountryModelMother(CountryModelMother countryModelMother)voidsetCurrencyModelMother(CurrencyModelMother currencyModelMother)voidsetDeliveryModeModelMother(DeliveryModeModelMother deliveryModeModelMother)voidsetLanguageModelMother(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)
-
-