@Service(value="blShipmentDetailService") public class ShipmentDetailServiceImpl extends Object implements ShipmentDetailService
| Modifier and Type | Field and Description |
|---|---|
protected ShipmentDetailDao |
shipmentDetailDao |
| Constructor and Description |
|---|
ShipmentDetailServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
ShipmentDetail |
createNew() |
void |
delete(ShipmentDetail foi) |
ShipmentDetail |
findById(Long id) |
ShipmentDetail |
save(ShipmentDetail foi) |
protected ShipmentDetailDao shipmentDetailDao
@Transactional(value="blTransactionManager") public ShipmentDetail save(ShipmentDetail foi)
save in interface ShipmentDetailService@Transactional(value="blTransactionManager") public void delete(ShipmentDetail foi)
delete in interface ShipmentDetailServicepublic ShipmentDetail findById(Long id)
findById in interface ShipmentDetailServicepublic ShipmentDetail createNew()
createNew in interface ShipmentDetailServiceCopyright © 2018. All rights reserved.