Class DefaultListItemDTOTypeService
java.lang.Object
de.hybris.platform.integrationbackoffice.widgets.modeling.services.impl.DefaultListItemDTOTypeService
- All Implemented Interfaces:
ListItemDTOTypeService
Default implementation of
ListItemDTOTypeService.-
Constructor Summary
ConstructorsConstructorDescriptionDefaultListItemDTOTypeService(@NotNull ReadService readService) Default constructor forDefaultListItemDTOTypeService. -
Method Summary
-
Constructor Details
-
DefaultListItemDTOTypeService
Default constructor forDefaultListItemDTOTypeService.- Parameters:
readService- the service to read the type system database.
-
-
Method Details
-
getDTOType
Description copied from interface:ListItemDTOTypeServiceGets anAbstractListItemDTO's type.- Specified by:
getDTOTypein interfaceListItemDTOTypeService- Parameters:
dto- a givenAbstractListItemDTO.- Returns:
- a
TypeModelrepresenting the type of the DTO.
-