Uses of Class
dev.vality.damsel.domain.DomainObject
| Package | Description |
|---|---|
| dev.vality.damsel.domain | |
| dev.vality.damsel.domain_config |
-
Uses of DomainObject in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain with parameters of type DomainObject Modifier and Type Method Description intDomainObject. compareTo(DomainObject other)booleanDomainObject. equals(DomainObject other)Constructors in dev.vality.damsel.domain with parameters of type DomainObject Constructor Description DomainObject(DomainObject other) -
Uses of DomainObject in dev.vality.damsel.domain_config
Fields in dev.vality.damsel.domain_config declared as DomainObject Modifier and Type Field Description DomainObjectUpdateOp. new_objectDomainObjectInsertOp. objectDomainObjectRemoveOp. objectDomainObjectVersionedObject. objectDomainObjectUpdateOp. old_objectFields in dev.vality.damsel.domain_config with type parameters of type DomainObject Modifier and Type Field Description Map<Reference,DomainObject>Snapshot. domainMethods in dev.vality.damsel.domain_config that return DomainObject Modifier and Type Method Description DomainObjectUpdateOp. getNewObject()DomainObjectInsertOp. getObject()DomainObjectRemoveOp. getObject()DomainObjectVersionedObject. getObject()DomainObjectUpdateOp. getOldObject()Methods in dev.vality.damsel.domain_config that return types with arguments of type DomainObject Modifier and Type Method Description Map<Reference,DomainObject>Snapshot. getDomain()Methods in dev.vality.damsel.domain_config with parameters of type DomainObject Modifier and Type Method Description voidSnapshot. putToDomain(Reference key, DomainObject val)UpdateOpUpdateOp. setNewObject(DomainObject new_object)InsertOpInsertOp. setObject(DomainObject object)RemoveOpRemoveOp. setObject(DomainObject object)VersionedObjectVersionedObject. setObject(DomainObject object)UpdateOpUpdateOp. setOldObject(DomainObject old_object)Method parameters in dev.vality.damsel.domain_config with type arguments of type DomainObject Modifier and Type Method Description SnapshotSnapshot. setDomain(Map<Reference,DomainObject> domain)Constructors in dev.vality.damsel.domain_config with parameters of type DomainObject Constructor Description InsertOp(DomainObject object)RemoveOp(DomainObject object)UpdateOp(DomainObject old_object, DomainObject new_object)VersionedObject(long version, DomainObject object)Constructor parameters in dev.vality.damsel.domain_config with type arguments of type DomainObject Constructor Description Snapshot(long version, Map<Reference,DomainObject> domain)