public class LocksServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.learn.course.service.LocksService
| 构造器和说明 |
|---|
LocksServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countLocksIds() |
Integer |
countLocksIdsByUserIDAndType(Long userID,
Integer type) |
boolean |
delete(Long id) |
Long |
getLocksIdByUserIDAndTypeAndTargetID(Long userID,
Integer type,
Long targetID) |
List<Long> |
getLocksIds(Integer start,
Integer limit) |
List<Long> |
getLocksIdsByUserIDAndType(Long userID,
Integer type,
Integer start,
Integer limit) |
com.ptteng.learn.course.model.Locks |
getObjectById(Long id) |
List<com.ptteng.learn.course.model.Locks> |
getObjectsByIds(List<Long> ids) |
Long |
insert(com.ptteng.learn.course.model.Locks locks) |
List<com.ptteng.learn.course.model.Locks> |
insertList(List<com.ptteng.learn.course.model.Locks> locksList) |
boolean |
update(com.ptteng.learn.course.model.Locks locks) |
boolean |
updateList(List<com.ptteng.learn.course.model.Locks> locksList) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, getObjectByDynamicCondition, main, setDaopublic Long insert(com.ptteng.learn.course.model.Locks locks) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insert 在接口中 com.ptteng.learn.course.service.LocksServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.learn.course.model.Locks> insertList(List<com.ptteng.learn.course.model.Locks> locksList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insertList 在接口中 com.ptteng.learn.course.service.LocksServicecom.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.learn.course.service.LocksServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(com.ptteng.learn.course.model.Locks locks)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
update 在接口中 com.ptteng.learn.course.service.LocksServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(List<com.ptteng.learn.course.model.Locks> locksList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
updateList 在接口中 com.ptteng.learn.course.service.LocksServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.learn.course.model.Locks getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectById 在接口中 com.ptteng.learn.course.service.LocksServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.learn.course.model.Locks> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectsByIds 在接口中 com.ptteng.learn.course.service.LocksServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getLocksIdsByUserIDAndType(Long userID, Integer type, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getLocksIdsByUserIDAndType 在接口中 com.ptteng.learn.course.service.LocksServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Long getLocksIdByUserIDAndTypeAndTargetID(Long userID, Integer type, Long targetID) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getLocksIdByUserIDAndTypeAndTargetID 在接口中 com.ptteng.learn.course.service.LocksServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countLocksIdsByUserIDAndType(Long userID, Integer type) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countLocksIdsByUserIDAndType 在接口中 com.ptteng.learn.course.service.LocksServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getLocksIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getLocksIds 在接口中 com.ptteng.learn.course.service.LocksServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countLocksIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countLocksIds 在接口中 com.ptteng.learn.course.service.LocksServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2017. All rights reserved.