public interface CusemerconService
extends com.ptteng.common.dao.BaseDaoService
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countCusemerconIds() |
Integer |
countCusemerconIdsByCustomerId(Long customerId) |
boolean |
delete(Long id) |
List<Long> |
getCusemerconIds(Integer start,
Integer limit) |
List<Long> |
getCusemerconIdsByCustomerId(Long customerId,
Integer start,
Integer limit) |
Cusemercon |
getObjectById(Long id) |
List<Cusemercon> |
getObjectsByIds(List<Long> ids) |
Long |
insert(Cusemercon cusemercon) |
List<Cusemercon> |
insertList(List<Cusemercon> cusemerconList) |
boolean |
update(Cusemercon cusemercon) |
boolean |
updateList(List<Cusemercon> cusemerconList) |
Long insert(Cusemercon cusemercon) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Cusemercon> insertList(List<Cusemercon> cusemerconList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean delete(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean update(Cusemercon cusemercon) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean updateList(List<Cusemercon> cusemerconList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCusemercon getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Cusemercon> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countCusemerconIdsByCustomerId(Long customerId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
customerId - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getCusemerconIdsByCustomerId(Long customerId, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
customerId - start - limit - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getCusemerconIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
start - limit - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countCusemerconIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2016. All rights reserved.