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 LogisticsServicepublic Area loadArea(String code, String type)
loadArea in interface LogisticsServiceCopyright © 2018. All rights reserved.