@Service(value="blRestrictionFactory") public class RestrictionFactoryImpl extends java.lang.Object implements RestrictionFactory
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<java.lang.String,Restriction> |
restrictions |
| Constructor and Description |
|---|
RestrictionFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
Restriction |
getRestriction(java.lang.String type,
java.lang.String propertyId) |
java.util.Map<java.lang.String,Restriction> |
getRestrictions() |
void |
setRestrictions(java.util.Map<java.lang.String,Restriction> restrictions) |
protected java.util.Map<java.lang.String,Restriction> restrictions
public java.util.Map<java.lang.String,Restriction> getRestrictions()
public void setRestrictions(java.util.Map<java.lang.String,Restriction> restrictions)
public Restriction getRestriction(java.lang.String type, java.lang.String propertyId)
getRestriction in interface RestrictionFactoryCopyright © 2018. All Rights Reserved.