Uses of Interface
de.hybris.platform.cms2.servicelayer.daos.CMSNavigationDao
-
Packages that use CMSNavigationDao Package Description de.hybris.platform.cms2.servicelayer.daos.impl de.hybris.platform.cms2.servicelayer.services.impl de.hybris.platform.cmsfacades.util.models -
-
Uses of CMSNavigationDao in de.hybris.platform.cms2.servicelayer.daos.impl
Classes in de.hybris.platform.cms2.servicelayer.daos.impl that implement CMSNavigationDao Modifier and Type Class Description classDefaultCMSNavigationDaoDefault implementation ofCMSNavigationDaointerface. -
Uses of CMSNavigationDao in de.hybris.platform.cms2.servicelayer.services.impl
Methods in de.hybris.platform.cms2.servicelayer.services.impl that return CMSNavigationDao Modifier and Type Method Description protected CMSNavigationDaoDefaultCMSNavigationService. getCmsNavigationDao()Methods in de.hybris.platform.cms2.servicelayer.services.impl with parameters of type CMSNavigationDao Modifier and Type Method Description voidDefaultCMSNavigationService. setCmsNavigationDao(CMSNavigationDao cmsNavigationDao) -
Uses of CMSNavigationDao in de.hybris.platform.cmsfacades.util.models
Methods in de.hybris.platform.cmsfacades.util.models that return CMSNavigationDao Modifier and Type Method Description CMSNavigationDaoCMSNavigationEntryModelMother. getNavigationDao()CMSNavigationDaoCMSNavigationNodeModelMother. getNavigationDao()Methods in de.hybris.platform.cmsfacades.util.models with parameters of type CMSNavigationDao Modifier and Type Method Description voidCMSNavigationEntryModelMother. setNavigationDao(CMSNavigationDao navigationDao)voidCMSNavigationNodeModelMother. setNavigationDao(CMSNavigationDao navigationDao)
-