JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Hierarchy For All Packages
Package Hierarchies:
org.gcube.accounting.datamodel
,
org.gcube.accounting.datamodel.decorators
,
org.gcube.accounting.datamodel.deprecationmanagement.annotations
,
org.gcube.accounting.datamodel.deprecationmanagement.validators
,
org.gcube.accounting.datamodel.implementations
,
org.gcube.accounting.datamodel.implementations.aggregated
,
org.gcube.accounting.datamodel.validations.annotations
,
org.gcube.accounting.datamodel.validations.validators
,
org.gcube.accounting.exception
,
org.gcube.accounting.messaging
,
org.gcube.accounting.persistence
Class Hierarchy
java.lang.
Object
org.gcube.accounting.datamodel.
BasicUsageRecord
(implements java.io.
Serializable
, org.gcube.accounting.datamodel.
UsageRecord
)
org.gcube.accounting.datamodel.implementations.
JobUsageRecord
(implements org.gcube.accounting.datamodel.
SingleUsageRecord
)
org.gcube.accounting.datamodel.implementations.aggregated.
JobUsageRecord
(implements org.gcube.accounting.datamodel.
AggregatedUsageRecord
<T>)
org.gcube.accounting.datamodel.implementations.
PortletUsageRecord
(implements org.gcube.accounting.datamodel.
SingleUsageRecord
)
org.gcube.accounting.datamodel.implementations.aggregated.
PortletUsageRecord
(implements org.gcube.accounting.datamodel.
AggregatedUsageRecord
<T>)
org.gcube.accounting.datamodel.
RawUsageRecord
org.gcube.accounting.datamodel.implementations.
ServiceUsageRecord
(implements org.gcube.accounting.datamodel.
SingleUsageRecord
)
org.gcube.accounting.datamodel.implementations.aggregated.
ServiceUsageRecord
(implements org.gcube.accounting.datamodel.
AggregatedUsageRecord
<T>)
org.gcube.accounting.datamodel.implementations.aggregated.
StorageStatusUsageRecord
org.gcube.accounting.datamodel.implementations.
StorageUsageRecord
(implements org.gcube.accounting.datamodel.
SingleUsageRecord
)
org.gcube.accounting.datamodel.implementations.aggregated.
StorageUsageRecord
(implements org.gcube.accounting.datamodel.
AggregatedUsageRecord
<T>)
org.gcube.accounting.datamodel.implementations.
TaskUsageRecord
(implements org.gcube.accounting.datamodel.
SingleUsageRecord
)
org.gcube.accounting.datamodel.deprecationmanagement.validators.
DeprecatedWarningAction
(implements org.gcube.accounting.datamodel.decorators.
FieldAction
)
org.gcube.accounting.datamodel.implementations.
JobUsageRecord.CalculateWallDurationAction
(implements org.gcube.accounting.datamodel.decorators.
FieldAction
)
org.gcube.accounting.persistence.
MongoDBPersistence
org.gcube.accounting.datamodel.deprecationmanagement.validators.
MoveToOperationResultAction
(implements org.gcube.accounting.datamodel.decorators.
FieldAction
)
org.gcube.accounting.datamodel.validations.validators.
NotEmptyValidator
(implements org.gcube.accounting.datamodel.decorators.
FieldAction
)
org.gcube.accounting.datamodel.validations.validators.
NotEmptyIfNotNullValidator
org.gcube.accounting.datamodel.validations.validators.
NotNullValidator
(implements org.gcube.accounting.datamodel.decorators.
FieldAction
)
org.gcube.accounting.persistence.
Persistence
org.gcube.accounting.persistence.
CouchDBPersistence
org.gcube.accounting.persistence.
FallbackPersistence
org.gcube.accounting.datamodel.implementations.
PortletUsageRecord.MoveToConsumerIdAction
(implements org.gcube.accounting.datamodel.decorators.
FieldAction
)
org.gcube.accounting.messaging.
QueueCouple
org.gcube.accounting.datamodel.
RawUsageRecord.MoveToAggregatedUsageRecordIdAction
(implements org.gcube.accounting.datamodel.decorators.
FieldAction
)
org.gcube.accounting.datamodel.
RawUsageRecord.MoveToCreationTimeAction
(implements org.gcube.accounting.datamodel.decorators.
FieldAction
)
org.gcube.accounting.datamodel.
RawUsageRecord.MoveToUsageRecordTypeAction
(implements org.gcube.accounting.datamodel.decorators.
FieldAction
)
org.gcube.accounting.messaging.
ResourceAccounting
org.gcube.accounting.messaging.
ResourceAccountingFactory
java.lang.
Throwable
(implements java.io.
Serializable
)
java.lang.
Exception
org.gcube.accounting.exception.
InvalidValueException
org.gcube.accounting.datamodel.validations.validators.
ValidIntegerValidator
(implements org.gcube.accounting.datamodel.decorators.
FieldAction
)
org.gcube.accounting.datamodel.validations.validators.
ValidIPValidator
(implements org.gcube.accounting.datamodel.decorators.
FieldAction
)
org.gcube.accounting.datamodel.validations.validators.
ValidLongValidator
(implements org.gcube.accounting.datamodel.decorators.
FieldAction
)
org.gcube.accounting.datamodel.validations.validators.
ValidOperationResultValidator
(implements org.gcube.accounting.datamodel.decorators.
FieldAction
)
org.gcube.accounting.datamodel.validations.validators.
ValidOperationTypeValidator
(implements org.gcube.accounting.datamodel.decorators.
FieldAction
)
Interface Hierarchy
java.lang.
Comparable
<T>
org.gcube.accounting.datamodel.
AggregatedUsageRecord
<T>
org.gcube.accounting.datamodel.
SingleUsageRecord
org.gcube.accounting.datamodel.
UsageRecord
org.gcube.accounting.datamodel.
AggregatedUsageRecord
<T>
org.gcube.accounting.datamodel.
SingleUsageRecord
org.gcube.accounting.datamodel.decorators.
FieldAction
Annotation Type Hierarchy
org.gcube.accounting.datamodel.
RawUsageRecord.MoveToCreationTime
(implements java.lang.annotation.
Annotation
)
org.gcube.accounting.datamodel.
RawUsageRecord.MoveToUsageRecordType
(implements java.lang.annotation.
Annotation
)
org.gcube.accounting.datamodel.
RawUsageRecord.MoveToAggregatedUsageRecordId
(implements java.lang.annotation.
Annotation
)
org.gcube.accounting.datamodel.decorators.
AggregatedField
(implements java.lang.annotation.
Annotation
)
org.gcube.accounting.datamodel.decorators.
ComputedField
(implements java.lang.annotation.
Annotation
)
org.gcube.accounting.datamodel.decorators.
RequiredField
(implements java.lang.annotation.
Annotation
)
org.gcube.accounting.datamodel.decorators.
FieldDecorator
(implements java.lang.annotation.
Annotation
)
org.gcube.accounting.datamodel.validations.annotations.
NotEmptyIfNotNull
(implements java.lang.annotation.
Annotation
)
org.gcube.accounting.datamodel.validations.annotations.
ValidOperationType
(implements java.lang.annotation.
Annotation
)
org.gcube.accounting.datamodel.validations.annotations.
ValidIP
(implements java.lang.annotation.
Annotation
)
org.gcube.accounting.datamodel.validations.annotations.
ValidOperationResult
(implements java.lang.annotation.
Annotation
)
org.gcube.accounting.datamodel.validations.annotations.
ValidLong
(implements java.lang.annotation.
Annotation
)
org.gcube.accounting.datamodel.validations.annotations.
NotEmpty
(implements java.lang.annotation.
Annotation
)
org.gcube.accounting.datamodel.validations.annotations.
NotNull
(implements java.lang.annotation.
Annotation
)
org.gcube.accounting.datamodel.validations.annotations.
ValidInteger
(implements java.lang.annotation.
Annotation
)
org.gcube.accounting.datamodel.implementations.
JobUsageRecord.CalculateWallDuration
(implements java.lang.annotation.
Annotation
)
org.gcube.accounting.datamodel.implementations.
PortletUsageRecord.MoveToConsumerId
(implements java.lang.annotation.
Annotation
)
org.gcube.accounting.datamodel.deprecationmanagement.annotations.
MoveToOperationResult
(implements java.lang.annotation.
Annotation
)
org.gcube.accounting.datamodel.deprecationmanagement.annotations.
DeprecatedWarning
(implements java.lang.annotation.
Annotation
)
Enum Hierarchy
java.lang.
Object
java.lang.
Enum
<E> (implements java.lang.
Comparable
<T>, java.io.
Serializable
)
org.gcube.accounting.datamodel.
UsageRecord.OperationResult
org.gcube.accounting.datamodel.implementations.
JobUsageRecord.JobStatus
org.gcube.accounting.datamodel.implementations.
TaskUsageRecord.USAGE_PHASE
org.gcube.accounting.datamodel.implementations.
StorageUsageRecord.OperationType
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2015. All Rights Reserved.