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