Class CatalogVersionModelMother
- java.lang.Object
-
- de.hybris.platform.cmsfacades.util.models.AbstractModelMother<CatalogVersionModel>
-
- de.hybris.platform.cmsfacades.util.models.CatalogVersionModelMother
-
public class CatalogVersionModelMother extends AbstractModelMother<CatalogVersionModel>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CatalogVersionModelMother.CatalogVersion
-
Constructor Summary
Constructors Constructor Description CatalogVersionModelMother()
-
Method Summary
-
Methods inherited from class de.hybris.platform.cmsfacades.util.models.AbstractModelMother
getFlexibleSearchService, getFromCollectionOrSaveAndReturn, getModelFromCollection, getModelService, getOrSaveAndReturn, saveModel, setFlexibleSearchService, setModelService
-
-
-
-
Method Detail
-
defaultCatalogVersion
protected CatalogVersionModel defaultCatalogVersion(boolean active)
-
createAppleStagedCatalogVersionModel
public CatalogVersionModel createAppleStagedCatalogVersionModel()
-
createStagedCatalogVersionModelWithId
public CatalogVersionModel createStagedCatalogVersionModelWithId(ContentCatalogModelMother.CatalogTemplate catalogId)
-
createOnlineCatalogVersionModelWithId
public CatalogVersionModel createOnlineCatalogVersionModelWithId(ContentCatalogModelMother.CatalogTemplate catalogId)
-
createPhoneStaged1CatalogVersionModel
public CatalogVersionModel createPhoneStaged1CatalogVersionModel()
-
createPhoneStaged2CatalogVersionModel
public CatalogVersionModel createPhoneStaged2CatalogVersionModel()
-
createPhoneOnlineCatalogVersionModel
public CatalogVersionModel createPhoneOnlineCatalogVersionModel()
-
createLaptopStaged1CatalogVersionModel
public CatalogVersionModel createLaptopStaged1CatalogVersionModel()
-
createLaptopStaged2CatalogVersionModel
public CatalogVersionModel createLaptopStaged2CatalogVersionModel()
-
createLaptopOnlineCatalogVersionModel
public CatalogVersionModel createLaptopOnlineCatalogVersionModel()
-
createCarGlobalOnlineCatalogVersionModel
public CatalogVersionModel createCarGlobalOnlineCatalogVersionModel()
-
createCarEuropeStagedCatalogVersionModel
public CatalogVersionModel createCarEuropeStagedCatalogVersionModel()
-
createContentCatalogVersionModelByIdAndVersion
protected CatalogVersionModel createContentCatalogVersionModelByIdAndVersion(ContentCatalogModelMother.CatalogTemplate catalogId, CatalogVersionModelMother.CatalogVersion version)
-
createProductCatalogVersionModelByIdAndVersion
protected CatalogVersionModel createProductCatalogVersionModelByIdAndVersion(ContentCatalogModelMother.CatalogTemplate catalogId, CatalogVersionModelMother.CatalogVersion version)
-
createAppleOnlineCatalogVersionModel
public CatalogVersionModel createAppleOnlineCatalogVersionModel()
-
performCatalogSyncronization
public void performCatalogSyncronization(CatalogVersionModel source, CatalogVersionModel target)
-
createCatalogSynchronizationItemJobModel
public SyncItemJobModel createCatalogSynchronizationItemJobModel(CatalogVersionModel source, CatalogVersionModel target, boolean save)
-
createCatalogSyncronizationSyncItemCronJobModel
public SyncItemCronJobModel createCatalogSyncronizationSyncItemCronJobModel(CatalogVersionModel source, CatalogVersionModel target)
-
createAppleCatalogVersionModel
public CatalogVersionModel createAppleCatalogVersionModel(java.lang.String version)
-
createCatalogVersionModel
public CatalogVersionModel createCatalogVersionModel(java.lang.String catalogId, java.lang.String version)
-
getContentCatalogModelMother
public ContentCatalogModelMother getContentCatalogModelMother()
-
setContentCatalogModelMother
public void setContentCatalogModelMother(ContentCatalogModelMother catalogModelMother)
-
getCatalogVersionDao
public CatalogVersionDao getCatalogVersionDao()
-
setCatalogVersionDao
public void setCatalogVersionDao(CatalogVersionDao catalogVersionDao)
-
getCurrencyModelMother
public CurrencyModelMother getCurrencyModelMother()
-
setCurrencyModelMother
public void setCurrencyModelMother(CurrencyModelMother currencyModelMother)
-
getContentPageModelMother
public ContentPageModelMother getContentPageModelMother()
-
setContentPageModelMother
public void setContentPageModelMother(ContentPageModelMother contentPageModelMother)
-
getProductCatalogModelMother
public ProductCatalogModelMother getProductCatalogModelMother()
-
setProductCatalogModelMother
public void setProductCatalogModelMother(ProductCatalogModelMother productCatalogModelMother)
-
getCronJobService
protected CronJobService getCronJobService()
-
setCronJobService
public void setCronJobService(CronJobService cronJobService)
-
getLanguageModelMother
protected LanguageModelMother getLanguageModelMother()
-
setLanguageModelMother
public void setLanguageModelMother(LanguageModelMother languageModelMother)
-
getTypeService
protected TypeService getTypeService()
-
setTypeService
public void setTypeService(TypeService typeService)
-
-