Uses of Interface
org.gcube.accounting.datamodel.UsageRecord

Packages that use UsageRecord
org.gcube.accounting.datamodel   
org.gcube.accounting.ut   
 

Uses of UsageRecord in org.gcube.accounting.datamodel
 

Classes in org.gcube.accounting.datamodel that implement UsageRecord
 class AbstractDelegateUsageRecord
           
 class JobUsageRecord
           
 class NetworkUsageRecord
           
 class RawUsageRecord
          A base implementation of the UsageRecord interface
 class StorageRecord
           
 class VMUsageRecord
           
 

Fields in org.gcube.accounting.datamodel declared as UsageRecord
protected  UsageRecord AbstractDelegateUsageRecord.ur
           
 

Methods in org.gcube.accounting.datamodel that return UsageRecord
 UsageRecord AbstractDelegateUsageRecord.getDelegateUR()
           
 

Constructors in org.gcube.accounting.datamodel with parameters of type UsageRecord
AbstractDelegateUsageRecord(UsageRecord ur)
           
JobUsageRecord(UsageRecord ur)
           
NetworkUsageRecord(UsageRecord ur)
           
RawUsageRecord(UsageRecord r)
          Instantiate this record using values from the given record
StorageRecord(UsageRecord ur)
           
VMUsageRecord(UsageRecord ur)
           
 

Uses of UsageRecord in org.gcube.accounting.ut
 

Methods in org.gcube.accounting.ut that return types with arguments of type UsageRecord
 Collection<UsageRecord> UsageTrackerRestAPI.getUsageRecordByProperty(String key, String value)
          Deprecated. use getUsageRecordsByQuery instead
 Collection<UsageRecord> UsageTrackerRestAPI.getUsageRecords(String query)
          Return the usage records matching the given query.
 Collection<UsageRecord> UsageTrackerRestAPI.getUsageRecordsByQuery(String query)
          Deprecated. use getUsageRecords(query) instead
 

Methods in org.gcube.accounting.ut with parameters of type UsageRecord
 void UsageTrackerRestAPI.deleteUsageRecord(UsageRecord record)
           
 void UsageTrackerRestAPI.insertUsageRecord(UsageRecord ur)
          Insert the new given usage record
 void UsageTrackerRestAPI.updateUsageRecord(UsageRecord ur)
          Update an existing usage record.
 

Method parameters in org.gcube.accounting.ut with type arguments of type UsageRecord
 void UsageTrackerRestAPI.insertUsageRecords(Collection<UsageRecord> records)
          Insert a set of usage records
 



Copyright © 2012. All Rights Reserved.