类 CoreBpmnDiagramServiceImpl
- java.lang.Object
-
- net.sinodawn.module.sys.bpmn.service.impl.CoreBpmnDiagramServiceImpl
-
- 所有已实现的接口:
GenericService<CoreBpmnDiagramBean,Long>,CoreBpmnDiagramService
@Repository public class CoreBpmnDiagramServiceImpl extends Object implements CoreBpmnDiagramService
-
-
构造器概要
构造器 构造器 说明 CoreBpmnDiagramServiceImpl()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 CoreBpmnDiagramDaogetDao()org.dom4j.DocumentgetDocument(Long id)StringselectColumnById(Long id, String column)List<CoreBpmnDiagramSequenceFlowConditionDTO>selectSequenceFlowConditionList(Long id)List<CoreBpmnDiagramTaskCandidatorDTO>selectTaskCandidatorList(Long id)-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 net.sinodawn.framework.support.base.service.GenericService
delete, delete, deleteCascadeById, getSinoAttrsMybatisMapper, insert, instantSave, isAvailableByCurrentUser, isUpdatedByCurrentUser, postUpdate, print, save, selectAll, selectById, selectByIdIfPresent, selectByRole, selectColumnById, selectDetail, selectFirst, selectFirstByFilter, selectFirstByFilter, selectList, selectList, selectListByFilter, selectListByFilter, selectListByIds, selectPagination, selectPagination, selectPagination, selectPagination, selectPaginationByFilter, selectProcId, selectRawPagination, selectSearchablePagination, selectStatus, swap, update, updateColumn, updateCreatedBy, updateCreatedBy, updateIfChanged, updateIfChanged, validate, validateUnique, validateUnique, validateUnique
-
-
-
-
方法详细资料
-
getDao
public CoreBpmnDiagramDao getDao()
- 指定者:
getDao在接口中GenericService<CoreBpmnDiagramBean,Long>
-
selectColumnById
public String selectColumnById(Long id, String column)
- 指定者:
selectColumnById在接口中GenericService<CoreBpmnDiagramBean,Long>
-
getDocument
@SinoCacheable("T_CORE_BPMN_DIAGRAM.DOCUMENT") public org.dom4j.Document getDocument(Long id)
- 指定者:
getDocument在接口中CoreBpmnDiagramService
-
selectTaskCandidatorList
@SinoCacheable("T_CORE_BPMN_DIAGRAM.TASKCANDIDATOR") public List<CoreBpmnDiagramTaskCandidatorDTO> selectTaskCandidatorList(Long id)
-
selectSequenceFlowConditionList
@SinoCacheable("T_CORE_BPMN_DIAGRAM.SEQUENCEFLOWCONDITION") public List<CoreBpmnDiagramSequenceFlowConditionDTO> selectSequenceFlowConditionList(Long id)
-
-