Package de.dlr.proseo.planner.util
Klasse UtilService
java.lang.Object
de.dlr.proseo.planner.util.UtilService
Service to retrieve the utility classes
- Autor:
- Ernst Melchinger
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic JobStepUtil
Gets the utility class for managing job steps.static JobUtil
Gets the utility class for managing jobs.static OrderUtil
Gets the utility class for managing job orders.
-
Konstruktordetails
-
UtilService
public UtilService()Constructor to create the instance
-
-
Methodendetails
-
getJobUtil
Gets the utility class for managing jobs.- Gibt zurück:
- the utility class for managing jobs
-
getOrderUtil
Gets the utility class for managing job orders.- Gibt zurück:
- the utility class for managing job orders
-
getJobStepUtil
Gets the utility class for managing job steps.- Gibt zurück:
- the utility class for managing job steps
-