| Package | Description |
|---|---|
| org.mycontroller.standalone.api.jaxrs | |
| org.mycontroller.standalone.api.jaxrs.mixins | |
| org.mycontroller.standalone.db.dao | |
| org.mycontroller.standalone.firmware |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
FirmwareHandler.createFirmware(Firmware firmware) |
javax.ws.rs.core.Response |
FirmwareHandler.updateFirmware(Firmware firmware) |
| Modifier and Type | Method and Description |
|---|---|
abstract Firmware |
NodeMixinForScript.getFirmware() |
| Modifier and Type | Method and Description |
|---|---|
Firmware |
FirmwareDaoImpl.get(Firmware firmware) |
Firmware |
FirmwareDao.get(Integer typeId,
Integer versionId) |
Firmware |
FirmwareDaoImpl.get(Integer typeId,
Integer versionId) |
| Modifier and Type | Method and Description |
|---|---|
List<Firmware> |
FirmwareDaoImpl.getAll(List<Integer> ids) |
List<Firmware> |
FirmwareDao.getAllFirmwareByType(int typeId) |
List<Firmware> |
FirmwareDaoImpl.getAllFirmwareByType(int typeId) |
List<Firmware> |
FirmwareDao.getAllFirmwareByVersion(int versionId) |
List<Firmware> |
FirmwareDaoImpl.getAllFirmwareByVersion(int versionId) |
| Modifier and Type | Method and Description |
|---|---|
Firmware |
FirmwareDaoImpl.get(Firmware firmware) |
| Modifier and Type | Method and Description |
|---|---|
static void |
FirmwareUtils.createUpdateFirmware(Firmware firmware,
FirmwareUtils.FILE_TYPE fileType) |
Copyright © 2015–2019. All rights reserved.