Package | Description |
---|---|
com.neurosys.ecom.etl | |
com.neurosys.ecom.logistics.dao | |
com.neurosys.ecom.logistics.dao.jpa | |
com.neurosys.ecom.logistics.service | |
com.neurosys.ecom.strategy.service |
Modifier and Type | Class and Description |
---|---|
class |
AreaPersistTransformer<A extends Area>
Persist Area and return the Persisted Entity
|
class |
ExistingAreaLookup<T extends Area>
Check to see if a
Area already exists, and if so load it based on various other settings provided by this class. |
Modifier and Type | Method and Description |
---|---|
Area |
LogisticsDao.loadArea(String code,
String type) |
Area |
LogisticsDao.saveArea(Area area) |
Modifier and Type | Method and Description |
---|---|
Area |
LogisticsDao.saveArea(Area area) |
Modifier and Type | Method and Description |
---|---|
Area |
LogisticsDaoImpl.loadArea(String code,
String type) |
Area |
LogisticsDaoImpl.saveArea(Area area) |
Modifier and Type | Method and Description |
---|---|
Area |
LogisticsDaoImpl.saveArea(Area area) |
Modifier and Type | Method and Description |
---|---|
<A extends Area> |
LogisticsService.loadArea(String code,
String type) |
<A extends Area> |
LogisticsService.saveArea(A area) |
Modifier and Type | Method and Description |
---|---|
Area |
LogisticsServiceImpl.loadArea(String code,
String type) |
Area |
LogisticsServiceImpl.saveArea(Area area) |
Modifier and Type | Method and Description |
---|---|
Area |
LogisticsServiceImpl.saveArea(Area area) |
Modifier and Type | Method and Description |
---|---|
protected Area |
DefaultPaymentOptionsStrategy.getArea(O order) |
Copyright © 2018. All rights reserved.