public class SynRecordServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.onway.platform.service.SynRecordService
| 构造器和说明 |
|---|
SynRecordServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countSynRecordIds() |
boolean |
delete(Long id) |
com.ptteng.onway.platform.model.SynRecord |
getObjectById(Long id) |
List<com.ptteng.onway.platform.model.SynRecord> |
getObjectsByIds(List<Long> ids) |
List<Long> |
getSynRecordIds(Integer start,
Integer limit) |
List<Long> |
getSynRecordIdsByTypePlatformStoreId(Integer synType,
String platform,
Long storeId,
Integer start,
Integer limit) |
Long |
insert(com.ptteng.onway.platform.model.SynRecord synRecord) |
List<com.ptteng.onway.platform.model.SynRecord> |
insertList(List<com.ptteng.onway.platform.model.SynRecord> synRecordList) |
boolean |
update(com.ptteng.onway.platform.model.SynRecord synRecord) |
boolean |
updateList(List<com.ptteng.onway.platform.model.SynRecord> synRecordList) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, getObjectByDynamicCondition, main, setDaopublic Long insert(com.ptteng.onway.platform.model.SynRecord synRecord) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insert 在接口中 com.ptteng.onway.platform.service.SynRecordServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.onway.platform.model.SynRecord> insertList(List<com.ptteng.onway.platform.model.SynRecord> synRecordList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insertList 在接口中 com.ptteng.onway.platform.service.SynRecordServicecom.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.onway.platform.service.SynRecordServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(com.ptteng.onway.platform.model.SynRecord synRecord)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
update 在接口中 com.ptteng.onway.platform.service.SynRecordServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(List<com.ptteng.onway.platform.model.SynRecord> synRecordList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
updateList 在接口中 com.ptteng.onway.platform.service.SynRecordServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.onway.platform.model.SynRecord getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectById 在接口中 com.ptteng.onway.platform.service.SynRecordServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.onway.platform.model.SynRecord> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectsByIds 在接口中 com.ptteng.onway.platform.service.SynRecordServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getSynRecordIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getSynRecordIds 在接口中 com.ptteng.onway.platform.service.SynRecordServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getSynRecordIdsByTypePlatformStoreId(Integer synType, String platform, Long storeId, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getSynRecordIdsByTypePlatformStoreId 在接口中 com.ptteng.onway.platform.service.SynRecordServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countSynRecordIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countSynRecordIds 在接口中 com.ptteng.onway.platform.service.SynRecordServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2018. All rights reserved.