Interface AdministratorProcessor

All Superinterfaces:
BusinessObject
All Known Implementing Classes:
BasicAdministratorProcessor

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

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

The default "administratorProcessorImplementer" is BasicAdministratorProcessor.

Author:
David Tobey