Modifier and Type | Method and Description |
---|---|
Feature |
OrgFeature.getFeature() |
Modifier and Type | Method and Description |
---|---|
void |
OrgFeature.setFeature(Feature feature) |
Modifier and Type | Class and Description |
---|---|
class |
ProductPackage<F extends Feature>
A Package is like an Order
|
class |
Tier<F extends Feature>
A Tier.
|
Modifier and Type | Class and Description |
---|---|
class |
FeatureForOrganization
A
Feature for Organization
Transaction mapping table/entity between Feature , Organization and the List of Authorization or Restriction s. |
class |
ProductPackage<F extends Feature>
A Package is like an Order
|
class |
Tier<F extends Feature>
A Tier.
|
Constructor and Description |
---|
Feature(Feature feature) |
FeatureForOrganization(Feature feature) |
Modifier and Type | Class and Description |
---|---|
class |
JPAFeature
A Feature is like a Product
|
class |
JPAFeatureForOrganization
A Feature for an Organization
|
class |
JPAProductPackage
A Package is like an Order
|
class |
JPATier |
Modifier and Type | Method and Description |
---|---|
protected Map<String,Feature> |
TierToFeatureListTransformer.flattenProductPackageToFeatures(ProductPackage input)
Flattens a
ProductPackage by getting its features and
if sub-ProductPackage s exist then getting their features as well, recursively. |
protected Map<String,Feature> |
TierToFeatureListTransformer.flattenTierToFeatures(Tier input)
Flattens a
Tier by getting its features and
if sub-ProductPackage s exist then getting their features as well, recursively. |
Modifier and Type | Method and Description |
---|---|
protected Feature |
DefaultTrackingService.getFeature(TrackCycle trackCycle)
Gets the
Feature from the TrackCycle |
Modifier and Type | Method and Description |
---|---|
boolean |
DefaultRestrictionStrategy.willBeOverThreshold(TrackCycle trackCycle,
Feature feature) |
boolean |
RestrictionStrategy.willBeOverThreshold(TrackCycle trackCycle,
Feature feature)
|
Copyright © 2018. All rights reserved.