Class DefaultInvoiceActionServiceImpl
java.lang.Object
ch.tocco.nice2.optional.order.impl.action.invoice.AbstractInvoiceActionService
ch.tocco.nice2.optional.order.impl.action.invoice.DefaultInvoiceActionServiceImpl
- All Implemented Interfaces:
InvoiceActionService,InvoiceActionServiceBase
public class DefaultInvoiceActionServiceImpl
extends AbstractInvoiceActionService
implements InvoiceActionService
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields inherited from class ch.tocco.nice2.optional.order.impl.action.invoice.AbstractInvoiceActionService
businessUnitManager, CREATE_INVOICE_TASK_NAME, orderGeneratorService, RELATION_BILLING_POSITION, securityManager, selectionService, taskSchedulingServiceFields inherited from interface ch.tocco.nice2.optional.order.api.action.invoice.InvoiceActionServiceBase
FIELD_SETTINGS_MERGE_ORDER_POSITIONS, FIELD_SETTINGS_MERGE_ORDERS -
Constructor Summary
ConstructorsConstructorDescriptionDefaultInvoiceActionServiceImpl(BusinessUnitManager businessUnitManager, SecurityManager securityManager, OrderGeneratorService orderGeneratorService, EntityExplorerActionSelectionService selectionService, TaskSchedulingService taskSchedulingService) -
Method Summary
Modifier and TypeMethodDescriptionvoidgenerateOrders(EntityExplorerActionSelection selection, RebindValue[] rebindValues) Methods inherited from class ch.tocco.nice2.optional.order.impl.action.invoice.AbstractInvoiceActionService
checkBillingPositions, checkInvoiceRecipients, checkPriceCategories, checkSelectionSize, executeCheckTask, getDefaultLanguage, getEntitiesToCheck, invokeTask, setMaxTxSizeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ch.tocco.nice2.optional.order.api.action.invoice.InvoiceActionServiceBase
checkBillingPositions, checkInvoiceRecipients, checkPriceCategories, checkSelectionSize, getDefaultLanguage
-
Constructor Details
-
DefaultInvoiceActionServiceImpl
public DefaultInvoiceActionServiceImpl(BusinessUnitManager businessUnitManager, SecurityManager securityManager, OrderGeneratorService orderGeneratorService, EntityExplorerActionSelectionService selectionService, TaskSchedulingService taskSchedulingService)
-
-
Method Details
-
generateOrders
- Specified by:
generateOrdersin interfaceInvoiceActionService
-