Uses of Class
com.glowmart.shop_management.dto.OrdersItemDto
Packages that use OrdersItemDto
-
Uses of OrdersItemDto in com.glowmart.shop_management.converter
Methods in com.glowmart.shop_management.converter that return OrdersItemDtoModifier and TypeMethodDescriptionstatic OrdersItemDtoOrdersItemConverter.convertToOrdersItemDto(OrdersItem ordersItem) Converts anOrdersItementity to anOrdersItemDto.Methods in com.glowmart.shop_management.converter with parameters of type OrdersItemDtoModifier and TypeMethodDescriptionstatic OrdersItemOrdersItemConverter.convertToOrdersItem(OrdersItemDto ordersItemDto) Converts anOrdersItemDtoobject to anOrdersItementity.