Uses of Class
adalid.jee2.JobSchedule
-
Packages that use JobSchedule Package Description adalid.jee2.meta.proyecto.base -
-
Uses of JobSchedule in adalid.jee2.meta.proyecto.base
Fields in adalid.jee2.meta.proyecto.base declared as JobSchedule Modifier and Type Field Description protected JobScheduleProyectoJava1. dailyProcessScheduleprotected JobScheduleProyectoJava1. monthlyProcessScheduleprotected JobScheduleProyectoJava1. taskNotifierScheduleprotected JobScheduleProyectoJava1. weeklyProcessScheduleMethods in adalid.jee2.meta.proyecto.base that return JobSchedule Modifier and Type Method Description protected JobScheduleProyectoJava1. addJobSchedule(String name)El método addJobSchedule permite agregar horarios adicionales para que sean incluidos en la aplicación generada.Methods in adalid.jee2.meta.proyecto.base that return types with arguments of type JobSchedule Modifier and Type Method Description List<JobSchedule>ProyectoJava1. getJobScheduleList()
-