Uses of Enum Class
se.bth.pulse.entity.Project.ReportInterval
Packages that use Project.ReportInterval
-
Uses of Project.ReportInterval in se.bth.pulse.controller
Methods in se.bth.pulse.controller with parameters of type Project.ReportIntervalModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
ProjectAdminRestController.createProject
(String name, String description, Project.ReportInterval reportInterval, Date startDate, Date endDate) This method is used to create a new project.org.springframework.http.ResponseEntity
ProjectAdminRestController.editProject
(Integer id, String name, String description, Project.ReportInterval reportInterval, Date startDate, Date endDate) This method is used to edit a project. -
Uses of Project.ReportInterval in se.bth.pulse.entity
Methods in se.bth.pulse.entity that return Project.ReportIntervalModifier and TypeMethodDescriptionstatic Project.ReportInterval
Returns the enum constant of this class with the specified name.static Project.ReportInterval[]
Project.ReportInterval.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in se.bth.pulse.entity with parameters of type Project.ReportIntervalModifier and TypeMethodDescriptionvoid
Project.setReportInterval
(Project.ReportInterval reportInterval)