public class ClassesServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.codinglord.common.service.ClassesService
| 构造器和说明 |
|---|
ClassesServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countClassesIds() |
Integer |
countClassesIdsByClassNumOrderByCreateAt(Integer classNum) |
boolean |
delete(Long id) |
List<Long> |
getClassesIds(Integer start,
Integer limit) |
List<Long> |
getClassesIdsByClassNumOrderByCreateAt(Integer classNum,
Integer start,
Integer limit) |
com.ptteng.codinglord.common.model.Classes |
getObjectById(Long id) |
List<com.ptteng.codinglord.common.model.Classes> |
getObjectsByIds(List<Long> ids) |
Long |
insert(com.ptteng.codinglord.common.model.Classes classesEntity) |
List<com.ptteng.codinglord.common.model.Classes> |
insertList(List<com.ptteng.codinglord.common.model.Classes> classesList) |
boolean |
update(com.ptteng.codinglord.common.model.Classes classesEntity) |
boolean |
updateList(List<com.ptteng.codinglord.common.model.Classes> classesList) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, getObjectByDynamicCondition, main, setDaopublic Long insert(com.ptteng.codinglord.common.model.Classes classesEntity) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insert 在接口中 com.ptteng.codinglord.common.service.ClassesServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.codinglord.common.model.Classes> insertList(List<com.ptteng.codinglord.common.model.Classes> classesList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insertList 在接口中 com.ptteng.codinglord.common.service.ClassesServicecom.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.codinglord.common.service.ClassesServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(com.ptteng.codinglord.common.model.Classes classesEntity)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
update 在接口中 com.ptteng.codinglord.common.service.ClassesServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(List<com.ptteng.codinglord.common.model.Classes> classesList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
updateList 在接口中 com.ptteng.codinglord.common.service.ClassesServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.codinglord.common.model.Classes getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectById 在接口中 com.ptteng.codinglord.common.service.ClassesServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.codinglord.common.model.Classes> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectsByIds 在接口中 com.ptteng.codinglord.common.service.ClassesServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getClassesIdsByClassNumOrderByCreateAt(Integer classNum, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getClassesIdsByClassNumOrderByCreateAt 在接口中 com.ptteng.codinglord.common.service.ClassesServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countClassesIdsByClassNumOrderByCreateAt(Integer classNum) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countClassesIdsByClassNumOrderByCreateAt 在接口中 com.ptteng.codinglord.common.service.ClassesServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getClassesIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getClassesIds 在接口中 com.ptteng.codinglord.common.service.ClassesServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countClassesIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countClassesIds 在接口中 com.ptteng.codinglord.common.service.ClassesServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2019. All rights reserved.