Uses of Class
com.serinity.exercicecontrol.model.ActionPlan
Packages that use ActionPlan
-
Uses of ActionPlan in com.serinity.exercicecontrol.service
Methods in com.serinity.exercicecontrol.service that return ActionPlanModifier and TypeMethodDescriptionRecommendationService.RecommendationResult.actionPlan()Returns the value of theactionPlanrecord component.BehaviorChangeService.buildActionPlan(int userId, Exercise exercise, int targetMinutes) Documents buildActionPlan.Constructors in com.serinity.exercicecontrol.service with parameters of type ActionPlanModifierConstructorDescriptionRecommendationResult(Exercise exercise, String reason, int targetMinutes, ActionPlan actionPlan) Creates an instance of aRecommendationResultrecord class.