Class ProductCatalogModelMother
- java.lang.Object
-
- de.hybris.platform.cmsfacades.util.models.AbstractModelMother<CatalogModel>
-
- de.hybris.platform.cmsfacades.util.models.ProductCatalogModelMother
-
public class ProductCatalogModelMother extends AbstractModelMother<CatalogModel>
-
-
Constructor Summary
Constructors Constructor Description ProductCatalogModelMother()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CatalogModelcreatePhoneProductCatalogModel()CatalogModelcreateProductCatalogModelWithIdAndName(java.lang.String id, java.lang.String name)CatalogModelcreateStaged1And2AndOnlineLaptopProductCatalogModel()CatalogModelcreateStaged1And2AndOnlinePhoneProductCatalogModel()protected CatalogModeldefaultProductCatalog()CatalogDaogetCatalogDao()protected CatalogVersionModelMothergetCatalogVersionModelMother()voidsetCatalogDao(CatalogDao catalogDao)voidsetCatalogVersionModelMother(CatalogVersionModelMother catalogVersionModelMother)-
Methods inherited from class de.hybris.platform.cmsfacades.util.models.AbstractModelMother
getFlexibleSearchService, getFromCollectionOrSaveAndReturn, getModelFromCollection, getModelService, getOrSaveAndReturn, saveModel, setFlexibleSearchService, setModelService
-
-
-
-
Method Detail
-
defaultProductCatalog
protected CatalogModel defaultProductCatalog()
-
createPhoneProductCatalogModel
public CatalogModel createPhoneProductCatalogModel()
-
createProductCatalogModelWithIdAndName
public CatalogModel createProductCatalogModelWithIdAndName(java.lang.String id, java.lang.String name)
-
createStaged1And2AndOnlinePhoneProductCatalogModel
public CatalogModel createStaged1And2AndOnlinePhoneProductCatalogModel()
-
createStaged1And2AndOnlineLaptopProductCatalogModel
public CatalogModel createStaged1And2AndOnlineLaptopProductCatalogModel()
-
getCatalogDao
public CatalogDao getCatalogDao()
-
setCatalogDao
public void setCatalogDao(CatalogDao catalogDao)
-
getCatalogVersionModelMother
protected CatalogVersionModelMother getCatalogVersionModelMother()
-
setCatalogVersionModelMother
public void setCatalogVersionModelMother(CatalogVersionModelMother catalogVersionModelMother)
-
-