Class LinkComponentModelMother
- java.lang.Object
-
- de.hybris.platform.cmsfacades.util.models.AbstractModelMother<CMSLinkComponentModel>
-
- de.hybris.platform.cmsfacades.util.models.LinkComponentModelMother
-
public class LinkComponentModelMother extends AbstractModelMother<CMSLinkComponentModel>
-
-
Field Summary
Fields Modifier and Type Field 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 Summary
Constructors Constructor Description LinkComponentModelMother()
-
Method Summary
-
Methods inherited from class de.hybris.platform.cmsfacades.util.models.AbstractModelMother
getFlexibleSearchService, getFromCollectionOrSaveAndReturn, getModelFromCollection, getModelService, getOrSaveAndReturn, saveModel, setFlexibleSearchService, setModelService
-
-
-
-
Field Detail
-
UID_PRODUCT_LINK
public static final java.lang.String UID_PRODUCT_LINK
- See Also:
- Constant Field Values
-
UID_CATEGORY_LINK
public static final java.lang.String UID_CATEGORY_LINK
- See Also:
- Constant Field Values
-
UID_CONTENT_PAGE_LINK
public static final java.lang.String UID_CONTENT_PAGE_LINK
- See Also:
- Constant Field Values
-
UID_EXTERNAL_LINK
public static final java.lang.String UID_EXTERNAL_LINK
- See Also:
- Constant Field Values
-
NAME_PRODUCT_LINK
public static final java.lang.String NAME_PRODUCT_LINK
- See Also:
- Constant Field Values
-
NAME_CATEGORY_LINK
public static final java.lang.String NAME_CATEGORY_LINK
- See Also:
- Constant Field Values
-
NAME_CONTENT_PAGE_LINK
public static final java.lang.String NAME_CONTENT_PAGE_LINK
- See Also:
- Constant Field Values
-
NAME_EXTERNAL_LINK
public static final java.lang.String NAME_EXTERNAL_LINK
- See Also:
- Constant Field Values
-
-
Method Detail
-
createProductLinkComponentModel
public CMSLinkComponentModel createProductLinkComponentModel(CatalogVersionModel catalogVersion)
-
createCategoryLinkComponentModel
public CMSLinkComponentModel createCategoryLinkComponentModel(CatalogVersionModel catalogVersion)
-
createContentPageLinkComponentModel
public CMSLinkComponentModel createContentPageLinkComponentModel(CatalogVersionModel catalogVersion)
-
createExternalLinkComponentModel
public CMSLinkComponentModel createExternalLinkComponentModel(CatalogVersionModel catalogVersion)
-
getLinkComponentDao
protected LinkComponentDao getLinkComponentDao()
-
setLinkComponentDao
public void setLinkComponentDao(LinkComponentDao linkComponentDao)
-
getProductModelMother
protected ProductModelMother getProductModelMother()
-
setProductModelMother
public void setProductModelMother(ProductModelMother productModelMother)
-
getCatalogVersionModelMother
protected CatalogVersionModelMother getCatalogVersionModelMother()
-
setCatalogVersionModelMother
public void setCatalogVersionModelMother(CatalogVersionModelMother catalogVersionModelMother)
-
getCategoryModelMother
protected CategoryModelMother getCategoryModelMother()
-
setCategoryModelMother
public void setCategoryModelMother(CategoryModelMother categoryModelMother)
-
getContentPageModelMother
protected ContentPageModelMother getContentPageModelMother()
-
setContentPageModelMother
public void setContentPageModelMother(ContentPageModelMother contentPageModelMother)
-
-