Uses of Class
com.cyran.tp.server.products.ProductsDTO
Package | Description |
---|---|
com.cyran.tp.server.products |
-
Uses of ProductsDTO in com.cyran.tp.server.products
Methods in com.cyran.tp.server.products that return ProductsDTO Modifier and Type Method Description ProductsDTO[]
ProductControllerRDBS. getFirstProducts(javax.servlet.http.HttpServletRequest request, java.lang.Integer count, javax.servlet.http.HttpServletResponse response)
Method for obtaining first n products from DB to be displayed in main pagestatic ProductsDTO[]
ProductsUtils. productsToDtoMapping(Products[] products)
Creates UserDTO instances from Product instancesstatic ProductsDTO[]
ProductsUtils. productsToDtoMapping(java.util.List<Products> products)
Creates ProductDTO instances from list of Product instancesstatic ProductsDTO
ProductsUtils. productToDtoMapping(Products product)
Creates UserDTO instance from Product instance