@Service(value="blReturnConfirmationService") public class ReturnConfirmationServiceImpl extends Object implements ReturnConfirmationService
Modifier and Type | Field and Description |
---|---|
protected ReturnConfirmationDao |
returnConfirmationDao |
Constructor and Description |
---|
ReturnConfirmationServiceImpl() |
Modifier and Type | Method and Description |
---|---|
ReturnConfirmation |
createNew() |
void |
delete(ReturnConfirmation rc) |
ReturnConfirmation |
findById(Long id) |
ReturnConfirmation |
save(ReturnConfirmation rc) |
protected ReturnConfirmationDao returnConfirmationDao
public ReturnConfirmation createNew()
createNew
in interface ReturnConfirmationService
@Transactional(value="blTransactionManager") public void delete(ReturnConfirmation rc)
delete
in interface ReturnConfirmationService
@Transactional(value="blTransactionManager") public ReturnConfirmation save(ReturnConfirmation rc)
save
in interface ReturnConfirmationService
@Transactional(value="blTransactionManager") public ReturnConfirmation findById(Long id)
findById
in interface ReturnConfirmationService
Copyright © 2018. All rights reserved.