Uses of Interface
de.hybris.platform.servicelayer.type.daos.TypeDao
-
Packages that use TypeDao Package Description de.hybris.platform.servicelayer.type.daos.impl de.hybris.platform.servicelayer.type.impl -
-
Uses of TypeDao in de.hybris.platform.servicelayer.type.daos.impl
Classes in de.hybris.platform.servicelayer.type.daos.impl that implement TypeDao Modifier and Type Class Description class
DefaultTypeDao
Default implementation forTypeDao
interface. -
Uses of TypeDao in de.hybris.platform.servicelayer.type.impl
Methods in de.hybris.platform.servicelayer.type.impl that return TypeDao Modifier and Type Method Description TypeDao
DefaultTypeService. getTypeDao()
Methods in de.hybris.platform.servicelayer.type.impl with parameters of type TypeDao Modifier and Type Method Description void
DefaultTypeService. setTypeDao(TypeDao typeDao)
-