public interface ServiceActionScheduleDao
Modifier and Type | Method and Description |
---|---|
void |
addServiceActionSchedule(ServiceActionSchedule actionSchedule) |
void |
clear() |
void |
deleteAllServiceActionSchedule(String gridId) |
void |
deleteServiceActionSchedule(String gridId,
int scheduleId) |
List<ServiceActionSchedule> |
listServiceActionSchedule(String gridId) |
ServiceActionScheduleSearchResult |
searchServiceActionSchedule(int startIndex,
int maxCount,
MatchingCondition[] conditions,
Order[] orders) |
void clear() throws DaoException
DaoException
void addServiceActionSchedule(ServiceActionSchedule actionSchedule) throws DaoException
DaoException
List<ServiceActionSchedule> listServiceActionSchedule(String gridId) throws DaoException
DaoException
ServiceActionScheduleSearchResult searchServiceActionSchedule(int startIndex, int maxCount, MatchingCondition[] conditions, Order[] orders) throws DaoException
DaoException
void deleteServiceActionSchedule(String gridId, int scheduleId) throws DaoException
DaoException
void deleteAllServiceActionSchedule(String gridId) throws DaoException
DaoException