Class CMSNavigationEntryModelMother
- java.lang.Object
-
- de.hybris.platform.cmsfacades.util.models.AbstractModelMother<CMSNavigationEntryModel>
-
- de.hybris.platform.cmsfacades.util.models.CMSNavigationEntryModelMother
-
public class CMSNavigationEntryModelMother extends AbstractModelMother<CMSNavigationEntryModel>
-
-
Constructor Summary
Constructors Constructor Description CMSNavigationEntryModelMother()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CMSNavigationEntryModel
createEntryAndAddToNavigationNode(CMSNavigationNodeModel navigationNode, CatalogVersionModel catalogVersion, ItemModel itemModel, java.lang.String uid)
CMSNavigationDao
getNavigationDao()
void
setNavigationDao(CMSNavigationDao navigationDao)
-
Methods inherited from class de.hybris.platform.cmsfacades.util.models.AbstractModelMother
getFlexibleSearchService, getFromCollectionOrSaveAndReturn, getModelFromCollection, getModelService, getOrSaveAndReturn, saveModel, setFlexibleSearchService, setModelService
-
-
-
-
Method Detail
-
createEntryAndAddToNavigationNode
public CMSNavigationEntryModel createEntryAndAddToNavigationNode(CMSNavigationNodeModel navigationNode, CatalogVersionModel catalogVersion, ItemModel itemModel, java.lang.String uid)
-
getNavigationDao
public CMSNavigationDao getNavigationDao()
-
setNavigationDao
public void setNavigationDao(CMSNavigationDao navigationDao)
-
-