Uses of Class
org.apache.aries.samples.blueprint.idverifier.client.CreditRecord

Uses of CreditRecord in org.apache.aries.samples.blueprint.idverifier.client
 

Methods in org.apache.aries.samples.blueprint.idverifier.client that return CreditRecord
 CreditRecord CreditRecordFactory.dynamicCreateBean(String record)
           
static CreditRecord CreditRecordFactory.staticCreateBean(String record)
           
 

Methods in org.apache.aries.samples.blueprint.idverifier.client that return types with arguments of type CreditRecord
 Set<CreditRecord> PersonCreditRecords.getRecords()
           
 

Methods in org.apache.aries.samples.blueprint.idverifier.client with parameters of type CreditRecord
 boolean PersonCreditRecords.add(CreditRecord arecord)
           
 boolean CreditRecordStore.add(CreditRecord arecord)
           
 boolean PersonCreditRecords.remove(CreditRecord arecord)
           
 boolean CreditRecordStore.remove(CreditRecord arecord)
           
 

Constructor parameters in org.apache.aries.samples.blueprint.idverifier.client with type arguments of type CreditRecord
CreditRecordStore(Set<CreditRecord> records)
           
 



Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.