org.apache.aries.samples.blueprint.idverifier.client
Class CreditRecordOperationImpl
java.lang.Object
org.apache.aries.samples.blueprint.idverifier.client.CreditRecordOperationImpl
- All Implemented Interfaces:
- CreditRecordOperation
public class CreditRecordOperationImpl
- extends Object
- implements CreditRecordOperation
- Author:
- forrestxm
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CreditRecordOperationImpl
public CreditRecordOperationImpl(CreditRecordStore recordstore)
add
public boolean add(String arecord)
- Specified by:
add in interface CreditRecordOperation
query
public Set<String> query(String personid)
- Specified by:
query in interface CreditRecordOperation
remove
public boolean remove(String personid,
String recordNO)
- Specified by:
remove in interface CreditRecordOperation
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.