public class ProfitSharingServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.fans.common.service.ProfitSharingService
| 构造器和说明 |
|---|
ProfitSharingServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countProfitSharingIds() |
Integer |
countProfitSharingIdsByOrdersId(Long ordersId) |
Integer |
countProfitSharingIdsByOrdersIdAndStatus(Long ordersId,
Integer status) |
Integer |
countProfitSharingIdsByOrdersIdAndStatusAndAccount(Long ordersId,
Integer status,
String account) |
boolean |
delete(Long id) |
com.ptteng.fans.common.model.ProfitSharing |
getObjectById(Long id) |
List<com.ptteng.fans.common.model.ProfitSharing> |
getObjectsByIds(List<Long> ids) |
List<Long> |
getProfitSharingIds(Integer start,
Integer limit) |
List<Long> |
getProfitSharingIdsByOrdersId(Long ordersId,
Integer start,
Integer limit) |
List<Long> |
getProfitSharingIdsByOrdersIdAndStatus(Long ordersId,
Integer status,
Integer start,
Integer limit) |
List<Long> |
getProfitSharingIdsByOrdersIdAndStatusAndAccount(Long ordersId,
Integer status,
String account,
Integer start,
Integer limit) |
Long |
insert(com.ptteng.fans.common.model.ProfitSharing profitSharing) |
List<com.ptteng.fans.common.model.ProfitSharing> |
insertList(List<com.ptteng.fans.common.model.ProfitSharing> profitSharingList) |
boolean |
update(com.ptteng.fans.common.model.ProfitSharing profitSharing) |
boolean |
updateList(List<com.ptteng.fans.common.model.ProfitSharing> profitSharingList) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, getMapListByDynamicCondition, getObjectByDynamicCondition, main, setDaopublic Long insert(com.ptteng.fans.common.model.ProfitSharing profitSharing) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insert 在接口中 com.ptteng.fans.common.service.ProfitSharingServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.fans.common.model.ProfitSharing> insertList(List<com.ptteng.fans.common.model.ProfitSharing> profitSharingList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insertList 在接口中 com.ptteng.fans.common.service.ProfitSharingServicecom.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.fans.common.service.ProfitSharingServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(com.ptteng.fans.common.model.ProfitSharing profitSharing)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
update 在接口中 com.ptteng.fans.common.service.ProfitSharingServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(List<com.ptteng.fans.common.model.ProfitSharing> profitSharingList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
updateList 在接口中 com.ptteng.fans.common.service.ProfitSharingServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.fans.common.model.ProfitSharing getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectById 在接口中 com.ptteng.fans.common.service.ProfitSharingServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.fans.common.model.ProfitSharing> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectsByIds 在接口中 com.ptteng.fans.common.service.ProfitSharingServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getProfitSharingIdsByOrdersIdAndStatus(Long ordersId, Integer status, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getProfitSharingIdsByOrdersIdAndStatus 在接口中 com.ptteng.fans.common.service.ProfitSharingServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getProfitSharingIdsByOrdersIdAndStatusAndAccount(Long ordersId, Integer status, String account, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getProfitSharingIdsByOrdersIdAndStatusAndAccount 在接口中 com.ptteng.fans.common.service.ProfitSharingServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getProfitSharingIdsByOrdersId(Long ordersId, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getProfitSharingIdsByOrdersId 在接口中 com.ptteng.fans.common.service.ProfitSharingServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countProfitSharingIdsByOrdersIdAndStatus(Long ordersId, Integer status) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countProfitSharingIdsByOrdersIdAndStatus 在接口中 com.ptteng.fans.common.service.ProfitSharingServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countProfitSharingIdsByOrdersIdAndStatusAndAccount(Long ordersId, Integer status, String account) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countProfitSharingIdsByOrdersIdAndStatusAndAccount 在接口中 com.ptteng.fans.common.service.ProfitSharingServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countProfitSharingIdsByOrdersId(Long ordersId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countProfitSharingIdsByOrdersId 在接口中 com.ptteng.fans.common.service.ProfitSharingServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getProfitSharingIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getProfitSharingIds 在接口中 com.ptteng.fans.common.service.ProfitSharingServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countProfitSharingIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countProfitSharingIds 在接口中 com.ptteng.fans.common.service.ProfitSharingServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2021. All rights reserved.