Interface TravelBundleTemplateStatusService
- All Known Implementing Classes:
DefaultTravelBundleTemplateStatusService
public interface TravelBundleTemplateStatusService
Service that exposes the methods related to the bundle template status
-
Method Summary
Modifier and TypeMethodDescriptiongetBundleTemplateStatusForId(String statusId) Returns the bundle template status for the given statusId
-
Method Details
-
getBundleTemplateStatusForId
Returns the bundle template status for the given statusId- Parameters:
statusId- as the status id- Returns:
- the bundle template status
-