程序包 | 说明 |
---|---|
com.ags.mes.server.api.domain | |
com.ags.mes.server.api.service | |
com.ags.mes.server.api.service.impl |
限定符和类型 | 方法和说明 |
---|---|
Area |
ProductionLine.getArea() |
Area |
FailureEntry.getArea() |
Area |
Area.getParentArea() |
限定符和类型 | 方法和说明 |
---|---|
List<Area> |
Site.getAreas() |
List<Area> |
Area.getAreas() |
限定符和类型 | 方法和说明 |
---|---|
void |
Area.addArea(Area childrenAreaObj) |
void |
Area.removeArea(Area childrenAreaObj) |
void |
ProductionLine.setArea(Area areaObject) |
void |
FailureEntry.setArea(Area area) |
void |
Area.setParentArea(Area parentArea) |
限定符和类型 | 方法和说明 |
---|---|
Area |
IAreaService.addArea(long areaId,
long parentAreaId)
向父area中加入新的area
|
Area |
IAreaService.addToSite(long areaId,
long siteId)
将指定的area加入指定的site中
|
Area |
IAreaService.getAreaByName(String areaName)
通过area的名称,获得area对象
|
Area |
IAreaService.getParentArea(long areaId)
根据当前area的id,获得父area信息
|
Area |
IAreaService.removeArea(long areaId,
long parentAreaId)
从父area中移除指定id的area
|
限定符和类型 | 方法和说明 |
---|---|
Collection<Area> |
ISNInfoReportService.getAllArea() |
List<Area> |
IAreaService.listBySiteId(long siteId)
通过site的id,获得该site所拥有的area
|
List<Area> |
IAreaService.listByWorkScheduleId(long workScheduleId)
根据排班计划获取区域
|
List<Area> |
IAreaService.listChildAreas(long areaId)
根据当前area id,获得所有的子area
|
限定符和类型 | 方法和说明 |
---|---|
Collection<ProductionLine> |
ISNInfoReportService.listProductionLineByArea(Area area)
产线ComboBox的选项根据厂区 ComboBox中的值获取
|
限定符和类型 | 方法和说明 |
---|---|
Area |
AreaService.addArea(long areaId,
long parentAreaId) |
Area |
AreaService.addToSite(long areaId,
long siteId) |
Area |
AreaService.getAreaByName(String areaName) |
Area |
AreaService.getParentArea(long areaId) |
Area |
AreaService.removeArea(long areaId,
long parentAreaId) |
Area |
AreaService.save(Area obj) |
限定符和类型 | 方法和说明 |
---|---|
Collection<Area> |
SNInfoReportService.getAllArea() |
List<Area> |
AreaService.listBySiteId(long siteId) |
List<Area> |
AreaService.listByWorkScheduleId(long workScheduleId) |
List<Area> |
AreaService.listChildAreas(long areaId) |
限定符和类型 | 方法和说明 |
---|---|
Collection<ProductionLine> |
SNInfoReportService.listProductionLineByArea(Area area)
产线ComboBox的选项根据厂区 ComboBox中的值获取
|
Area |
AreaService.save(Area obj) |
Copyright © 2019. All rights reserved.