org.zeroexchange.collaboration.contract.remove
Class DAOContractRemover
java.lang.Object
org.zeroexchange.collaboration.contract.remove.DAOContractRemover
- All Implemented Interfaces:
- ContractRemover
@Transactional
public class DAOContractRemover
- extends Object
- implements ContractRemover
The contracts writer uses DAO for contract persistence.
- Author:
- black
Method Summary |
void |
remove(int contractId)
Removes the specified contract. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DAOContractRemover
public DAOContractRemover()
remove
public void remove(int contractId)
- Description copied from interface:
ContractRemover
- Removes the specified contract.
- Specified by:
remove
in interface ContractRemover
Copyright © 2013. All Rights Reserved.