@Transactional @Service(value="appointmentDomainService") public class AppointmentDomainService extends de.alpharogroup.service.domain.AbstractDomainService<Integer,Appointment,de.alpharogroup.scheduler.system.entities.Appointments,de.alpharogroup.scheduler.system.daos.AppointmentsDao,AppointmentsMapper> implements AppointmentService
| Constructor and Description |
|---|
AppointmentDomainService() |
| Modifier and Type | Method and Description |
|---|---|
void |
setAppointmentsDao(de.alpharogroup.scheduler.system.daos.AppointmentsDao appointmentsDao)
Sets the specific
AppointmentsDao. |
void |
setAppointmentsMapper(AppointmentsMapper mapper)
Sets the specific
AppointmentsMapper. |
create, delete, exists, findAll, getDao, getDomainObjectClass, getEntityClass, getMapper, persist, read, setDao, setMapper, update@Autowired public void setAppointmentsDao(de.alpharogroup.scheduler.system.daos.AppointmentsDao appointmentsDao)
AppointmentsDao.appointmentsDao - the new AppointmentsDao.@Autowired public void setAppointmentsMapper(AppointmentsMapper mapper)
AppointmentsMapper.mapper - the new AppointmentsMapper.Copyright © 2015–2017 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.