Class ProductPageModelMother
- java.lang.Object
-
- de.hybris.platform.cmsfacades.util.models.AbstractModelMother<ProductPageModel>
-
- de.hybris.platform.cmsfacades.util.models.ProductPageModelMother
-
public class ProductPageModelMother extends AbstractModelMother<ProductPageModel>
-
-
Field Summary
Fields Modifier and Type Field 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 Summary
Constructors Constructor Description ProductPageModelMother()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
Methods inherited from class de.hybris.platform.cmsfacades.util.models.AbstractModelMother
getFlexibleSearchService, getFromCollectionOrSaveAndReturn, getModelFromCollection, getModelService, getOrSaveAndReturn, saveModel, setFlexibleSearchService, setModelService
-
-
-
-
Field Detail
-
UID_PRODUCT_PAGE
public static final java.lang.String UID_PRODUCT_PAGE
- See Also:
- Constant Field Values
-
UID_PRIMARY_PRODUCT_PAGE
public static final java.lang.String UID_PRIMARY_PRODUCT_PAGE
- See Also:
- Constant Field Values
-
NAME_PRODUCT_PAGE
public static final java.lang.String NAME_PRODUCT_PAGE
- See Also:
- Constant Field Values
-
NAME_POSTFIX
public static final java.lang.String NAME_POSTFIX
- See Also:
- Constant Field Values
-
-
Method Detail
-
productPage
public ProductPageModel productPage(CatalogVersionModel catalogVersion)
-
primaryProductPage
public ProductPageModel primaryProductPage(CatalogVersionModel catalogVersion, CmsPageStatus pageStatus)
-
primaryProductPage
public ProductPageModel primaryProductPage(CatalogVersionModel catalogVersion, CmsPageStatus pageStatus, java.lang.String pageUid)
-
getProductPageDao
public ProductPageDao getProductPageDao()
-
setProductPageDao
public void setProductPageDao(ProductPageDao productPageDao)
-
getPageTemplateModelMother
public PageTemplateModelMother getPageTemplateModelMother()
-
setPageTemplateModelMother
public void setPageTemplateModelMother(PageTemplateModelMother pageTemplateModelMother)
-
getMediaModelMother
public MediaModelMother getMediaModelMother()
-
setMediaModelMother
public void setMediaModelMother(MediaModelMother mediaModelMother)
-
-