public class ConstantServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.graship.admin.service.ConstantService
| 构造器和说明 |
|---|
ConstantServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countConstantIds() |
Integer |
countConstantIdsByType(String type) |
boolean |
delete(Long id) |
Long |
getConstantIdByKey(String key) |
Long |
getConstantIdByKeyAndType(String key,
String type) |
List<Long> |
getConstantIds(Integer start,
Integer limit) |
List<Long> |
getConstantIdsByType(String type,
Integer start,
Integer limit) |
com.ptteng.graship.admin.model.Constant |
getObjectById(Long id) |
List<com.ptteng.graship.admin.model.Constant> |
getObjectsByIds(List<Long> ids) |
String |
getValue(String key,
String type) |
Long |
insert(com.ptteng.graship.admin.model.Constant constant) |
List<com.ptteng.graship.admin.model.Constant> |
insertList(List<com.ptteng.graship.admin.model.Constant> constantList) |
boolean |
update(com.ptteng.graship.admin.model.Constant constant) |
boolean |
updateList(List<com.ptteng.graship.admin.model.Constant> constantList) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, getObjectByDynamicCondition, main, setDaopublic Long insert(com.ptteng.graship.admin.model.Constant constant) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insert 在接口中 com.ptteng.graship.admin.service.ConstantServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.graship.admin.model.Constant> insertList(List<com.ptteng.graship.admin.model.Constant> constantList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insertList 在接口中 com.ptteng.graship.admin.service.ConstantServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean delete(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
delete 在接口中 com.ptteng.graship.admin.service.ConstantServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(com.ptteng.graship.admin.model.Constant constant)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
update 在接口中 com.ptteng.graship.admin.service.ConstantServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(List<com.ptteng.graship.admin.model.Constant> constantList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
updateList 在接口中 com.ptteng.graship.admin.service.ConstantServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.graship.admin.model.Constant getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectById 在接口中 com.ptteng.graship.admin.service.ConstantServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.graship.admin.model.Constant> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectsByIds 在接口中 com.ptteng.graship.admin.service.ConstantServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Long getConstantIdByKey(String key) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getConstantIdByKey 在接口中 com.ptteng.graship.admin.service.ConstantServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getConstantIdsByType(String type, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getConstantIdsByType 在接口中 com.ptteng.graship.admin.service.ConstantServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Long getConstantIdByKeyAndType(String key, String type) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getConstantIdByKeyAndType 在接口中 com.ptteng.graship.admin.service.ConstantServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countConstantIdsByType(String type) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countConstantIdsByType 在接口中 com.ptteng.graship.admin.service.ConstantServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getConstantIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getConstantIds 在接口中 com.ptteng.graship.admin.service.ConstantServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countConstantIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countConstantIds 在接口中 com.ptteng.graship.admin.service.ConstantServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic String getValue(String key, String type) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getValue 在接口中 com.ptteng.graship.admin.service.ConstantServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2017. All rights reserved.