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.StringNAME_POSTFIXstatic java.lang.StringNAME_PRODUCT_PAGEstatic java.lang.StringUID_PRIMARY_PRODUCT_PAGEstatic java.lang.StringUID_PRODUCT_PAGE
-
Constructor Summary
Constructors Constructor Description ProductPageModelMother()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MediaModelMothergetMediaModelMother()PageTemplateModelMothergetPageTemplateModelMother()ProductPageDaogetProductPageDao()ProductPageModelprimaryProductPage(CatalogVersionModel catalogVersion, CmsPageStatus pageStatus)ProductPageModelprimaryProductPage(CatalogVersionModel catalogVersion, CmsPageStatus pageStatus, java.lang.String pageUid)ProductPageModelproductPage(CatalogVersionModel catalogVersion)voidsetMediaModelMother(MediaModelMother mediaModelMother)voidsetPageTemplateModelMother(PageTemplateModelMother pageTemplateModelMother)voidsetProductPageDao(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)
-
-