Uses of Class
de.hirola.sportslibrary.model.RunningPlan
-
Packages that use RunningPlan Package Description de.hirola.sportslibrary.model de.hirola.sportslibrary.util -
-
Uses of RunningPlan in de.hirola.sportslibrary.model
Methods in de.hirola.sportslibrary.model that return RunningPlan Modifier and Type Method Description RunningPlanUser. getActiveRunningPlan()Get the first name of user.Methods in de.hirola.sportslibrary.model with parameters of type RunningPlan Modifier and Type Method Description voidUser. setActiveRunningPlan(RunningPlan activeRunningPlan)Set the active training plan. -
Uses of RunningPlan in de.hirola.sportslibrary.util
Methods in de.hirola.sportslibrary.util that return RunningPlan Modifier and Type Method Description RunningPlanTemplateLoader. importRunningPlanFromTemplate(@NotNull RunningPlanTemplate template)Create a running plan from a plan template object.Methods in de.hirola.sportslibrary.util with parameters of type RunningPlan Modifier and Type Method Description voidTemplateLoader. exportRunningPlanToJSON(RunningPlan runningPlan, Path exportDirPath)Exports (saves?)
-