Interface IElevatorTypeService

    • Method Detail

      • getElevatorType

        IElevatorType getElevatorType​(java.lang.String name)
      • doesElevatorTypeExist

        boolean doesElevatorTypeExist​(java.lang.String name)
      • getExistingElevatorTypes

        java.util.Collection<IElevatorType> getExistingElevatorTypes()
      • getExistingElevatorKeys

        java.util.Set<java.lang.String> getExistingElevatorKeys()
      • createElevatorType

        IElevatorType createElevatorType​(java.lang.String typeKey)