Package | Description |
---|---|
com.neurosys.crm.billing.service | |
com.neurosys.tracking.app | |
com.neurosys.tracking.strategy.service |
Modifier and Type | Method and Description |
---|---|
void |
AppTrackingService.track(TrackCycle<?,V> tracking) |
Modifier and Type | Method and Description |
---|---|
protected static TrackCycle |
TrackingServiceFactory.createTrackCycle(String namespace) |
protected TrackCycle |
DefaultTrackingService.getTrackCycle()
Gets the
TrackCycle from the ThreadLocal |
Modifier and Type | Method and Description |
---|---|
Consumer<TrackCycle> |
DefaultTrackingService.getSaveTrackCycleTransformer() |
Modifier and Type | Method and Description |
---|---|
protected Feature |
DefaultTrackingService.getFeature(TrackCycle trackCycle)
Gets the
Feature from the TrackCycle |
protected static AppTrackingService |
TrackingServiceFactory.getNewTrackingServiceInstance(TrackCycle tc) |
protected String |
DefaultTrackingService.secureValue(TrackCycle trackCycle) |
void |
DefaultTrackingService.track(TrackCycle trackCycle)
Update
TrackCycle |
Modifier and Type | Method and Description |
---|---|
void |
DefaultTrackingService.setSaveTrackCycleTransformer(Consumer<TrackCycle> saveTrackCycleTransformer) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultRestrictionStrategy<TC extends TrackCycle,V extends Number>
Strategy to handle when to throw
LimitApproachingException , LimitExceededException and SecurityException for the updating TrackCycle |
interface |
RestrictionStrategy<TC extends TrackCycle,V extends Number>
Strategy to handle when to throw
LimitApproachingException , LimitExceededException and SecurityException for the updating TrackCycle |
Modifier and Type | Method and Description |
---|---|
boolean |
DefaultRestrictionStrategy.isDataSecure(TrackCycle trackCycle,
String encrytedValue) |
boolean |
RestrictionStrategy.isDataSecure(TrackCycle trackCycle,
String encrytedValue)
Check that encrypted for of the value matches the hash value and throw
SecurityException accordingly |
boolean |
DefaultRestrictionStrategy.willBeOverThreshold(TrackCycle trackCycle,
Feature feature) |
boolean |
RestrictionStrategy.willBeOverThreshold(TrackCycle trackCycle,
Feature feature)
|
Copyright © 2018. All rights reserved.