public interface IprocessService
extends com.ptteng.common.dao.BaseDaoService
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countIprocessIds() |
Integer |
countIprocessIdsByIndentId(String indentId) |
Integer |
countIprocessIdsByIndentIdOrderByUpdateAt(String indentId) |
boolean |
delete(Long id) |
Long |
getIprocessIdByCustomerId(Long customerId) |
Long |
getIprocessIdByIndentIdAndProcess(String indentId,
String process) |
List<Long> |
getIprocessIds(Integer start,
Integer limit) |
List<Long> |
getIprocessIdsByCustomerIdOrderByUpdateAt(Long customerId,
Integer start,
Integer limit) |
List<Long> |
getIprocessIdsByCustomerIdOrderByUpdateAtAsc(Long customerId,
Integer start,
Integer limit) |
List<Long> |
getIprocessIdsByIndentId(String indentId,
Integer start,
Integer limit) |
Iprocess |
getObjectById(Long id) |
List<Iprocess> |
getObjectsByIds(List<Long> ids) |
Long |
insert(Iprocess iprocess) |
List<Iprocess> |
insertList(List<Iprocess> iprocessList) |
boolean |
update(Iprocess iprocess) |
boolean |
updateList(List<Iprocess> iprocessList) |
Long insert(Iprocess iprocess) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Iprocess> insertList(List<Iprocess> iprocessList) 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(Iprocess iprocess) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean updateList(List<Iprocess> iprocessList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionIprocess getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Iprocess> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countIprocessIdsByIndentId(String indentId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
indentId - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countIprocessIdsByIndentIdOrderByUpdateAt(String indentId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
indentId - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getIprocessIdsByIndentId(String indentId, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
indentId - start - limit - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionLong getIprocessIdByIndentIdAndProcess(String indentId, String process) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
indentId - process - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionLong getIprocessIdByCustomerId(Long customerId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
customerId - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getIprocessIdsByCustomerIdOrderByUpdateAt(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> getIprocessIdsByCustomerIdOrderByUpdateAtAsc(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> getIprocessIds(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 countIprocessIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2016. All rights reserved.