org.broadleafcommerce.core.order.service
Class ProductOptionValidationServiceImpl

java.lang.Object
  extended by org.broadleafcommerce.core.order.service.ProductOptionValidationServiceImpl
All Implemented Interfaces:
ProductOptionValidationService

@Service(value="blProductOptionValidationService")
public class ProductOptionValidationServiceImpl
extends Object
implements ProductOptionValidationService


Constructor Summary
ProductOptionValidationServiceImpl()
           
 
Method Summary
 Boolean validate(ProductOption productOption, String value)
           
protected  Boolean validateRegex(String regex, String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProductOptionValidationServiceImpl

public ProductOptionValidationServiceImpl()
Method Detail

validate

public Boolean validate(ProductOption productOption,
                        String value)
Specified by:
validate in interface ProductOptionValidationService

validateRegex

protected Boolean validateRegex(String regex,
                                String value)


Copyright © 2013. All Rights Reserved.