Class ProductOptionsCustomPersistenceHandler

java.lang.Object
org.broadleafcommerce.openadmin.server.service.handler.CustomPersistenceHandlerAdapter
org.broadleafcommerce.admin.server.service.handler.ProductOptionsCustomPersistenceHandler
All Implemented Interfaces:
CustomPersistenceHandler, org.springframework.core.Ordered

@Component("blProductOptionsCustomPersistenceHandler") public class ProductOptionsCustomPersistenceHandler extends CustomPersistenceHandlerAdapter
This class is used to prevent updates to Product Options if "Use in Sku generation" is true but no "Allowed Values" have been set.
Author:
Nathan Moore (nathanmoore)