Uses of Class
info.ejava.examples.svc.aop.items.dto.ItemDTO
Packages that use ItemDTO
Package
Description
-
Uses of ItemDTO in info.ejava.examples.svc.aop.items.controllers
Classes in info.ejava.examples.svc.aop.items.controllers with type parameters of type ItemDTOMethods in info.ejava.examples.svc.aop.items.controllers that return types with arguments of type ItemDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<ItemDTO> ChairsController.createItem(ChairDTO item) org.springframework.http.ResponseEntity<ItemDTO> GrillsController.createItem(GrillDTO item) org.springframework.http.ResponseEntity<ItemDTO> ItemsController.createItem(T item) org.springframework.http.ResponseEntity<ItemDTO> ChairsController.getItem(int id) org.springframework.http.ResponseEntity<ItemDTO> ItemsController.getItem(int id) org.springframework.http.ResponseEntity<ItemDTO> ChairsController.updateItem(int id, ChairDTO item) org.springframework.http.ResponseEntity<ItemDTO> GrillsController.updateItem(int id, GrillDTO item) org.springframework.http.ResponseEntity<ItemDTO> ItemsController.updateItem(int id, T item) -
Uses of ItemDTO in info.ejava.examples.svc.aop.items.dto
Subclasses of ItemDTO in info.ejava.examples.svc.aop.items.dto -
Uses of ItemDTO in info.ejava.examples.svc.aop.items.normalizers
Classes in info.ejava.examples.svc.aop.items.normalizers with type parameters of type ItemDTO -
Uses of ItemDTO in info.ejava.examples.svc.aop.items.proxyfactory
Methods in info.ejava.examples.svc.aop.items.proxyfactory with parameters of type ItemDTOModifier and TypeMethodDescriptionvoidMyAccessAspects.MyAccessAssignmentAspect.assignAccess(ItemDTO protectedObject) -
Uses of ItemDTO in info.ejava.examples.svc.aop.items.services
Classes in info.ejava.examples.svc.aop.items.services with type parameters of type ItemDTOModifier and TypeInterfaceDescriptioninterfaceItemsService<T extends ItemDTO>classItemsServiceImpl<T extends ItemDTO>