Class SkuLookupByProductCustomPersistenceHandler

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

@Component("blSkuLookupByProductCustomPersistenceHandler") public class SkuLookupByProductCustomPersistenceHandler extends CustomPersistenceHandlerAdapter
This persistence handler handles all Sku inspects and fetches where the `toOneLookup` custom criteria is on the persistence package and the lookup is product specific. This allows for special product-based filtering and display functionality for specific sku look-ups.
Author:
Marie Standeven (marieStandeven)