Interface AbstractOrderIntegrationService
- All Known Implementing Classes:
DefaultAbstractOrderIntegrationService
public interface AbstractOrderIntegrationService
Deals with abstract order integration
-
Method Summary
Modifier and TypeMethodDescriptionRetrieve configuration ID for abstract order entryvoidsetConfigIdForAbstractOrderEntry(AbstractOrderEntryModel entry, String newConfigId) * Save new configuration ID for abstract order entry
-
Method Details
-
getConfigIdForAbstractOrderEntry
Retrieve configuration ID for abstract order entry- Parameters:
entry- Abstract order entry- Returns:
- Configuration ID
-
setConfigIdForAbstractOrderEntry
* Save new configuration ID for abstract order entry- Parameters:
entry- Abstract order entrynewConfigId- new configuration ID
-