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
FieldsModifier and TypeFieldDescriptionprotected final ContextDeprecated.protected final DefaultDisplayServiceDeprecated.protected final ClientNotificationServiceDeprecated.protected final OutputCenterServiceDeprecated.protected final QueryBuilderFactoryDeprecated.protected final EntityExplorerActionSelectionServiceDeprecated.protected final TextResourcesDeprecated.Fields inherited from class ch.tocco.nice2.tasks.api.quartz.AbstractJob
businessUnitManager, l10N, logger, principalManager, securityManager -
Constructor Summary
ConstructorsConstructorDescriptionAbstractAcrualPostingExportTask(Context context, TextResources textResources, QueryBuilderFactory queryBuilderFactory, OutputCenterService outputCenterService, DefaultDisplayService defaultDisplayService, EntityExplorerActionSelectionService selectionService, ClientNotificationService notificationService) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoExecute(org.quartz.JobExecutionContext context, JobDataMapReader jobData) Deprecated.protected abstract List<AccrualPosting> getAccrualPostings(JobDataMapReader jobData, T selectedOrders, AccrualMethodServiceContribution configuredServiceContribution, AccrualMethodServiceContribution defaultServiceContribution) Deprecated.protected StringgetLabelOfService(AccrualMethodServiceContribution contribution) Deprecated.protected abstract Set<PrimaryKey> getPrimaryKeys(T selectedOrders) Deprecated.protected abstract TgetSelectedOrders(EntityExplorerActionSelection selection) Deprecated.voidsetServices(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:
doExecutein classAbstractJob
-
getSelectedOrders
Deprecated. -
getPrimaryKeys
Deprecated. -
getAccrualPostings
protected abstract List<AccrualPosting> getAccrualPostings(JobDataMapReader jobData, T selectedOrders, AccrualMethodServiceContribution configuredServiceContribution, AccrualMethodServiceContribution defaultServiceContribution) Deprecated. -
getLabelOfService
Deprecated. -
setServices
Deprecated.
-