Package | Description |
---|---|
com.neurosys.q.domain | |
com.neurosys.refs.domain |
Introduction
|
com.neurosys.refs.transformers | |
com.neurosys.tracking.service |
Modifier and Type | Method and Description |
---|---|
Reference |
BatchInfo.getDispatcher()
|
Modifier and Type | Class and Description |
---|---|
class |
ActivityRef
Reference to an event or activity that has a physical or meta-physical presence. |
class |
AffiliateRef
This represents
Reference to an Affiliate org, or person |
class |
DataRef
Reference to Some data. |
class |
DesignationRef
This represents add the
DesignationRef s PersonRef s may have |
class |
OrganizationRef
This represents a
Reference to an Organization |
class |
PersonOrgRef
This represents references that can be a
PersonRef or an OrganizationRef . |
class |
PersonRef
This represents all people that we maintain ref-integrity with other entities.
A Reference to a PersonRef can have getParent() as OrganizationRef and getRelated() as DesignationRef |
class |
PlaceRef
Reference to a place , venue etc. |
class |
PointRef
Represents the
Reference of a PlaceRef with GeoLocation
of any Place.WARN : A PointRef should not have the same reference name as any order place |
class |
ThingRef
Reference to Some thing. |
Constructor and Description |
---|
ActivityRef(String name,
Reference parent) |
AffiliateRef(String name,
Reference parent) |
DataRef(String name,
Reference parent) |
DesignationRef(String name,
Reference parent) |
OrganizationRef(String name,
Reference parent) |
PersonOrgRef(String name,
Reference parent) |
PersonRef(String name,
Reference parent) |
PlaceRef(String name,
Reference parent) |
PointRef(String name,
Reference parent) |
Reference(Reference t) |
Reference(String name,
Reference parent) |
ThingRef(String name,
Reference parent) |
Modifier and Type | Class and Description |
---|---|
class |
StringToReferenceTransformer<R extends Reference>
|
Modifier and Type | Method and Description |
---|---|
protected Reference |
ReferencePersistTransformer.deriveRelative(Object relatedRefType,
String mainRefName) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractMasterTrackingService.generateAndPushNewKey(Reference ref)
|
abstract void |
AbstractMasterTrackingService.pushFeatures(Reference ref) |
protected abstract void |
AbstractMasterTrackingService.pushKey(Key key,
Reference ref) |
abstract void |
AbstractMasterTrackingService.pushTracking(Reference ref) |
Copyright © 2018. All rights reserved.