Package de.hybris.platform.cockpit.daos
Interface TypeDefinitionDao
- All Known Implementing Classes:
DefaultTypeDefinitionDao
public interface TypeDefinitionDao
DAO for getting a list of
TypeDefinitionDao.TypeDefinition-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface -
Method Summary
Modifier and TypeMethodDescriptionGets all ComposedTypes wrapped asTypeDefinitionDao.TypeDefinitions.
-
Method Details
-
findAllTypeDefinitions
List<TypeDefinitionDao.TypeDefinition> findAllTypeDefinitions()Gets all ComposedTypes wrapped asTypeDefinitionDao.TypeDefinitions.
-