org.apache.aries.samples.blueprint.idverifier.client
Class CreditRecordOperationImpl

java.lang.Object
  extended by org.apache.aries.samples.blueprint.idverifier.client.CreditRecordOperationImpl
All Implemented Interfaces:
CreditRecordOperation

public class CreditRecordOperationImpl
extends Object
implements CreditRecordOperation

Author:
forrestxm

Constructor Summary
CreditRecordOperationImpl(CreditRecordStore recordstore)
           
 
Method Summary
 boolean add(String arecord)
           
 Set<String> query(String personid)
           
 boolean remove(String personid, String recordNO)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreditRecordOperationImpl

public CreditRecordOperationImpl(CreditRecordStore recordstore)
Method Detail

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.