A B C D E F G I J M O P R S U 
All Classes All Packages

C

Commission - Class in edu.cnm.deepdive.albuquirky.model.entity
This is the Commission entity class, which declares the attributes needed for each commission which includes, the commission ID, the commission request, waitlist position, the seller ID, a timestamp, the Commission ID and the Product ID.
Commission() - Constructor for class edu.cnm.deepdive.albuquirky.model.entity.Commission
 
CommissionController - Class in edu.cnm.deepdive.albuquirky.controller
The CommissionController class is the RestController that maps the endpoints of "/commissions" for the communication between the server-side and client-side for Commission.
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 Commission table.
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 Commission on behalf of the CommissionService class, using methods from the CommissionRepository interface.
CommissionService(CommissionRepository, ProfileRepository) - Constructor for class edu.cnm.deepdive.albuquirky.service.CommissionService
Constructor for the instances of CommissionRepository and ProfileRepository.
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.
A B C D E F G I J M O P R S U 
All Classes All Packages