public interface IMPIHandler extends IBaseEntityHandler<MPIEntity>
限定符和类型 | 方法和说明 |
---|---|
void |
deleteById(long id) |
MPIEntity |
getByName(String name) |
List<MPIEntity> |
getByNameAndDescription(String name,
String description) |
List<MPIEntity> |
getByPartIdAndRouteIdAndRouteStepId(long partId,
String productConfRevision,
long routeId,
long routeStepId) |
MPIEntity |
getByProductionLineId(long productionLineId) |
List<MPIWrapper> |
getByWIP(WIP<?> wip,
long routeStepId) |
MPIEntity |
getByWorkOrderId(long workOrderId) |
void |
saveMpi(MPIEntity mpi,
String filename,
String fileType,
InputStream inputStream) |
countByFilter, createFilter, delete, deleteByIds, getByFilter, getById, getByIdAndEvict, list, listByFilter, listSimpleData, paging, pagingByFilter, save, saveAll
List<MPIWrapper> getByWIP(WIP<?> wip, long routeStepId)
void saveMpi(MPIEntity mpi, String filename, String fileType, InputStream inputStream)
void deleteById(long id)
deleteById
在接口中 IBaseEntityHandler<MPIEntity>
List<MPIEntity> getByPartIdAndRouteIdAndRouteStepId(long partId, String productConfRevision, long routeId, long routeStepId)
MPIEntity getByProductionLineId(long productionLineId)
MPIEntity getByWorkOrderId(long workOrderId)
Copyright © 2019. All rights reserved.