public class SmsServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.graship.home.service.SmsService
| 构造器和说明 |
|---|
SmsServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countSmsIds() |
boolean |
delete(Long id) |
com.ptteng.graship.home.model.Sms |
getObjectById(Long id) |
List<com.ptteng.graship.home.model.Sms> |
getObjectsByIds(List<Long> ids) |
Long |
getSmsIdByMobileAndType(String mobile,
String type) |
List<Long> |
getSmsIds(Integer start,
Integer limit) |
com.ptteng.common.sms.service.SMSSendService |
getSmsSendService() |
Map<String,String> |
getType_template() |
com.ptteng.common.sms.service.VoiceSendService |
getVoiceSendService() |
Long |
insert(com.ptteng.graship.home.model.Sms sms) |
List<com.ptteng.graship.home.model.Sms> |
insertList(List<com.ptteng.graship.home.model.Sms> smsList) |
String |
sendMsg(String phone,
String type) |
String |
sendVoice(String phone,
String type) |
void |
setSmsSendService(com.ptteng.common.sms.service.SMSSendService smsSendService) |
void |
setType_template(Map<String,String> type_template) |
void |
setVoiceSendService(com.ptteng.common.sms.service.VoiceSendService voiceSendService) |
boolean |
update(com.ptteng.graship.home.model.Sms sms) |
boolean |
updateList(List<com.ptteng.graship.home.model.Sms> smsList) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, getObjectByDynamicCondition, main, setDaopublic com.ptteng.common.sms.service.SMSSendService getSmsSendService()
public void setSmsSendService(com.ptteng.common.sms.service.SMSSendService smsSendService)
public com.ptteng.common.sms.service.VoiceSendService getVoiceSendService()
public void setVoiceSendService(com.ptteng.common.sms.service.VoiceSendService voiceSendService)
public Long insert(com.ptteng.graship.home.model.Sms sms) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insert 在接口中 com.ptteng.graship.home.service.SmsServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.graship.home.model.Sms> insertList(List<com.ptteng.graship.home.model.Sms> smsList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insertList 在接口中 com.ptteng.graship.home.service.SmsServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean delete(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
delete 在接口中 com.ptteng.graship.home.service.SmsServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(com.ptteng.graship.home.model.Sms sms)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
update 在接口中 com.ptteng.graship.home.service.SmsServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(List<com.ptteng.graship.home.model.Sms> smsList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
updateList 在接口中 com.ptteng.graship.home.service.SmsServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.graship.home.model.Sms getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectById 在接口中 com.ptteng.graship.home.service.SmsServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.graship.home.model.Sms> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectsByIds 在接口中 com.ptteng.graship.home.service.SmsServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Long getSmsIdByMobileAndType(String mobile, String type) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getSmsIdByMobileAndType 在接口中 com.ptteng.graship.home.service.SmsServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getSmsIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getSmsIds 在接口中 com.ptteng.graship.home.service.SmsServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countSmsIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countSmsIds 在接口中 com.ptteng.graship.home.service.SmsServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic String sendMsg(String phone, String type) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
sendMsg 在接口中 com.ptteng.graship.home.service.SmsServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic String sendVoice(String phone, String type) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
sendVoice 在接口中 com.ptteng.graship.home.service.SmsServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2017. All rights reserved.