Class ComponentTypeGroupModelMother
- java.lang.Object
-
- de.hybris.platform.cmsfacades.util.models.AbstractModelMother<ComponentTypeGroupModel>
-
- de.hybris.platform.cmsfacades.util.models.ComponentTypeGroupModelMother
-
public class ComponentTypeGroupModelMother extends AbstractModelMother<ComponentTypeGroupModel>
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.StringCODE_LINKSprotected static java.lang.StringCODE_PARAGRAPHSprotected static java.lang.StringCODE_PARAGRAPHS_AND_BANNERSprotected static java.lang.StringCODE_PARAGRAPHS_BANNERS_AND_LINKS
-
Constructor Summary
Constructors Constructor Description ComponentTypeGroupModelMother()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CMSComponentTypeModelMothergetCmsComponentTypeModelMother()protected ComponentTypeGroupDaogetComponentTypeGroupDao()ComponentTypeGroupModelLinks()ComponentTypeGroupModelParagraphs()ComponentTypeGroupModelParagraphsAndBanners()ComponentTypeGroupModelParagraphsBannersAndLinks()voidsetCmsComponentTypeModelMother(CMSComponentTypeModelMother cmsComponentTypeModelMother)voidsetComponentTypeGroupDao(ComponentTypeGroupDao componentTypeGroupDao)-
Methods inherited from class de.hybris.platform.cmsfacades.util.models.AbstractModelMother
getFlexibleSearchService, getFromCollectionOrSaveAndReturn, getModelFromCollection, getModelService, getOrSaveAndReturn, saveModel, setFlexibleSearchService, setModelService
-
-
-
-
Field Detail
-
CODE_PARAGRAPHS
protected static final java.lang.String CODE_PARAGRAPHS
- See Also:
- Constant Field Values
-
CODE_LINKS
protected static final java.lang.String CODE_LINKS
- See Also:
- Constant Field Values
-
CODE_PARAGRAPHS_AND_BANNERS
protected static final java.lang.String CODE_PARAGRAPHS_AND_BANNERS
- See Also:
- Constant Field Values
-
CODE_PARAGRAPHS_BANNERS_AND_LINKS
protected static final java.lang.String CODE_PARAGRAPHS_BANNERS_AND_LINKS
- See Also:
- Constant Field Values
-
-
Method Detail
-
Paragraphs
public ComponentTypeGroupModel Paragraphs()
-
Links
public ComponentTypeGroupModel Links()
-
ParagraphsAndBanners
public ComponentTypeGroupModel ParagraphsAndBanners()
-
ParagraphsBannersAndLinks
public ComponentTypeGroupModel ParagraphsBannersAndLinks()
-
getComponentTypeGroupDao
protected ComponentTypeGroupDao getComponentTypeGroupDao()
-
setComponentTypeGroupDao
public void setComponentTypeGroupDao(ComponentTypeGroupDao componentTypeGroupDao)
-
getCmsComponentTypeModelMother
protected CMSComponentTypeModelMother getCmsComponentTypeModelMother()
-
setCmsComponentTypeModelMother
public void setCmsComponentTypeModelMother(CMSComponentTypeModelMother cmsComponentTypeModelMother)
-
-