Class ContentSlotForTemplateModelMother
- java.lang.Object
-
- de.hybris.platform.cmsfacades.util.models.AbstractModelMother<ContentSlotForTemplateModel>
-
- de.hybris.platform.cmsfacades.util.models.ContentSlotForTemplateModelMother
-
public class ContentSlotForTemplateModelMother extends AbstractModelMother<ContentSlotForTemplateModel>
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringUID_FOOTER_HOMEPAGEstatic java.lang.StringUID_FOOTER_SEARCH_PAGEstatic java.lang.StringUID_HEADER_HOMEPAGE
-
Constructor Summary
Constructors Constructor Description ContentSlotForTemplateModelMother()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContentSlotForTemplateModelFooterHomepage(CatalogVersionModel catalogVersion)ContentSlotForTemplateModelFooterHomepage_ParagraphOnly(CatalogVersionModel catalogVersion)ContentSlotForTemplateModelFooterHomepage_SharedParagraphOnly(CatalogVersionModel catalogVersion)ContentSlotForTemplateModelFooterSearchPage(CatalogVersionModel catalogVersion)protected ContentSlotForTemplateDaogetContentSlotForTemplateDao()protected ContentSlotModelMothergetContentSlotModelMother()protected PageTemplateModelMothergetPageTemplateModelMother()voidsetContentSlotForTemplateDao(ContentSlotForTemplateDao contentSlotForTemplateDao)voidsetContentSlotModelMother(ContentSlotModelMother contentSlotModelMother)voidsetPageTemplateModelMother(PageTemplateModelMother pageTemplateModelMother)-
Methods inherited from class de.hybris.platform.cmsfacades.util.models.AbstractModelMother
getFlexibleSearchService, getFromCollectionOrSaveAndReturn, getModelFromCollection, getModelService, getOrSaveAndReturn, saveModel, setFlexibleSearchService, setModelService
-
-
-
-
Field Detail
-
UID_HEADER_HOMEPAGE
public static final java.lang.String UID_HEADER_HOMEPAGE
- See Also:
- Constant Field Values
-
UID_FOOTER_HOMEPAGE
public static final java.lang.String UID_FOOTER_HOMEPAGE
- See Also:
- Constant Field Values
-
UID_FOOTER_SEARCH_PAGE
public static final java.lang.String UID_FOOTER_SEARCH_PAGE
- See Also:
- Constant Field Values
-
-
Method Detail
-
FooterHomepage
public ContentSlotForTemplateModel FooterHomepage(CatalogVersionModel catalogVersion)
-
FooterHomepage_ParagraphOnly
public ContentSlotForTemplateModel FooterHomepage_ParagraphOnly(CatalogVersionModel catalogVersion)
-
FooterHomepage_SharedParagraphOnly
public ContentSlotForTemplateModel FooterHomepage_SharedParagraphOnly(CatalogVersionModel catalogVersion)
-
FooterSearchPage
public ContentSlotForTemplateModel FooterSearchPage(CatalogVersionModel catalogVersion)
-
getContentSlotForTemplateDao
protected ContentSlotForTemplateDao getContentSlotForTemplateDao()
-
setContentSlotForTemplateDao
public void setContentSlotForTemplateDao(ContentSlotForTemplateDao contentSlotForTemplateDao)
-
getContentSlotModelMother
protected ContentSlotModelMother getContentSlotModelMother()
-
setContentSlotModelMother
public void setContentSlotModelMother(ContentSlotModelMother contentSlotModelMother)
-
getPageTemplateModelMother
protected PageTemplateModelMother getPageTemplateModelMother()
-
setPageTemplateModelMother
public void setPageTemplateModelMother(PageTemplateModelMother pageTemplateModelMother)
-
-