Class OutputJobArchivationServiceImpl
java.lang.Object
ch.tocco.nice2.outputcenter.impl.service.OutputJobArchivationServiceImpl
- All Implemented Interfaces:
OutputJobArchivationService
-
Constructor Summary
ConstructorDescriptionOutputJobArchivationServiceImpl
(Context context, CommandExecutor commandExecutor) -
Method Summary
Modifier and TypeMethodDescriptionboolean
getArchiveFlag
(String outputJobKey) boolean
switchArchiveFlag
(String outputJobKey) Switch the archive flag of the given Output_job and returns the flag
-
Constructor Details
-
OutputJobArchivationServiceImpl
-
-
Method Details
-
getArchiveFlag
- Specified by:
getArchiveFlag
in interfaceOutputJobArchivationService
-
switchArchiveFlag
Description copied from interface:OutputJobArchivationService
Switch the archive flag of the given Output_job and returns the flag- Specified by:
switchArchiveFlag
in interfaceOutputJobArchivationService
- Parameters:
outputJobKey
- String representing the primary key of the Output_job- Returns:
- archive flag after switching
-