public class UserApplyServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.uweiqian.organization.service.UserApplyService
| Constructor and Description |
|---|
UserApplyServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
countUserApplyIds() |
boolean |
delete(Long id) |
com.ptteng.uweiqian.organization.model.UserApply |
getObjectById(Long id) |
List<com.ptteng.uweiqian.organization.model.UserApply> |
getObjectsByIds(List<Long> ids) |
List<Long> |
getUserApplyIds(Integer start,
Integer limit) |
Long |
insert(com.ptteng.uweiqian.organization.model.UserApply userApply) |
List<com.ptteng.uweiqian.organization.model.UserApply> |
insertList(List<com.ptteng.uweiqian.organization.model.UserApply> userApplyList) |
boolean |
update(com.ptteng.uweiqian.organization.model.UserApply userApply) |
boolean |
updateList(List<com.ptteng.uweiqian.organization.model.UserApply> userApplyList) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, getObjectByDynamicCondition, main, setDaopublic Long insert(com.ptteng.uweiqian.organization.model.UserApply userApply) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insert in interface com.ptteng.uweiqian.organization.service.UserApplyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.uweiqian.organization.model.UserApply> insertList(List<com.ptteng.uweiqian.organization.model.UserApply> userApplyList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insertList in interface com.ptteng.uweiqian.organization.service.UserApplyServicecom.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.UserApplyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(com.ptteng.uweiqian.organization.model.UserApply userApply)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
update in interface com.ptteng.uweiqian.organization.service.UserApplyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(List<com.ptteng.uweiqian.organization.model.UserApply> userApplyList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
updateList in interface com.ptteng.uweiqian.organization.service.UserApplyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.uweiqian.organization.model.UserApply getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectById in interface com.ptteng.uweiqian.organization.service.UserApplyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.uweiqian.organization.model.UserApply> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectsByIds in interface com.ptteng.uweiqian.organization.service.UserApplyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getUserApplyIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getUserApplyIds in interface com.ptteng.uweiqian.organization.service.UserApplyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countUserApplyIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countUserApplyIds in interface com.ptteng.uweiqian.organization.service.UserApplyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2016. All rights reserved.