public class SapCpiInboundQuoteEntryPersistenceHook extends java.lang.Object implements PrePersistHook
| Constructor and Description |
|---|
SapCpiInboundQuoteEntryPersistenceHook() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<ItemModel> |
execute(ItemModel item)
Executes this hook before persisting the given item.
|
java.util.List<InboundQuoteEntryHelper> |
getSapInboundQuoteEntryHelpers() |
void |
setSapInboundQuoteEntryHelpers(java.util.List<InboundQuoteEntryHelper> sapInboundQuoteEntryHelpers) |
public SapCpiInboundQuoteEntryPersistenceHook()
public java.util.Optional<ItemModel> execute(ItemModel item)
PrePersistHookexecute in interface PrePersistHookitem - an item to execute this hook with.public java.util.List<InboundQuoteEntryHelper> getSapInboundQuoteEntryHelpers()
public void setSapInboundQuoteEntryHelpers(java.util.List<InboundQuoteEntryHelper> sapInboundQuoteEntryHelpers)
Copyright © 2018 SAP SE. All Rights Reserved.