Interface TransportUnitService
- All Known Implementing Classes:
TransportUnitServiceImpl
public interface TransportUnitService
A TransportUnitService.
- Author:
- Heiko Scherrer
-
Method Summary
Modifier and TypeMethodDescriptionupsert
(@NotNull TransportUnit transportUnit) Create or update aTransportUnit
instance.
-
Method Details
-
upsert
Create or update aTransportUnit
instance.- Parameters:
transportUnit
- Instance to save- Returns:
- Saved instance
-