程序包 | 说明 |
---|---|
com.ags.mes.server.api.domain | |
com.ags.mes.server.api.domain.base | |
com.ags.mes.server.api.service | |
com.ags.mes.server.api.service.impl |
限定符和类型 | 方法和说明 |
---|---|
ProductionLine |
WorkOrderItem.getPlannedProductionLine() |
ProductionLine |
WorkCenter.getProductionLine() |
ProductionLine |
RMAWorkOrder.getProductionLine() |
ProductionLine |
ObjectStatusCurrent.getProductionLine() |
ProductionLine |
Note.getProductionLine() |
ProductionLine |
FailureEntry.getProductionLine() |
限定符和类型 | 方法和说明 |
---|---|
List<ProductionLine> |
Route.getProductionLines() |
List<ProductionLine> |
Area.getProductionLines() |
限定符和类型 | 方法和说明 |
---|---|
void |
WorkOrderItem.setPlannedProductionLine(ProductionLine productionLine) |
void |
WorkCenter.setProductionLine(ProductionLine pLineObject) |
void |
RMAWorkOrder.setProductionLine(ProductionLine pLine) |
void |
ObjectStatusCurrent.setProductionLine(ProductionLine productionLine) |
void |
Note.setProductionLine(ProductionLine productionLine) |
void |
FailureEntry.setProductionLine(ProductionLine productionLine) |
限定符和类型 | 方法和说明 |
---|---|
ProductionLine |
WIP.getProductionLine() |
限定符和类型 | 方法和说明 |
---|---|
ProductionLine |
IProductionLineService.changeStatus(long productionLineId,
String name)
改变厂线的状态
|
ProductionLine |
IProductionLineService.getProducitonLineByName(String pLineName)
根据厂线名称查询厂线
|
限定符和类型 | 方法和说明 |
---|---|
Collection<ProductionLine> |
ISNInfoReportService.getAllProductionLine() |
List<ProductionLine> |
IProductionLineService.getByArea(long areaId)
查询区域下所有的厂线
|
List<ProductionLine> |
IProductionLineService.getByPart(long partId)
根据物料查询绑定的厂线
|
List<ProductionLine> |
IProductionLineService.getProductionLines(long routeId)
返回当前Router对象上绑定的ProductionLine 清单
|
List<ProductionLine> |
IProductionLineService.getProductionLinesByRouteId(long id)
根据工艺id查询绑定的厂线
|
List<ProductionLine> |
IProductionLineService.listByWorkScheduleId(long workScheduleId)
根据排班计划获取产线
|
Collection<ProductionLine> |
ISNInfoReportService.listProductionLineByArea(Area area)
产线ComboBox的选项根据厂区 ComboBox中的值获取
|
限定符和类型 | 方法和说明 |
---|---|
ProductionLine |
ProductionLineService.changeStatus(long productionLineId,
String name) |
ProductionLine |
ProductionLineService.getProducitonLineByName(String pLineName) |
限定符和类型 | 方法和说明 |
---|---|
Collection<ProductionLine> |
SNInfoReportService.getAllProductionLine() |
List<ProductionLine> |
ProductionLineService.getByArea(long areaId) |
List<ProductionLine> |
ProductionLineService.getByPart(long partId) |
List<ProductionLine> |
ProductionLineService.getProductionLines(long routeId) |
List<ProductionLine> |
ProductionLineService.getProductionLinesByRouteId(long id) |
List<ProductionLine> |
ProductionLineService.listByWorkScheduleId(long workScheduleId) |
Collection<ProductionLine> |
SNInfoReportService.listProductionLineByArea(Area area)
产线ComboBox的选项根据厂区 ComboBox中的值获取
|
Copyright © 2019. All rights reserved.