Interface WorkingDayPresenceCheckService
- All Known Implementing Classes:
WorkingDayPresenceCheckServiceImpl
public interface WorkingDayPresenceCheckService
-
Method Summary
Modifier and TypeMethodDescriptiongetFormData
(EntityExplorerActionSelection selection) provides a Bean with all necessary data for the form.void
saveChangedWorkingDay
(String[] selection, String status, String casePk) saves or creates Working_day on Case with a selected status.
-
Method Details
-
getFormData
provides a Bean with all necessary data for the form. -
saveChangedWorkingDay
saves or creates Working_day on Case with a selected status.
-