public class ComponentServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.graship.home.service.ComponentService
| 构造器和说明 |
|---|
ComponentServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countComponentIds() |
Integer |
countComponentIdsByPidAndStatusOrderByCreateAt(Long pid,
Integer status) |
boolean |
delete(Long id) |
List<Long> |
getComponentIds(Integer start,
Integer limit) |
List<Long> |
getComponentIdsByPidAndStatusOrderByCreateAt(Long pid,
Integer status,
Integer start,
Integer limit) |
com.ptteng.graship.home.model.Component |
getObjectById(Long id) |
List<com.ptteng.graship.home.model.Component> |
getObjectsByIds(List<Long> ids) |
Long |
insert(com.ptteng.graship.home.model.Component component) |
List<com.ptteng.graship.home.model.Component> |
insertList(List<com.ptteng.graship.home.model.Component> componentList) |
boolean |
update(com.ptteng.graship.home.model.Component component) |
boolean |
updateList(List<com.ptteng.graship.home.model.Component> componentList) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, getObjectByDynamicCondition, main, setDaopublic Long insert(com.ptteng.graship.home.model.Component component) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insert 在接口中 com.ptteng.graship.home.service.ComponentServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.graship.home.model.Component> insertList(List<com.ptteng.graship.home.model.Component> componentList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insertList 在接口中 com.ptteng.graship.home.service.ComponentServicecom.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.home.service.ComponentServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(com.ptteng.graship.home.model.Component component)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
update 在接口中 com.ptteng.graship.home.service.ComponentServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(List<com.ptteng.graship.home.model.Component> componentList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
updateList 在接口中 com.ptteng.graship.home.service.ComponentServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.graship.home.model.Component getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectById 在接口中 com.ptteng.graship.home.service.ComponentServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.graship.home.model.Component> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectsByIds 在接口中 com.ptteng.graship.home.service.ComponentServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getComponentIdsByPidAndStatusOrderByCreateAt(Long pid, Integer status, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getComponentIdsByPidAndStatusOrderByCreateAt 在接口中 com.ptteng.graship.home.service.ComponentServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countComponentIdsByPidAndStatusOrderByCreateAt(Long pid, Integer status) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countComponentIdsByPidAndStatusOrderByCreateAt 在接口中 com.ptteng.graship.home.service.ComponentServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getComponentIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getComponentIds 在接口中 com.ptteng.graship.home.service.ComponentServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countComponentIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countComponentIds 在接口中 com.ptteng.graship.home.service.ComponentServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2017. All rights reserved.