Class ContentSlotModelMother
- java.lang.Object
-
- de.hybris.platform.cmsfacades.util.models.AbstractModelMother<ContentSlotModel>
-
- de.hybris.platform.cmsfacades.util.models.ContentSlotModelMother
-
public class ContentSlotModelMother extends AbstractModelMother<ContentSlotModel>
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
UID_FOOTER
static java.lang.String
UID_HEADER
static java.lang.String
UID_HEADER_EU
-
Constructor Summary
Constructors Constructor Description ContentSlotModelMother()
-
Method Summary
-
Methods inherited from class de.hybris.platform.cmsfacades.util.models.AbstractModelMother
getFlexibleSearchService, getFromCollectionOrSaveAndReturn, getModelFromCollection, getModelService, getOrSaveAndReturn, saveModel, setFlexibleSearchService, setModelService
-
-
-
-
Field Detail
-
UID_HEADER
public static final java.lang.String UID_HEADER
- See Also:
- Constant Field Values
-
UID_HEADER_EU
public static final java.lang.String UID_HEADER_EU
- See Also:
- Constant Field Values
-
UID_FOOTER
public static final java.lang.String UID_FOOTER
- See Also:
- Constant Field Values
-
-
Method Detail
-
createFooterEmptySlot
public ContentSlotModel createFooterEmptySlot(CatalogVersionModel catalogVersion)
-
createHeaderSlotWithParagraphAndLink
public ContentSlotModel createHeaderSlotWithParagraphAndLink(CatalogVersionModel catalogVersion)
-
createHeaderEuropeSlotWithParagraphAndLink
public ContentSlotModel createHeaderEuropeSlotWithParagraphAndLink(CatalogVersionModel catalogVersion)
-
createPagesOfComponents
public ContentSlotModel createPagesOfComponents(CatalogVersionModel catalogVersion)
-
createHeaderSlotWithParagraph
public ContentSlotModel createHeaderSlotWithParagraph(CatalogVersionModel catalogVersion)
-
createHeaderSlotWithSharedParagraph
public ContentSlotModel createHeaderSlotWithSharedParagraph(CatalogVersionModel catalogVersion)
-
createHeaderEmptySlot
public ContentSlotModel createHeaderEmptySlot(CatalogVersionModel catalogVersion)
-
createHeaderEuropeSlotWithParagraph
public ContentSlotModel createHeaderEuropeSlotWithParagraph(CatalogVersionModel catalogVersion)
-
createHeaderSlotWithFlashComponent
public ContentSlotModel createHeaderSlotWithFlashComponent(CatalogVersionModel catalogVersion)
-
createHeaderSlotWithLink
public ContentSlotModel createHeaderSlotWithLink(CatalogVersionModel catalogVersion)
-
createHeaderSlotWithABTestParagraphsContainer
public ContentSlotModel createHeaderSlotWithABTestParagraphsContainer(CatalogVersionModel catalogVersion)
-
createFooterSlotWithFlashComponent
protected ContentSlotModel createFooterSlotWithFlashComponent(CatalogVersionModel catalogVersion)
-
createFooterSlotWithParagraph
public ContentSlotModel createFooterSlotWithParagraph(CatalogVersionModel catalogVersion)
-
createFooterSlotWithSharedParagraph
public ContentSlotModel createFooterSlotWithSharedParagraph(CatalogVersionModel catalogVersion)
-
defaultSlot
protected ContentSlotModel defaultSlot(CatalogVersionModel catalogVersion)
-
getCmsContentSlotDao
public CMSContentSlotDao getCmsContentSlotDao()
-
setCmsContentSlotDao
public void setCmsContentSlotDao(CMSContentSlotDao cmsContentSlotDao)
-
getParagraphComponentModelMother
public ParagraphComponentModelMother getParagraphComponentModelMother()
-
setParagraphComponentModelMother
public void setParagraphComponentModelMother(ParagraphComponentModelMother paragraphComponentModelMother)
-
getLinkComponentModelMother
public LinkComponentModelMother getLinkComponentModelMother()
-
setLinkComponentModelMother
public void setLinkComponentModelMother(LinkComponentModelMother linkComponentModelMother)
-
getFlashComponentModelMother
protected FlashComponentModelMother getFlashComponentModelMother()
-
setFlashComponentModelMother
public void setFlashComponentModelMother(FlashComponentModelMother flashComponentModelMother)
-
getAbTestCMSComponentContainerModelMother
public ABTestCMSComponentContainerModelMother getAbTestCMSComponentContainerModelMother()
-
setAbTestCMSComponentContainerModelMother
public void setAbTestCMSComponentContainerModelMother(ABTestCMSComponentContainerModelMother abTestCMSComponentContainerModelMother)
-
-