Interface SchoolingCreateActionLogicExtension
- All Known Implementing Classes:
SchoolingCreateActionExtension
public interface SchoolingCreateActionLogicExtension
-
Method Summary
Modifier and TypeMethodDescriptionvoid
linkRequirementRules
(List<Entity> schoolingEntities, Entity courseOfStudy) Connect all the requirement package rules which are associated with the selected course of study.
-
Method Details
-
linkRequirementRules
Connect all the requirement package rules which are associated with the selected course of study. IfonlyAdditional
is true, already linked rules will be skiped.- Parameters:
schoolingEntities
- list of schooling entites for which the rules have to be linked withcourseOfStudy
- selected course of study with associated requirement packages
-