Package edu.ucsb.cs156.rec.services
Class RequestTypeService
java.lang.Object
edu.ucsb.cs156.rec.services.RequestTypeService
Service for managing RequestType entities.
- 
Constructor Summary
ConstructorsConstructorDescriptionRequestTypeService(RequestTypeRepository requestTypeRepository) Constructor for RequestTypeService with dependency injection. - 
Method Summary
Modifier and TypeMethodDescriptionInitializes the RequestType table with hardcoded values if they are not already present. 
- 
Constructor Details
- 
RequestTypeService
Constructor for RequestTypeService with dependency injection.- Parameters:
 requestTypeRepository- The repository for RequestType entities
 
 - 
 - 
Method Details
- 
initializeRequestTypes
Initializes the RequestType table with hardcoded values if they are not already present. 
 -