public class UserServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.uweiqian.organization.service.UserService
| Constructor and Description |
|---|
UserServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
countUserIds() |
boolean |
delete(Long id) |
com.ptteng.uweiqian.organization.model.User |
getObjectById(Long id) |
List<com.ptteng.uweiqian.organization.model.User> |
getObjectsByIds(List<Long> ids) |
Long |
getUserIdByMobile(String mobile) |
List<Long> |
getUserIds(Integer start,
Integer limit) |
Long |
insert(com.ptteng.uweiqian.organization.model.User user) |
List<com.ptteng.uweiqian.organization.model.User> |
insertList(List<com.ptteng.uweiqian.organization.model.User> userList) |
boolean |
update(com.ptteng.uweiqian.organization.model.User user) |
boolean |
updateList(List<com.ptteng.uweiqian.organization.model.User> userList) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, getObjectByDynamicCondition, main, setDaopublic Long insert(com.ptteng.uweiqian.organization.model.User user) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insert in interface com.ptteng.uweiqian.organization.service.UserServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.uweiqian.organization.model.User> insertList(List<com.ptteng.uweiqian.organization.model.User> userList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insertList in interface com.ptteng.uweiqian.organization.service.UserServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean delete(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
delete in interface com.ptteng.uweiqian.organization.service.UserServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(com.ptteng.uweiqian.organization.model.User user)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
update in interface com.ptteng.uweiqian.organization.service.UserServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(List<com.ptteng.uweiqian.organization.model.User> userList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
updateList in interface com.ptteng.uweiqian.organization.service.UserServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.uweiqian.organization.model.User getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectById in interface com.ptteng.uweiqian.organization.service.UserServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.uweiqian.organization.model.User> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectsByIds in interface com.ptteng.uweiqian.organization.service.UserServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getUserIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getUserIds in interface com.ptteng.uweiqian.organization.service.UserServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countUserIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countUserIds in interface com.ptteng.uweiqian.organization.service.UserServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Long getUserIdByMobile(String mobile) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getUserIdByMobile in interface com.ptteng.uweiqian.organization.service.UserServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2016. All rights reserved.