public class ProductPageModelMother extends AbstractModelMother<ProductPageModel>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAME_POSTFIX |
static java.lang.String |
NAME_PRODUCT_PAGE |
static java.lang.String |
UID_PRIMARY_PRODUCT_PAGE |
static java.lang.String |
UID_PRODUCT_PAGE |
| Constructor and Description |
|---|
ProductPageModelMother() |
| Modifier and Type | Method and Description |
|---|---|
MediaModelMother |
getMediaModelMother() |
PageTemplateModelMother |
getPageTemplateModelMother() |
ProductPageDao |
getProductPageDao() |
ProductPageModel |
primaryProductPage(CatalogVersionModel catalogVersion,
CmsPageStatus pageStatus) |
ProductPageModel |
primaryProductPage(CatalogVersionModel catalogVersion,
CmsPageStatus pageStatus,
java.lang.String pageUid) |
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_PRIMARY_PRODUCT_PAGE
public static final java.lang.String NAME_PRODUCT_PAGE
public static final java.lang.String NAME_POSTFIX
public ProductPageModel productPage(CatalogVersionModel catalogVersion)
public ProductPageModel primaryProductPage(CatalogVersionModel catalogVersion, CmsPageStatus pageStatus)
public ProductPageModel primaryProductPage(CatalogVersionModel catalogVersion, CmsPageStatus pageStatus, java.lang.String pageUid)
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.