public interface VersionService
extends com.ptteng.common.dao.BaseDaoService
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countVersionIds() |
Integer |
countVersionIdsByOsAndVersionCodeOrderByIsForceUpdate(String os,
String versionCode) |
boolean |
delete(Long id) |
Version |
getObjectById(Long id) |
List<Version> |
getObjectsByIds(List<Long> ids) |
Long |
getVersionIdByOsAndVersionCode(String os,
String code) |
List<Long> |
getVersionIds(Integer start,
Integer limit) |
List<Long> |
getVersionIdsByOs(String os,
Integer start,
Integer limit) |
List<Long> |
getVersionIdsByOsAndVersionCodeOrderByIsForceUpdate(String os,
String versionCode,
Integer start,
Integer limit) |
List<Long> |
getVersionIdsByOsOrderByVersionCode(String os,
Integer start,
Integer limit) |
Long |
insert(Version version) |
List<Version> |
insertList(List<Version> versionList) |
boolean |
update(Version version) |
boolean |
updateList(List<Version> versionList) |
Long insert(Version version) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Version> insertList(List<Version> versionList) 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(Version version) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean updateList(List<Version> versionList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionVersion getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Version> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countVersionIdsByOsAndVersionCodeOrderByIsForceUpdate(String os, String versionCode) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getVersionIdsByOsAndVersionCodeOrderByIsForceUpdate(String os, String versionCode, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getVersionIdsByOs(String os, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
os - 平台com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getVersionIdsByOsOrderByVersionCode(String os, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionLong getVersionIdByOsAndVersionCode(String os, String code) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
os - 平台code - 版本号com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getVersionIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countVersionIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2019. All rights reserved.