Interface CountryProcessor

All Superinterfaces:
BusinessObject, BusinessProcessor
All Known Implementing Classes:
BasicCountryProcessor

public interface CountryProcessor extends BusinessProcessor
Interface for business logic methods having to do with countries. Created in the Struts layer in response to requests for viewing, editing, adding, and deleting countries.

When the application needs to create an instance that implements CountryProcessor, BusinessObjectFactory finds the name of the Java class to instantiate from the "countryProcessorImplementer" setting in the appComponents.properties file.

The default "countryProcessorImplementer" is CountryProcessor.

Author:
David Tobey