Package de.dlr.proseo.planner.util
Class UtilService
java.lang.Object
de.dlr.proseo.planner.util.UtilService
Service to retrieve the utility classes
- Author:
- Ernst Melchinger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic JobStepUtilGets the utility class for managing job steps.static JobUtilGets the utility class for managing jobs.static OrderUtilGets the utility class for managing job orders.
-
Constructor Details
-
UtilService
public UtilService()Constructor to create the instance
-
-
Method Details
-
getJobUtil
Gets the utility class for managing jobs.- Returns:
- the utility class for managing jobs
-
getOrderUtil
Gets the utility class for managing job orders.- Returns:
- the utility class for managing job orders
-
getJobStepUtil
Gets the utility class for managing job steps.- Returns:
- the utility class for managing job steps
-