@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 ShipmentDetailService
public ShipmentDetail findById(Long id)
findById
in interface ShipmentDetailService
public ShipmentDetail createNew()
createNew
in interface ShipmentDetailService
Copyright © 2018. All rights reserved.