Interface SchoolingCreateActionLogicExtension
- All Known Implementing Classes:
SchoolingCreateActionExtension
public interface SchoolingCreateActionLogicExtension
-
Method Summary
Modifier and TypeMethodDescriptionvoidlinkRequirementRules(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. IfonlyAdditionalis 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
-