public class LogisticsServiceImpl extends Object implements LogisticsService
Constructor and Description |
---|
LogisticsServiceImpl() |
Modifier and Type | Method and Description |
---|---|
LogisticsDao |
getDao() |
Area |
loadArea(String code,
String type) |
Area |
saveArea(Area area) |
void |
setDao(LogisticsDao dao) |
public LogisticsDao getDao()
public void setDao(LogisticsDao dao)
public Area saveArea(Area area)
saveArea
in interface LogisticsService
public Area loadArea(String code, String type)
loadArea
in interface LogisticsService
Copyright © 2018. All rights reserved.