Interface DeleteOutboundSyncService
-
- All Known Implementing Classes:
DefaultDeleteOutboundSyncService
public interface DeleteOutboundSyncServiceService to synchronize item deletions
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsync(OutboundItemDTO deletedItem)Synchronize the item deletion
-
-
-
Method Detail
-
sync
void sync(OutboundItemDTO deletedItem)
Synchronize the item deletion- Parameters:
deletedItem- Contains the data about the deleted item
-
-