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
ConstructorsConstructorDescriptionGetDefaultLanguageTask(InvoiceRecipientService invoiceRecipientService, InvoicePropertiesService invoicePropertiesService) -
Method Summary
Modifier and TypeMethodDescriptiondoRun(com.google.common.collect.Multimap<String, Entity> entitiesToInvoice, CommandContext commandContext) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface OptionalTask
runMethods inherited from interface 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
-
doRun
-