public interface ConstantService
extends com.ptteng.common.dao.BaseDaoService
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countConstantIds() |
Integer |
countConstantIdsByTypeOrderByUpdateAt(String type) |
boolean |
delete(Long id) |
Long |
getConstantIdByNameAndType(String name,
String type) |
Long |
getConstantIdByTypeAndValue(String type,
String value) |
List<Long> |
getConstantIds(Integer start,
Integer limit) |
List<Long> |
getConstantIdsByTypeOrderByUpdateAt(String type,
Integer start,
Integer limit) |
List<Long> |
getConstantsIdsByParentTypeOrderByUpdateAt(String parentType,
Integer start,
Integer limit) |
Constant |
getObjectById(Long id) |
List<Constant> |
getObjectsByIds(List<Long> ids) |
Long |
insert(Constant constant) |
List<Constant> |
insertList(List<Constant> constantList) |
boolean |
update(Constant constant) |
boolean |
updateList(List<Constant> constantList) |
Long insert(Constant constant) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Constant> insertList(List<Constant> constantList) 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(Constant constant) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean updateList(List<Constant> constantList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionConstant getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Constant> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countConstantIdsByTypeOrderByUpdateAt(String type) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
type - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionLong getConstantIdByTypeAndValue(String type, String value) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
type - value - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionLong getConstantIdByNameAndType(String name, String type) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
name - type - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getConstantIdsByTypeOrderByUpdateAt(String type, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
type - start - limit - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getConstantsIdsByParentTypeOrderByUpdateAt(String parentType, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
parentType - start - limit - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getConstantIds(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 countConstantIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2016. All rights reserved.