Searched refs:toInternalObject (Results 1 – 3 of 3) sorted by relevance
145 public PlannedExerciseBlockInternal toInternalObject() { in toInternalObject() method in PlannedExerciseBlock151 getSteps().stream().map(it -> it.toInternalObject()).collect(Collectors.toList())); in toInternalObject()
217 public PlannedExerciseStepInternal toInternalObject() { in toInternalObject() method in PlannedExerciseStep
460 getBlocks().stream().map(it -> it.toInternalObject()).collect(Collectors.toList())); in toRecordInternal()