Class RestrictionFactoryImpl
java.lang.Object
org.broadleafcommerce.openadmin.server.service.persistence.module.criteria.RestrictionFactoryImpl
- All Implemented Interfaces:
RestrictionFactory
@Service("blRestrictionFactory")
public class RestrictionFactoryImpl
extends Object
implements RestrictionFactory
- Author:
- Jeff Fischer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRestriction(String type, String propertyId) voidsetRestrictions(Map<String, Restriction> restrictions)
-
Field Details
-
restrictions
-
-
Constructor Details
-
RestrictionFactoryImpl
public RestrictionFactoryImpl()
-
-
Method Details
-
getRestrictions
-
setRestrictions
-
getRestriction
- Specified by:
getRestrictionin interfaceRestrictionFactory
-