public class ConstantServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.common.skill.service.ConstantService
| 构造器和说明 |
|---|
ConstantServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.Integer |
countConstantIds() |
java.lang.Integer |
countConstantIdsByType(java.lang.String type) |
boolean |
delete(java.lang.Long id) |
java.lang.Long |
getConstantIdByTypeAndName(java.lang.String type,
java.lang.String name) |
java.util.List<java.lang.Long> |
getConstantIds(java.lang.Integer start,
java.lang.Integer limit) |
java.util.List<java.lang.Long> |
getConstantIdsByType(java.lang.String type,
java.lang.Integer start,
java.lang.Integer limit) |
java.lang.String |
getConstantValueByTypeAndName(java.lang.String type,
java.lang.String name) |
com.ptteng.common.skill.model.Constant |
getObjectById(java.lang.Long id) |
java.util.List<com.ptteng.common.skill.model.Constant> |
getObjectsByIds(java.util.List<java.lang.Long> ids) |
java.lang.Long |
insert(com.ptteng.common.skill.model.Constant constant) |
java.util.List<com.ptteng.common.skill.model.Constant> |
insertList(java.util.List<com.ptteng.common.skill.model.Constant> constantList) |
boolean |
update(com.ptteng.common.skill.model.Constant constant) |
boolean |
updateList(java.util.List<com.ptteng.common.skill.model.Constant> constantList) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, main, setDaopublic java.lang.Long insert(com.ptteng.common.skill.model.Constant constant)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
insert 在接口中 com.ptteng.common.skill.service.ConstantServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<com.ptteng.common.skill.model.Constant> insertList(java.util.List<com.ptteng.common.skill.model.Constant> constantList)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
insertList 在接口中 com.ptteng.common.skill.service.ConstantServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean delete(java.lang.Long id)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
delete 在接口中 com.ptteng.common.skill.service.ConstantServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(com.ptteng.common.skill.model.Constant constant)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
update 在接口中 com.ptteng.common.skill.service.ConstantServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(java.util.List<com.ptteng.common.skill.model.Constant> constantList)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
updateList 在接口中 com.ptteng.common.skill.service.ConstantServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.common.skill.model.Constant getObjectById(java.lang.Long id)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getObjectById 在接口中 com.ptteng.common.skill.service.ConstantServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<com.ptteng.common.skill.model.Constant> getObjectsByIds(java.util.List<java.lang.Long> ids)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getObjectsByIds 在接口中 com.ptteng.common.skill.service.ConstantServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.lang.Long getConstantIdByTypeAndName(java.lang.String type,
java.lang.String name)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getConstantIdByTypeAndName 在接口中 com.ptteng.common.skill.service.ConstantServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<java.lang.Long> getConstantIdsByType(java.lang.String type,
java.lang.Integer start,
java.lang.Integer limit)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getConstantIdsByType 在接口中 com.ptteng.common.skill.service.ConstantServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.lang.Integer countConstantIdsByType(java.lang.String type)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
countConstantIdsByType 在接口中 com.ptteng.common.skill.service.ConstantServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<java.lang.Long> getConstantIds(java.lang.Integer start,
java.lang.Integer limit)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getConstantIds 在接口中 com.ptteng.common.skill.service.ConstantServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.lang.Integer countConstantIds()
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
countConstantIds 在接口中 com.ptteng.common.skill.service.ConstantServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.lang.String getConstantValueByTypeAndName(java.lang.String type,
java.lang.String name)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getConstantValueByTypeAndName 在接口中 com.ptteng.common.skill.service.ConstantServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2016. All Rights Reserved.