Class GetDefaultLanguageTask
java.lang.Object
ch.tocco.nice2.optional.order.impl.action.invoice.tasks.GetDefaultLanguageTask
- All Implemented Interfaces:
OptionalTask<com.google.common.collect.Multimap<String,
,Entity>, Entity> PersistTask<com.google.common.collect.Multimap<String,
Entity>, Entity>
public class GetDefaultLanguageTask
extends Object
implements OptionalTask<com.google.common.collect.Multimap<String,Entity>,Entity>
-
Constructor Summary
ConstructorDescriptionGetDefaultLanguageTask
(InvoiceRecipientService invoiceRecipientService, InvoicePropertiesService invoicePropertiesService) -
Method Summary
Modifier and TypeMethodDescriptiondoRun
(com.google.common.collect.Multimap<String, Entity> entitiesToInvoice, CommandContext commandContext) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ch.tocco.nice2.persist.core.api.exec.OptionalTask
run
Methods inherited from interface ch.tocco.nice2.persist.core.api.exec.PersistTask
andThenDo, compose, compose2, composeWhen, discardResult, expand, expand, getDescription, ifElse, orWhen, orWhenNot, passWhen, passWhenNot, skipErrors, unwrap
-
Constructor Details
-
GetDefaultLanguageTask
public GetDefaultLanguageTask(InvoiceRecipientService invoiceRecipientService, InvoicePropertiesService invoicePropertiesService)
-
-
Method Details