Uses of Class
com.codingapi.flow.record.FlowTodoRecord
Packages that use FlowTodoRecord
Package
Description
-
Uses of FlowTodoRecord in com.codingapi.flow.mock.repository
Methods in com.codingapi.flow.mock.repository that return FlowTodoRecordMethods in com.codingapi.flow.mock.repository that return types with arguments of type FlowTodoRecordModifier and TypeMethodDescriptionFlowTodoRecordRepositoryMockImpl.findAll()FlowTodoRecordRepositoryMockImpl.findByOperatorId(long operatorId) Methods in com.codingapi.flow.mock.repository with parameters of type FlowTodoRecordModifier and TypeMethodDescriptionvoidFlowTodoRecordRepositoryMockImpl.delete(FlowTodoRecord margeRecord) voidFlowTodoRecordRepositoryMockImpl.save(FlowTodoRecord record) Method parameters in com.codingapi.flow.mock.repository with type arguments of type FlowTodoRecordModifier and TypeMethodDescriptionvoidFlowTodoRecordRepositoryMockImpl.saveAll(List<FlowTodoRecord> margeRecords) -
Uses of FlowTodoRecord in com.codingapi.flow.pojo.response
Methods in com.codingapi.flow.pojo.response with parameters of type FlowTodoRecordModifier and TypeMethodDescriptionstatic FlowRecordContentFlowRecordContent.convert(FlowTodoRecord todoRecord) -
Uses of FlowTodoRecord in com.codingapi.flow.record
Constructors in com.codingapi.flow.record with parameters of type FlowTodoRecord -
Uses of FlowTodoRecord in com.codingapi.flow.repository
Methods in com.codingapi.flow.repository that return FlowTodoRecordMethods in com.codingapi.flow.repository with parameters of type FlowTodoRecordModifier and TypeMethodDescriptionvoidFlowTodoRecordRepository.delete(FlowTodoRecord margeRecord) voidFlowTodoRecordRepository.save(FlowTodoRecord margeRecord) Method parameters in com.codingapi.flow.repository with type arguments of type FlowTodoRecordModifier and TypeMethodDescriptionvoidFlowTodoRecordRepository.saveAll(List<FlowTodoRecord> margeRecords)