Class SetServiceDatesTask
java.lang.Object
ch.tocco.nice2.optional.order.api.action.invoice.tasks.AbstractOrderGeneratorTask
ch.tocco.nice2.optional.accrualexport.impl.action.invoice.tasks.SetServiceDatesTask
- All Implemented Interfaces:
- OrderGeneratorTask,- PersistTask<Tuple3<Entity,- InvoicePropertiesContribution, - Collection<OrderGeneratorBean>>, - Tuple3<Entity, - InvoicePropertiesContribution, - Collection<OrderGeneratorBean>>> 
Task to set the service_start_date and the service_end_date on the Order
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidrun(CommandContext commandContext, Entity settings, InvoicePropertiesContribution properties, Collection<OrderGeneratorBean> beans) Methods inherited from class ch.tocco.nice2.optional.order.api.action.invoice.tasks.AbstractOrderGeneratorTaskrunMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ch.tocco.nice2.persist.core.api.exec.PersistTaskandThenDo, compose, compose2, composeWhen, discardResult, expand, expand, getDescription, ifElse, orWhen, orWhenNot, passWhen, passWhenNot, skipErrors, unwrap
- 
Constructor Details- 
SetServiceDatesTaskpublic SetServiceDatesTask()
 
- 
- 
Method Details- 
runpublic void run(CommandContext commandContext, Entity settings, InvoicePropertiesContribution properties, Collection<OrderGeneratorBean> beans) 
 
-