Class Summary |
ErrorMessage |
This class is responsible for mapping all the error codes into user-friendly text messages. |
GeneralAnalyzer |
This class is used to collect and analyze performance data. |
GeneralService |
The parent class for all the classes implementing the service business logic: ServiceLogic
and ServiceMacro . |
ServiceAnalyzer |
Implementation of the general GeneralAnalyzer abstract class for the specific
web service. |
ServiceData |
The container for all STATIC settings used by the business service logic (string values etc.). |
ServiceLogic |
The "interface" class, implementing the high level behavior of the service. |
ServiceMacro |
This class provides all the logic used to prepare the calls to the necessary DAO, hence it's an intermediate
layer between the upper main business logic (the ServiceLogic class) and the underlying
datasource layer (the ServiceDAO class). |