Class ISOCountryPersistenceHandler

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

@Component("blISOCountryPersistenceHandler") public class ISOCountryPersistenceHandler extends CustomPersistenceHandlerAdapter
By default, we will filter all ISOCountries to return only those that have names. (i.e. the International Standards Organization has officially assigned the 2 character alpha code to a country or region)
Author:
Elbert Bautista (elbertbautista)