| Modifier and Type | Class and Description |
|---|---|
class |
SkuRestrictionFactoryImpl
Deprecated.
this was originally designed to search for Skus by the default Sku property if it was not set on an additional
sku. In practice this led to a lot of performance issues to actually make it work correctly. Rather than filter directly
on Skus then Sku searches/filters should instead go through a Product first
|
| Modifier and Type | Field and Description |
|---|---|
protected RestrictionFactory |
SkuRestrictionFactoryImpl.delegate
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
RestrictionFactory |
SkuRestrictionFactoryImpl.getDelegate()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SkuRestrictionFactoryImpl.setDelegate(RestrictionFactory delegate)
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
protected RestrictionFactory |
BasicPersistenceModule.restrictionFactory |
| Modifier and Type | Method and Description |
|---|---|
RestrictionFactory |
BasicPersistenceModule.getRestrictionFactory() |
| Modifier and Type | Method and Description |
|---|---|
List<FilterMapping> |
RecordHelper.getFilterMappings(PersistencePerspective persistencePerspective,
CriteriaTransferObject cto,
String ceilingEntityFullyQualifiedClassname,
Map<String,FieldMetadata> mergedUnfilteredProperties,
RestrictionFactory customRestrictionFactory) |
List<FilterMapping> |
BasicPersistenceModule.getFilterMappings(PersistencePerspective persistencePerspective,
CriteriaTransferObject cto,
String ceilingEntityFullyQualifiedClassname,
Map<String,FieldMetadata> mergedUnfilteredProperties,
RestrictionFactory customRestrictionFactory) |
void |
BasicPersistenceModule.setRestrictionFactory(RestrictionFactory restrictionFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
RestrictionFactoryImpl |
| Modifier and Type | Method and Description |
|---|---|
RestrictionFactory |
AddSearchMappingRequest.getRestrictionFactory() |
| Constructor and Description |
|---|
AddSearchMappingRequest(PersistencePerspective persistencePerspective,
CriteriaTransferObject requestedCto,
String ceilingEntityFullyQualifiedClassname,
Map<String,FieldMetadata> mergedProperties,
String propertyName,
FieldManager fieldManager,
DataFormatProvider dataFormatProvider,
RecordHelper recordHelper,
RestrictionFactory restrictionFactory) |
Copyright © 2015. All rights reserved.