public class HibernateServiceActionScheduleDao extends HibernateDao implements ServiceActionScheduleDao
HibernateDao.DaoBlock, HibernateDao.DaoBlockR<R>| Constructor and Description |
|---|
HibernateServiceActionScheduleDao(HibernateDaoContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
addServiceActionSchedule(ServiceActionSchedule booking) |
void |
clear() |
void |
deleteAllServiceActionSchedule(String bookingGridId) |
void |
deleteServiceActionSchedule(String bookingGridId,
int bookingId) |
List<ServiceActionSchedule> |
listServiceActionSchedule(String bookingGridId) |
ServiceActionScheduleSearchResult |
searchServiceActionSchedule(int startIndex,
int maxCount,
MatchingCondition[] conditions,
Order[] orders) |
createDeleteQuery, createDeleteQuery, deleteEntities, getContext, getSession, logAdditionalInfo, logWhenRollbacking, transact, transactpublic HibernateServiceActionScheduleDao(HibernateDaoContext context)
public void clear()
throws DaoException
clear in interface ServiceActionScheduleDaoDaoExceptionpublic List<ServiceActionSchedule> listServiceActionSchedule(String bookingGridId) throws DaoException
listServiceActionSchedule in interface ServiceActionScheduleDaoDaoExceptionpublic ServiceActionScheduleSearchResult searchServiceActionSchedule(int startIndex, int maxCount, MatchingCondition[] conditions, Order[] orders) throws DaoException
searchServiceActionSchedule in interface ServiceActionScheduleDaoDaoExceptionpublic void addServiceActionSchedule(ServiceActionSchedule booking) throws DaoException
addServiceActionSchedule in interface ServiceActionScheduleDaoDaoExceptionpublic void deleteServiceActionSchedule(String bookingGridId, int bookingId) throws DaoException
deleteServiceActionSchedule in interface ServiceActionScheduleDaoDaoExceptionpublic void deleteAllServiceActionSchedule(String bookingGridId) throws DaoException
deleteAllServiceActionSchedule in interface ServiceActionScheduleDaoDaoException