Package overit.geocall.da
Class ExecutionPhaseServiceFactory
java.lang.Object
overit.geocall.da.ExecutionPhaseServiceFactory
Factory to create execution phase service instances.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ExecutionPhaseServiceFactory
public ExecutionPhaseServiceFactory()
-
-
Method Details
-
createFeedbackService
Returns aFeedbackServiceusing the provided parameter.- Parameters:
dao-DAOcontaining info useful to instantiate theFeedbackServiceinstance to be returned.- Returns:
- a
FeedbackServiceusing the provided parameter.
-