Interface WBProblemHandler


public interface WBProblemHandler
Interface to be implemented by handler class for WBProblem. In general, the handler class is useful for generating related models, like NeoPrescription, for WBProblem when its created or updated.
  • Method Summary

    Modifier and Type Method Description
    java.util.List<NeoPrescription> computeNeoPrescriptions​(WBProblem problem)
    When a problem is created or changes in some other way which implies that prescriptions must be recomputed, this method will be called.
  • Method Details

    • computeNeoPrescriptions

      java.util.List<NeoPrescription> computeNeoPrescriptions​(WBProblem problem)
      When a problem is created or changes in some other way which implies that prescriptions must be recomputed, this method will be called. The NeoPrescriptions returned will be persisted by Platform.