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 CatalogModel
createPhoneProductCatalogModel()
CatalogModel
createProductCatalogModelWithIdAndName(java.lang.String id, java.lang.String name)
CatalogModel
createStaged1And2AndOnlineLaptopProductCatalogModel()
CatalogModel
createStaged1And2AndOnlinePhoneProductCatalogModel()
protected CatalogModel
defaultProductCatalog()
CatalogDao
getCatalogDao()
protected CatalogVersionModelMother
getCatalogVersionModelMother()
void
setCatalogDao(CatalogDao catalogDao)
void
setCatalogVersionModelMother(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)
-
-