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, transact
public HibernateServiceActionScheduleDao(HibernateDaoContext context)
public void clear() throws DaoException
clear
in interface ServiceActionScheduleDao
DaoException
public List<ServiceActionSchedule> listServiceActionSchedule(String bookingGridId) throws DaoException
listServiceActionSchedule
in interface ServiceActionScheduleDao
DaoException
public ServiceActionScheduleSearchResult searchServiceActionSchedule(int startIndex, int maxCount, MatchingCondition[] conditions, Order[] orders) throws DaoException
searchServiceActionSchedule
in interface ServiceActionScheduleDao
DaoException
public void addServiceActionSchedule(ServiceActionSchedule booking) throws DaoException
addServiceActionSchedule
in interface ServiceActionScheduleDao
DaoException
public void deleteServiceActionSchedule(String bookingGridId, int bookingId) throws DaoException
deleteServiceActionSchedule
in interface ServiceActionScheduleDao
DaoException
public void deleteAllServiceActionSchedule(String bookingGridId) throws DaoException
deleteAllServiceActionSchedule
in interface ServiceActionScheduleDao
DaoException