public class UserAssetServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.keeper.common.service.UserAssetService
| Constructor and Description |
|---|
UserAssetServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
countUserAssetIds() |
Integer |
countUserAssetIdsByUidOrderByCreateAt(Long uid) |
boolean |
delete(Long id) |
com.ptteng.keeper.common.model.UserAsset |
getObjectById(Long id) |
List<com.ptteng.keeper.common.model.UserAsset> |
getObjectsByIds(List<Long> ids) |
Long |
getUserAssetIdByUid(Long uid) |
List<Long> |
getUserAssetIds(Integer start,
Integer limit) |
Long |
insert(com.ptteng.keeper.common.model.UserAsset userAsset) |
List<com.ptteng.keeper.common.model.UserAsset> |
insertList(List<com.ptteng.keeper.common.model.UserAsset> userAssetList) |
boolean |
update(com.ptteng.keeper.common.model.UserAsset userAsset) |
boolean |
updateList(List<com.ptteng.keeper.common.model.UserAsset> userAssetList) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, getObjectByDynamicCondition, main, setDaopublic Long insert(com.ptteng.keeper.common.model.UserAsset userAsset) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insert in interface com.ptteng.keeper.common.service.UserAssetServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.keeper.common.model.UserAsset> insertList(List<com.ptteng.keeper.common.model.UserAsset> userAssetList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insertList in interface com.ptteng.keeper.common.service.UserAssetServicecom.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.keeper.common.service.UserAssetServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(com.ptteng.keeper.common.model.UserAsset userAsset)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
update in interface com.ptteng.keeper.common.service.UserAssetServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(List<com.ptteng.keeper.common.model.UserAsset> userAssetList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
updateList in interface com.ptteng.keeper.common.service.UserAssetServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.keeper.common.model.UserAsset getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectById in interface com.ptteng.keeper.common.service.UserAssetServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.keeper.common.model.UserAsset> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectsByIds in interface com.ptteng.keeper.common.service.UserAssetServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Long getUserAssetIdByUid(Long uid) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getUserAssetIdByUid in interface com.ptteng.keeper.common.service.UserAssetServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countUserAssetIdsByUidOrderByCreateAt(Long uid) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countUserAssetIdsByUidOrderByCreateAt in interface com.ptteng.keeper.common.service.UserAssetServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getUserAssetIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getUserAssetIds in interface com.ptteng.keeper.common.service.UserAssetServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countUserAssetIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countUserAssetIds in interface com.ptteng.keeper.common.service.UserAssetServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2018. All rights reserved.