org.broadleafcommerce.openadmin.server.service.persistence.module.criteria
Class RestrictionFactoryImpl

java.lang.Object
  extended by 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

Field Summary
protected  Map<String,Restriction> restrictions
           
 
Constructor Summary
RestrictionFactoryImpl()
           
 
Method Summary
 Restriction getRestriction(String type, String propertyId)
           
 Map<String,Restriction> getRestrictions()
           
 void setRestrictions(Map<String,Restriction> restrictions)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

restrictions

protected Map<String,Restriction> restrictions
Constructor Detail

RestrictionFactoryImpl

public RestrictionFactoryImpl()
Method Detail

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.