Interface SchoolingCreateActionLogicExtension

All Known Implementing Classes:
SchoolingCreateActionExtension

public interface SchoolingCreateActionLogicExtension
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    linkRequirementRules(List<Entity> schoolingEntities, Entity courseOfStudy)
    Connect all the requirement package rules which are associated with the selected course of study.
  • Method Details

    • linkRequirementRules

      void linkRequirementRules(List<Entity> schoolingEntities, Entity courseOfStudy)
      Connect all the requirement package rules which are associated with the selected course of study. If onlyAdditional is true, already linked rules will be skiped.
      Parameters:
      schoolingEntities - list of schooling entites for which the rules have to be linked with
      courseOfStudy - selected course of study with associated requirement packages