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
DaoExceptionvoid addServiceActionSchedule(ServiceActionSchedule actionSchedule) throws DaoException
DaoExceptionList<ServiceActionSchedule> listServiceActionSchedule(String gridId) throws DaoException
DaoExceptionServiceActionScheduleSearchResult searchServiceActionSchedule(int startIndex, int maxCount, MatchingCondition[] conditions, Order[] orders) throws DaoException
DaoExceptionvoid deleteServiceActionSchedule(String gridId, int scheduleId) throws DaoException
DaoExceptionvoid deleteAllServiceActionSchedule(String gridId) throws DaoException
DaoException