public class AccountServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.common.skill.service.AccountService
| 构造器和说明 |
|---|
AccountServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.Integer |
countAccountByUid(java.lang.Long uid) |
java.lang.Integer |
countAccountIds() |
java.lang.Integer |
countAccountIdsByAccount(java.lang.String account)
//
// @param
// @return
// @throws ServiceException
// @throws ServiceDaoException
|
boolean |
delete(java.lang.Long id) |
java.util.List<java.lang.Long> |
getAccountByMobile(java.lang.String mobile,
java.lang.Integer start,
java.lang.Integer limit) |
java.util.List<java.lang.Long> |
getAccountByStatus(java.lang.Integer status,
java.lang.Integer start,
java.lang.Integer limit) |
java.util.List<java.lang.Long> |
getAccountByStatusAndType(java.lang.Integer status,
java.lang.Long type,
java.lang.Integer start,
java.lang.Integer limit) |
java.util.List<java.lang.Long> |
getAccountByUid(java.lang.Long uid,
java.lang.Integer start,
java.lang.Integer limit) |
java.util.List<java.lang.Long> |
getAccountIds(java.lang.Integer start,
java.lang.Integer limit) |
java.util.List<java.lang.Long> |
getAccountIdsByAccount(java.lang.String account,
java.lang.Integer start,
java.lang.Integer limit) |
java.util.List<java.lang.Long> |
getAccountIdsByServerId(java.lang.Long serverId,
java.lang.Integer start,
java.lang.Integer limit) |
java.util.List<java.lang.Long> |
getAccountIdsByServerIdandStatus(java.lang.Long serverId,
java.lang.Integer status,
java.lang.Integer start,
java.lang.Integer limit) |
com.ptteng.common.skill.model.Account |
getObjectById(java.lang.Long id) |
java.util.List<com.ptteng.common.skill.model.Account> |
getObjectsByIds(java.util.List<java.lang.Long> ids) |
java.lang.Long |
insert(com.ptteng.common.skill.model.Account account) |
java.util.List<com.ptteng.common.skill.model.Account> |
insertList(java.util.List<com.ptteng.common.skill.model.Account> accountList) |
boolean |
update(com.ptteng.common.skill.model.Account account) |
boolean |
updateList(java.util.List<com.ptteng.common.skill.model.Account> accountList) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, main, setDaopublic java.lang.Long insert(com.ptteng.common.skill.model.Account account)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
insert 在接口中 com.ptteng.common.skill.service.AccountServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<com.ptteng.common.skill.model.Account> insertList(java.util.List<com.ptteng.common.skill.model.Account> accountList)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
insertList 在接口中 com.ptteng.common.skill.service.AccountServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean delete(java.lang.Long id)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
delete 在接口中 com.ptteng.common.skill.service.AccountServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(com.ptteng.common.skill.model.Account account)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
update 在接口中 com.ptteng.common.skill.service.AccountServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(java.util.List<com.ptteng.common.skill.model.Account> accountList)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
updateList 在接口中 com.ptteng.common.skill.service.AccountServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.common.skill.model.Account getObjectById(java.lang.Long id)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getObjectById 在接口中 com.ptteng.common.skill.service.AccountServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<com.ptteng.common.skill.model.Account> getObjectsByIds(java.util.List<java.lang.Long> ids)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getObjectsByIds 在接口中 com.ptteng.common.skill.service.AccountServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<java.lang.Long> getAccountIdsByAccount(java.lang.String account,
java.lang.Integer start,
java.lang.Integer limit)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getAccountIdsByAccount 在接口中 com.ptteng.common.skill.service.AccountServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<java.lang.Long> getAccountByMobile(java.lang.String mobile,
java.lang.Integer start,
java.lang.Integer limit)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getAccountByMobile 在接口中 com.ptteng.common.skill.service.AccountServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<java.lang.Long> getAccountIdsByServerIdandStatus(java.lang.Long serverId,
java.lang.Integer status,
java.lang.Integer start,
java.lang.Integer limit)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getAccountIdsByServerIdandStatus 在接口中 com.ptteng.common.skill.service.AccountServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<java.lang.Long> getAccountIdsByServerId(java.lang.Long serverId,
java.lang.Integer start,
java.lang.Integer limit)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getAccountIdsByServerId 在接口中 com.ptteng.common.skill.service.AccountServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<java.lang.Long> getAccountByUid(java.lang.Long uid,
java.lang.Integer start,
java.lang.Integer limit)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getAccountByUid 在接口中 com.ptteng.common.skill.service.AccountServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<java.lang.Long> getAccountByStatus(java.lang.Integer status,
java.lang.Integer start,
java.lang.Integer limit)
throws com.gemantic.common.exception.ServiceDaoException,
com.gemantic.common.exception.ServiceDaoException
getAccountByStatus 在接口中 com.ptteng.common.skill.service.AccountServicecom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<java.lang.Long> getAccountByStatusAndType(java.lang.Integer status,
java.lang.Long type,
java.lang.Integer start,
java.lang.Integer limit)
throws com.gemantic.common.exception.ServiceDaoException,
com.gemantic.common.exception.ServiceDaoException
getAccountByStatusAndType 在接口中 com.ptteng.common.skill.service.AccountServicecom.gemantic.common.exception.ServiceDaoExceptionpublic java.lang.Integer countAccountIdsByAccount(java.lang.String account)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
countAccountIdsByAccount 在接口中 com.ptteng.common.skill.service.AccountServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<java.lang.Long> getAccountIds(java.lang.Integer start,
java.lang.Integer limit)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getAccountIds 在接口中 com.ptteng.common.skill.service.AccountServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.lang.Integer countAccountIds()
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
countAccountIds 在接口中 com.ptteng.common.skill.service.AccountServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.lang.Integer countAccountByUid(java.lang.Long uid)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
countAccountByUid 在接口中 com.ptteng.common.skill.service.AccountServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2016. All Rights Reserved.