Index
A B C F G I L M O P R S U
All Classes All Packages
All Classes All Packages
All Classes All Packages
P
- Page - Class in com.cyran.tp.server.pojo
-
Class for creating Page entity
- Page() - Constructor for class com.cyran.tp.server.pojo.Page
- PageRequest - Class in com.cyran.tp.server.pojo
-
Class for creating request to page
- PageRequest() - Constructor for class com.cyran.tp.server.pojo.PageRequest
- Priviledges - Class in com.cyran.tp.server.priviledges
-
Class for priviledges
- Priviledges() - Constructor for class com.cyran.tp.server.priviledges.Priviledges
- PriviledgesController - Class in com.cyran.tp.server.priviledges
-
Controller for managing operations with priviledges
- PriviledgesController() - Constructor for class com.cyran.tp.server.priviledges.PriviledgesController
- PriviledgesDTO - Class in com.cyran.tp.server.priviledges
-
Class for mapping priviledges
- PriviledgesDTO() - Constructor for class com.cyran.tp.server.priviledges.PriviledgesDTO
-
Creates instance of Priviledge
- PriviledgesDTO(String) - Constructor for class com.cyran.tp.server.priviledges.PriviledgesDTO
-
Creates instance of Priviledge with name
- PriviledgesRepository - Interface in com.cyran.tp.server.priviledges
-
Priviledge repository for making query to DB with Priviledges
- Product - Class in com.cyran.tp.server.pojo
-
Class for creating Product entity
- Product() - Constructor for class com.cyran.tp.server.pojo.Product
- ProductClassRepository - Class in com.cyran.tp.server.products
-
Class for low level requesting session for Product table in DB using Hibernate
- ProductClassRepository() - Constructor for class com.cyran.tp.server.products.ProductClassRepository
- ProductControllerRDBS - Class in com.cyran.tp.server.products
-
Managing products and storing information about them
- ProductControllerRDBS() - Constructor for class com.cyran.tp.server.products.ProductControllerRDBS
- ProductRequest - Class in com.cyran.tp.server.pojo
-
Class for creating request for product
- ProductRequest() - Constructor for class com.cyran.tp.server.pojo.ProductRequest
- Products - Class in com.cyran.tp.server.products
-
Class for mapping products to DB table using Hibernate
- Products() - Constructor for class com.cyran.tp.server.products.Products
- ProductsDTO - Class in com.cyran.tp.server.products
-
Class for Product representation
- ProductsDTO() - Constructor for class com.cyran.tp.server.products.ProductsDTO
-
Creates empty product instance
- ProductsDTO(String, String, Double) - Constructor for class com.cyran.tp.server.products.ProductsDTO
-
Creates instance with name, description and price of product
- ProductsDTO(String, String, String, Double) - Constructor for class com.cyran.tp.server.products.ProductsDTO
-
Creates instance with name, description and price of product
- ProductsRepository - Interface in com.cyran.tp.server.products
-
Product repository for making query to Product table
- productsToDtoMapping(Products[]) - Static method in class com.cyran.tp.server.products.ProductsUtils
-
Creates UserDTO instances from Product instances
- productsToDtoMapping(List<Products>) - Static method in class com.cyran.tp.server.products.ProductsUtils
-
Creates ProductDTO instances from list of Product instances
- ProductsUtils - Class in com.cyran.tp.server.products
-
Utils for managing products instances
- ProductsUtils() - Constructor for class com.cyran.tp.server.products.ProductsUtils
- productToDtoMapping(Products) - Static method in class com.cyran.tp.server.products.ProductsUtils
-
Creates UserDTO instance from Product instance
All Classes All Packages