Package com.codingapi.flow.mock.service
Class FlowRecordQueryMockService
java.lang.Object
com.codingapi.flow.mock.service.FlowRecordQueryMockService
- All Implemented Interfaces:
FlowRecordQueryService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.data.domain.Page<FlowRecordContent>findAll(org.springframework.data.domain.PageRequest request) org.springframework.data.domain.Page<FlowRecordContent>findDoneRecordPage(long userId, org.springframework.data.domain.PageRequest request) org.springframework.data.domain.Page<FlowRecordContent>findNotifyRecordPage(long userId, org.springframework.data.domain.PageRequest request) org.springframework.data.domain.Page<FlowRecordContent>findTodoRecordPage(long userId, org.springframework.data.domain.PageRequest request)
-
Constructor Details
-
FlowRecordQueryMockService
public FlowRecordQueryMockService()
-
-
Method Details
-
findAll
public org.springframework.data.domain.Page<FlowRecordContent> findAll(org.springframework.data.domain.PageRequest request) - Specified by:
findAllin interfaceFlowRecordQueryService
-
findTodoRecordPage
public org.springframework.data.domain.Page<FlowRecordContent> findTodoRecordPage(long userId, org.springframework.data.domain.PageRequest request) - Specified by:
findTodoRecordPagein interfaceFlowRecordQueryService
-
findNotifyRecordPage
public org.springframework.data.domain.Page<FlowRecordContent> findNotifyRecordPage(long userId, org.springframework.data.domain.PageRequest request) - Specified by:
findNotifyRecordPagein interfaceFlowRecordQueryService
-
findDoneRecordPage
public org.springframework.data.domain.Page<FlowRecordContent> findDoneRecordPage(long userId, org.springframework.data.domain.PageRequest request) - Specified by:
findDoneRecordPagein interfaceFlowRecordQueryService
-