@Deprecated @Component(value="blSkuRestrictionFactory") public class SkuRestrictionFactoryImpl extends Object implements RestrictionFactory
| Modifier and Type | Field and Description |
|---|---|
protected static String |
DEFAULT_SKU_PATH_PREFIX
Deprecated.
|
protected RestrictionFactory |
delegate
Deprecated.
|
protected String |
skuPropertyPrefix
Deprecated.
|
| Constructor and Description |
|---|
SkuRestrictionFactoryImpl()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected javax.persistence.criteria.Predicate |
buildCompositePredicate(javax.persistence.criteria.CriteriaBuilder builder,
javax.persistence.criteria.Path targetPropertyPath,
javax.persistence.criteria.Path productPath,
javax.persistence.criteria.Predicate propertyExpression,
javax.persistence.criteria.Predicate defaultSkuExpression)
Deprecated.
|
RestrictionFactory |
getDelegate()
Deprecated.
|
Restriction |
getRestriction(String type,
String propertyId)
Deprecated.
|
String |
getSkuPropertyPrefix()
Deprecated.
|
void |
setDelegate(RestrictionFactory delegate)
Deprecated.
|
void |
setSkuPropertyPrefix(String skuPropertyPrefix)
Deprecated.
|
protected RestrictionFactory delegate
protected static final String DEFAULT_SKU_PATH_PREFIX
protected String skuPropertyPrefix
public Restriction getRestriction(String type, String propertyId)
getRestriction in interface RestrictionFactoryprotected javax.persistence.criteria.Predicate buildCompositePredicate(javax.persistence.criteria.CriteriaBuilder builder,
javax.persistence.criteria.Path targetPropertyPath,
javax.persistence.criteria.Path productPath,
javax.persistence.criteria.Predicate propertyExpression,
javax.persistence.criteria.Predicate defaultSkuExpression)
public RestrictionFactory getDelegate()
public void setDelegate(RestrictionFactory delegate)
public String getSkuPropertyPrefix()
public void setSkuPropertyPrefix(String skuPropertyPrefix)
Copyright © 2014. All Rights Reserved.