public class LinkComponentModelMother extends AbstractModelMother<CMSLinkComponentModel>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAME_CATEGORY_LINK |
static java.lang.String |
NAME_CONTENT_PAGE_LINK |
static java.lang.String |
NAME_EXTERNAL_LINK |
static java.lang.String |
NAME_PRODUCT_LINK |
static java.lang.String |
UID_CATEGORY_LINK |
static java.lang.String |
UID_CONTENT_PAGE_LINK |
static java.lang.String |
UID_EXTERNAL_LINK |
static java.lang.String |
UID_PRODUCT_LINK |
| Constructor and Description |
|---|
LinkComponentModelMother() |
getFlexibleSearchService, getFromCollectionOrSaveAndReturn, getModelFromCollection, getModelService, getOrSaveAndReturn, saveModel, setFlexibleSearchService, setModelServicepublic static final java.lang.String UID_PRODUCT_LINK
public static final java.lang.String UID_CATEGORY_LINK
public static final java.lang.String UID_CONTENT_PAGE_LINK
public static final java.lang.String UID_EXTERNAL_LINK
public static final java.lang.String NAME_PRODUCT_LINK
public static final java.lang.String NAME_CATEGORY_LINK
public static final java.lang.String NAME_CONTENT_PAGE_LINK
public static final java.lang.String NAME_EXTERNAL_LINK
public CMSLinkComponentModel createProductLinkComponentModel(CatalogVersionModel catalogVersion)
public CMSLinkComponentModel createCategoryLinkComponentModel(CatalogVersionModel catalogVersion)
public CMSLinkComponentModel createContentPageLinkComponentModel(CatalogVersionModel catalogVersion)
public CMSLinkComponentModel createExternalLinkComponentModel(CatalogVersionModel catalogVersion)
protected LinkComponentDao getLinkComponentDao()
public void setLinkComponentDao(LinkComponentDao linkComponentDao)
protected ProductModelMother getProductModelMother()
public void setProductModelMother(ProductModelMother productModelMother)
protected CatalogVersionModelMother getCatalogVersionModelMother()
public void setCatalogVersionModelMother(CatalogVersionModelMother catalogVersionModelMother)
protected CategoryModelMother getCategoryModelMother()
public void setCategoryModelMother(CategoryModelMother categoryModelMother)
protected ContentPageModelMother getContentPageModelMother()
public void setContentPageModelMother(ContentPageModelMother contentPageModelMother)
Copyright © 2018 SAP SE. All Rights Reserved.