Interface WorkingDayGenerationService
- All Known Implementing Classes:
DefaultWorkingDayGenerationService
public interface WorkingDayGenerationService
-
Method Summary
Modifier and TypeMethodDescriptionint
generateProjectActivityDays
(EntityExplorerActionSelection selection, RebindValue[] rebindValues) Creates a Working_day entity for each selected Project_activity_day in the given date range It only creates a Working_day if no other Working_day is present for the given date + Working_day_time on the related Case.getFormValues
(EntityExplorerActionSelection selection)
-
Method Details
-
getFormValues
-
generateProjectActivityDays
int generateProjectActivityDays(EntityExplorerActionSelection selection, RebindValue[] rebindValues) throws UnresolvableUriException, RebindException, UriStoreException, URISyntaxException Creates a Working_day entity for each selected Project_activity_day in the given date range It only creates a Working_day if no other Working_day is present for the given date + Working_day_time on the related Case.- Parameters:
selection
- an entity explorer selection containing the Project_activityrebindValues
- rebind values of "Working_day_generation_settings"- Returns:
- number of created Working_days
- Throws:
UnresolvableUriException
RebindException
UriStoreException
URISyntaxException
-