Class LinkComponentModelMother
java.lang.Object
de.hybris.platform.cmsfacades.util.models.AbstractModelMother<CMSLinkComponentModel>
de.hybris.platform.cmsfacades.util.models.LinkComponentModelMother
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateCategoryLinkComponentModel(CatalogVersionModel catalogVersion) createContentPageLinkComponentModel(CatalogVersionModel catalogVersion) createExternalLinkComponentModel(CatalogVersionModel catalogVersion) createProductLinkComponentModel(CatalogVersionModel catalogVersion) protected CatalogVersionModelMotherprotected CategoryModelMotherprotected ContentPageModelMotherprotected LinkComponentDaoprotected ProductModelMothervoidsetCatalogVersionModelMother(CatalogVersionModelMother catalogVersionModelMother) voidsetCategoryModelMother(CategoryModelMother categoryModelMother) voidsetContentPageModelMother(ContentPageModelMother contentPageModelMother) voidsetLinkComponentDao(LinkComponentDao linkComponentDao) voidsetProductModelMother(ProductModelMother productModelMother) Methods inherited from class de.hybris.platform.cmsfacades.util.models.AbstractModelMother
getFlexibleSearchService, getFromCollectionOrSaveAndReturn, getModelFromCollection, getModelService, getOrSaveAndReturn, saveModel, setFlexibleSearchService, setModelService
-
Field Details
-
UID_PRODUCT_LINK
- See Also:
-
UID_CATEGORY_LINK
- See Also:
-
UID_CONTENT_PAGE_LINK
- See Also:
-
UID_EXTERNAL_LINK
- See Also:
-
NAME_PRODUCT_LINK
- See Also:
-
NAME_CATEGORY_LINK
- See Also:
-
NAME_CONTENT_PAGE_LINK
- See Also:
-
NAME_EXTERNAL_LINK
- See Also:
-
-
Constructor Details
-
LinkComponentModelMother
public LinkComponentModelMother()
-
-
Method Details
-
createProductLinkComponentModel
-
createCategoryLinkComponentModel
-
createContentPageLinkComponentModel
public CMSLinkComponentModel createContentPageLinkComponentModel(CatalogVersionModel catalogVersion) -
createExternalLinkComponentModel
-
getLinkComponentDao
-
setLinkComponentDao
-
getProductModelMother
-
setProductModelMother
-
getCatalogVersionModelMother
-
setCatalogVersionModelMother
-
getCategoryModelMother
-
setCategoryModelMother
-
getContentPageModelMother
-
setContentPageModelMother
-