Packages

object StudyPlan extends (Int) => StudyPlan with Serializable

Linear Supertypes
Serializable, (Int) => StudyPlan, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StudyPlan
  2. Serializable
  3. Function1
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. lazy val ALL: Vector[JsonObject]

    returns

    All StudyPlans of current year (i.e. Utils.crtYear) as a vector of JsonArray (i.e. extract the array in the '_data' field for each 'response page')

  5. val abbrevFilePath: Path
  6. def andThen[A](g: (StudyPlan) => A): (Int) => A
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  7. def apply(id: Int): StudyPlan

    Factory methods that builds an Instance of StudyPlan by fetching data from the http request and parses / resolve its result

    Factory methods that builds an Instance of StudyPlan by fetching data from the http request and parses / resolve its result

    id

    studyplan code (present in res/abbrev.tsv) If request is malformed:

    Definition Classes
    StudyPlan → Function1
    Annotations
    @throws(classOf[StudyPlanNotFoundException])
    Exceptions thrown
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  10. def compose[A](g: (A) => Int): (A) => StudyPlan
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  11. def createAbbrevFile(): Unit

    Create content of abbrev.tsv.

    Create content of abbrev.tsv.

    Reason why this file is needed:

    The name of each Study Plan is far from being consistant so a unique abbreviation has been assigned to each to suppress all kind ambiguity from user input or else. (e.g. "Bachelor en Sciences Informatiques" => "BSI"). Each study plan id has been added as well to not have to refetch it all the time.

  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. def get(id: String): JsonObject

    id

    String, id of studyPlan

    returns

    formatted Json response from server for details about given study plan If StudyPlanNotFound :

    Annotations
    @throws(classOf[StudyPlanNotFoundException])
    Exceptions thrown
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  21. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  22. def toString(): String
    Definition Classes
    Function1 → AnyRef → Any
  23. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  24. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from (Int) => StudyPlan

Inherited from AnyRef

Inherited from Any

Ungrouped