Interface DeleteOutboundSyncService
- All Known Implementing Classes:
DefaultDeleteOutboundSyncService
public interface DeleteOutboundSyncService
Service to synchronize item deletions
-
Method Summary
Modifier and TypeMethodDescriptionvoidsync(OutboundItemDTO deletedItem) Synchronize the item deletion
-
Method Details
-
sync
Synchronize the item deletion- Parameters:
deletedItem- Contains the data about the deleted item
-