org.zeroexchange.collaboration.contract.remove
Class DAOContractRemover

java.lang.Object
  extended by 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

Constructor Summary
DAOContractRemover()
           
 
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
 

Constructor Detail

DAOContractRemover

public DAOContractRemover()
Method Detail

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.