Class AbstractAcrualPostingExportTask<T>
java.lang.Object
ch.tocco.nice2.tasks.api.quartz.AbstractJob
ch.tocco.nice2.optional.accrualexport.impl.action.task.AbstractAcrualPostingExportTask<T>
- All Implemented Interfaces:
org.quartz.Job
- Direct Known Subclasses:
AccrualPostingExportTask
Deprecated.
-
Field Summary
Modifier and TypeFieldDescriptionprotected final Context
Deprecated.protected final DefaultDisplayService
Deprecated.protected final ClientNotificationService
Deprecated.protected final OutputCenterService
Deprecated.protected final QueryBuilderFactory
Deprecated.protected final EntityExplorerActionSelectionService
Deprecated.protected final TextResources
Deprecated.Fields inherited from class ch.tocco.nice2.tasks.api.quartz.AbstractJob
businessUnitManager, l10N, logger, principalManager, securityManager
-
Constructor Summary
ConstructorDescriptionAbstractAcrualPostingExportTask
(Context context, TextResources textResources, QueryBuilderFactory queryBuilderFactory, OutputCenterService outputCenterService, DefaultDisplayService defaultDisplayService, EntityExplorerActionSelectionService selectionService, ClientNotificationService notificationService) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected void
doExecute
(org.quartz.JobExecutionContext context, JobDataMapReader jobData) Deprecated.protected abstract List
<AccrualPosting> getAccrualPostings
(JobDataMapReader jobData, T selectedOrders, AccrualMethodServiceContribution configuredServiceContribution, AccrualMethodServiceContribution defaultServiceContribution) Deprecated.protected String
getLabelOfService
(AccrualMethodServiceContribution contribution) Deprecated.protected abstract Set
<PrimaryKey> getPrimaryKeys
(T selectedOrders) Deprecated.protected abstract T
getSelectedOrders
(EntityExplorerActionSelection selection) Deprecated.void
setServices
(List<AccrualMethodServiceContribution> services) Deprecated.Methods inherited from class ch.tocco.nice2.tasks.api.quartz.AbstractJob
execute, getProgress, getProgressLog, setBusinessUnitManager, setConverters, setL10N, setLogger, setPrincipalManager, setProgressPersistenceManager, setRuleProviderService, setSecurityManager
-
Field Details
-
context
Deprecated. -
textResources
Deprecated. -
queryBuilderFactory
Deprecated. -
outputCenterService
Deprecated. -
defaultDisplayService
Deprecated. -
selectionService
Deprecated. -
notificationService
Deprecated.
-
-
Constructor Details
-
AbstractAcrualPostingExportTask
public AbstractAcrualPostingExportTask(Context context, TextResources textResources, QueryBuilderFactory queryBuilderFactory, OutputCenterService outputCenterService, DefaultDisplayService defaultDisplayService, EntityExplorerActionSelectionService selectionService, ClientNotificationService notificationService) Deprecated.
-
-
Method Details
-
doExecute
Deprecated.- Specified by:
doExecute
in classAbstractJob
-
getSelectedOrders
Deprecated. -
getPrimaryKeys
Deprecated. -
getAccrualPostings
protected abstract List<AccrualPosting> getAccrualPostings(JobDataMapReader jobData, T selectedOrders, AccrualMethodServiceContribution configuredServiceContribution, AccrualMethodServiceContribution defaultServiceContribution) Deprecated. -
getLabelOfService
Deprecated. -
setServices
Deprecated.
-