public interface DeclineActionStrategy
| Modifier and Type | Method and Description |
|---|---|
void |
execute(java.util.Collection<DeclineEntry> declineEntries)
Action to be performed on the given collection of
DeclineEntry, based on the selected DeclineReason |
void |
execute(DeclineEntry declineEntry)
Action to be performed based on the given
DeclineEntry, based on the selected DeclineReason |
void execute(DeclineEntry declineEntry)
DeclineEntry, based on the selected DeclineReasondeclineEntry - the DeclineEntry to be declinedvoid execute(java.util.Collection<DeclineEntry> declineEntries)
DeclineEntry, based on the selected DeclineReasondeclineEntries - the collection of DeclineEntry to be declinedCopyright © 2018 SAP SE. All Rights Reserved.