org.broadleafcommerce.openadmin.server.service.persistence.module.criteria
Class RestrictionFactoryImpl
java.lang.Object
org.broadleafcommerce.openadmin.server.service.persistence.module.criteria.RestrictionFactoryImpl
- All Implemented Interfaces:
- RestrictionFactory
@Service(value="blRestrictionFactory")
public class RestrictionFactoryImpl
- extends Object
- implements RestrictionFactory
- Author:
- Jeff Fischer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
restrictions
protected Map<String,Restriction> restrictions
RestrictionFactoryImpl
public RestrictionFactoryImpl()
getRestrictions
public Map<String,Restriction> getRestrictions()
setRestrictions
public void setRestrictions(Map<String,Restriction> restrictions)
getRestriction
public Restriction getRestriction(String type,
String propertyId)
- Specified by:
getRestriction in interface RestrictionFactory
Copyright © 2013. All Rights Reserved.