Uses of Record Class
edu.ucsb.cs.scaffold.controller.ConceptsController.SubconceptDTO
Packages that use ConceptsController.SubconceptDTO
-
Uses of ConceptsController.SubconceptDTO in edu.ucsb.cs.scaffold.controller
Methods in edu.ucsb.cs.scaffold.controller that return types with arguments of type ConceptsController.SubconceptDTOModifier and TypeMethodDescriptionConceptsController.reorderSubconcepts(Long parentConceptId, List<Long> orderedSubconceptIds) ConceptsController.MajorConceptDTO.subconcepts()Returns the value of thesubconceptsrecord component.Constructor parameters in edu.ucsb.cs.scaffold.controller with type arguments of type ConceptsController.SubconceptDTOModifierConstructorDescriptionMajorConceptDTO(Long id, String labelHtml, String color, List<ConceptsController.SubconceptDTO> subconcepts) Creates an instance of aMajorConceptDTOrecord class.