A B C D E F G I J M O P R S U
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- Commission - Class in edu.cnm.deepdive.albuquirky.model.entity
-
This is the
Commissionentity class, which declares the attributes needed for each commission which includes, the commission ID, the commission request, waitlist position, the seller ID, a timestamp, theCommissionID and theProductID. - Commission() - Constructor for class edu.cnm.deepdive.albuquirky.model.entity.Commission
- CommissionController - Class in edu.cnm.deepdive.albuquirky.controller
-
The CommissionController class is the
RestControllerthat maps the endpoints of "/commissions" for the communication between the server-side and client-side forCommission. - CommissionController(CommissionService) - Constructor for class edu.cnm.deepdive.albuquirky.controller.CommissionController
-
Constructs the instance of CommissionService object
- CommissionRepository - Interface in edu.cnm.deepdive.albuquirky.model.dao
-
The CommissionRepository contains a list of methods used to query the database for items in the
Commissiontable. - CommissionService - Class in edu.cnm.deepdive.albuquirky.service
-
This class handles all of the business logic for getting, putting, posting, and deleting items from the
Commissionon behalf of theCommissionServiceclass, using methods from theCommissionRepositoryinterface. - CommissionService(CommissionRepository, ProfileRepository) - Constructor for class edu.cnm.deepdive.albuquirky.service.CommissionService
-
Constructor for the instances of
CommissionRepositoryandProfileRepository. - configure(HttpSecurity) - Method in class edu.cnm.deepdive.albuquirky.configuration.SecurityConfiguration
- convert(Jwt) - Method in class edu.cnm.deepdive.albuquirky.service.ProfileService
-
Converts the JWT to a
UsernamePasswordAuthenticationToken.
All Classes All Packages