Serialized Form


Package org.gcube.accounting.datamodel

Class org.gcube.accounting.datamodel.RawUsageRecord extends Object implements Serializable

serialVersionUID: 5714960796256372093L

Serialized Fields

id

String id
The id of the usage record


createTime

Calendar createTime
When the record was created


modifyTime

Calendar modifyTime
When the record was last modified


creatorId

String creatorId
Who created the record; usually differs from the consumer. It can be the connector, the middleware, etc..


consumerId

String consumerId
The id of the entity who consumed the resource


fullyQualifiedConsumerId

String fullyQualifiedConsumerId
Fully-qualifield consumer identity. Includes the full path of the consumer in the organisation.


startTime

Calendar startTime

endTime

Calendar endTime

resourceOwner

String resourceOwner
The owner of the resource


extension

Map<K,V> extension
resource-specific properties. These most likely have dedicated getters/setters in subclasses


custom

Map<K,V> custom
Custom properties (user-defined)


aggregatedId

String aggregatedId
If replaced by an aggregated UR, this field is a link to it


resourceType

String resourceType
The type of the resource this UR refers to


Package org.gcube.accounting.exception

Class org.gcube.accounting.exception.ConfigurationException extends Exception implements Serializable

serialVersionUID: -3673354721233342097L

Class org.gcube.accounting.exception.DBConnectionException extends Exception implements Serializable

serialVersionUID: 3437767710407434248L

Class org.gcube.accounting.exception.InvalidValueException extends Exception implements Serializable

serialVersionUID: 4403699127526286772L

Class org.gcube.accounting.exception.NotAuthorizedException extends Exception implements Serializable

serialVersionUID: 377457285810002449L

Class org.gcube.accounting.exception.NotFoundException extends Exception implements Serializable

serialVersionUID: 377357285860002449L

Class org.gcube.accounting.exception.QueryFormatException extends Exception implements Serializable

serialVersionUID: -8160256582209167364L

Class org.gcube.accounting.exception.ServiceException extends Exception implements Serializable

serialVersionUID: 115912228204983452L


Package org.gcube.accounting.exception.rest

Class org.gcube.accounting.exception.rest.BadRequestException extends javax.ws.rs.WebApplicationException implements Serializable

serialVersionUID: 2227380766095231436L

Class org.gcube.accounting.exception.rest.NotAuthorizedException extends javax.ws.rs.WebApplicationException implements Serializable

serialVersionUID: 1824992436220750197L

Class org.gcube.accounting.exception.rest.NotFoundException extends javax.ws.rs.WebApplicationException implements Serializable

serialVersionUID: -5422459346645796367L

Class org.gcube.accounting.exception.rest.NotImplementedException extends javax.ws.rs.WebApplicationException implements Serializable

serialVersionUID: -3593932095576367425L

Class org.gcube.accounting.exception.rest.ServerErrorException extends javax.ws.rs.WebApplicationException implements Serializable

serialVersionUID: -3105524779372927645L

Class org.gcube.accounting.exception.rest.UnauthorizedException extends javax.ws.rs.WebApplicationException implements Serializable

serialVersionUID: -6100736200042670582L



Copyright © 2012. All Rights Reserved.