- All Implemented Interfaces:
- org.broadleafcommerce.common.extensibility.context.merge.MergeBeanStatusProvider, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanFactoryAware
public class OptionalUUIDWeaveStatusProvider
extends Object
implements org.broadleafcommerce.common.extensibility.context.merge.MergeBeanStatusProvider, org.springframework.beans.factory.BeanFactoryAware
Drives detection of whether or not to include the new approval status field for sandboxable entities. This field is
targeted for post 4.0 functionality. The intent is to include the field in lieu of the upcoming functionality, since
so many tables will be impacted. However, setting the "optional.sandbox.approval.status.field.enabled" property to false
in a particular implementation's property file can easily abort the inclusion of the new field.
- Author:
- Jeff Fischer