@Transactional @Service(value="slotScoreDomainService") public class SlotScoreDomainService extends de.alpharogroup.service.domain.AbstractDomainService<Integer,SlotScore,de.alpharogroup.phone.data.management.system.entities.SlotScores,de.alpharogroup.phone.data.management.system.daos.SlotScoresDao,SlotScoresMapper> implements SlotScoreService
| Constructor and Description |
|---|
SlotScoreDomainService() |
| Modifier and Type | Method and Description |
|---|---|
SlotScore |
create(SlotScore domainObject) |
SlotScore |
find(String phoneNumber) |
List<SlotScore> |
find(String phoneNumber,
Integer score) |
void |
setSlotScoresDao(de.alpharogroup.phone.data.management.system.daos.SlotScoresDao slotScoresDao)
Sets the specific
SlotScoresDao. |
void |
setSlotScoresMapper(SlotScoresMapper slotScoresMapper)
Sets the specific
SlotScoresMapper. |
delete, exists, findAll, getDao, getDomainObjectClass, getEntityClass, getMapper, persist, read, setDao, setMapper, update@Transactional public SlotScore create(SlotScore domainObject)
create in interface de.alpharogroup.service.domain.DomainService<Integer,SlotScore>create in class de.alpharogroup.service.domain.AbstractDomainService<Integer,SlotScore,de.alpharogroup.phone.data.management.system.entities.SlotScores,de.alpharogroup.phone.data.management.system.daos.SlotScoresDao,SlotScoresMapper>public SlotScore find(String phoneNumber)
find in interface SlotScoreServicepublic List<SlotScore> find(String phoneNumber, Integer score)
find in interface SlotScoreService@Autowired public void setSlotScoresDao(de.alpharogroup.phone.data.management.system.daos.SlotScoresDao slotScoresDao)
SlotScoresDao.slotScoresDao - the new SlotScoresDao.@Autowired public void setSlotScoresMapper(SlotScoresMapper slotScoresMapper)
SlotScoresMapper.slotScoresMapper - the new SlotScoresMapper.Copyright © 2015–2017 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.