public class DefaultRecurringChargeEntryValidationService extends Object implements RecurringChargeEntryValidationService
| Constructor and Description |
|---|
DefaultRecurringChargeEntryValidationService() |
| Modifier and Type | Method and Description |
|---|---|
protected RecurringChargeEntryModelSortService |
getSortService() |
void |
setSortService(RecurringChargeEntryModelSortService sortService) |
Collection<String> |
validate(Collection<RecurringChargeEntryModel> recurringChargeEntries)
Validates the given collection of
RecurringChargeEntryModel instances. |
public DefaultRecurringChargeEntryValidationService()
public Collection<String> validate(Collection<RecurringChargeEntryModel> recurringChargeEntries)
RecurringChargeEntryValidationServiceRecurringChargeEntryModel instances.validate in interface RecurringChargeEntryValidationServicerecurringChargeEntries - the recurring charge entries to validateprotected RecurringChargeEntryModelSortService getSortService()
public void setSortService(RecurringChargeEntryModelSortService sortService)
Copyright © 2017 SAP SE. All Rights Reserved.