public class ProductPageModelMother extends AbstractModelMother<ProductPageModel>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAME_PRODUCT_PAGE |
static java.lang.String |
UID_DEFAULT_PRODUCT_PAGE |
static java.lang.String |
UID_PRODUCT_PAGE |
| Constructor and Description |
|---|
ProductPageModelMother() |
| Modifier and Type | Method and Description |
|---|---|
ProductPageModel |
DefaultProductPage(CatalogVersionModel catalogVersion) |
ProductPageModel |
DefaultProductPage(CatalogVersionModel catalogVersion,
CmsPageStatus pageStatus) |
MediaModelMother |
getMediaModelMother() |
PageTemplateModelMother |
getPageTemplateModelMother() |
ProductPageDao |
getProductPageDao() |
ProductPageModel |
ProductPage(CatalogVersionModel catalogVersion) |
void |
setMediaModelMother(MediaModelMother mediaModelMother) |
void |
setPageTemplateModelMother(PageTemplateModelMother pageTemplateModelMother) |
void |
setProductPageDao(ProductPageDao productPageDao) |
getFlexibleSearchService, getFromCollectionOrSaveAndReturn, getModelFromCollection, getModelService, getOrSaveAndReturn, saveModel, setFlexibleSearchService, setModelServicepublic static final java.lang.String UID_PRODUCT_PAGE
public static final java.lang.String UID_DEFAULT_PRODUCT_PAGE
public static final java.lang.String NAME_PRODUCT_PAGE
public ProductPageModel ProductPage(CatalogVersionModel catalogVersion)
public ProductPageModel DefaultProductPage(CatalogVersionModel catalogVersion, CmsPageStatus pageStatus)
public ProductPageModel DefaultProductPage(CatalogVersionModel catalogVersion)
public ProductPageDao getProductPageDao()
public void setProductPageDao(ProductPageDao productPageDao)
public PageTemplateModelMother getPageTemplateModelMother()
public void setPageTemplateModelMother(PageTemplateModelMother pageTemplateModelMother)
public MediaModelMother getMediaModelMother()
public void setMediaModelMother(MediaModelMother mediaModelMother)
Copyright © 2018 SAP SE. All Rights Reserved.