Package com.skava.marketplace.process
Class AppHistoryProcess
java.lang.Object
com.skava.marketplace.process.AppHistoryProcess
-
Constructor Summary
ConstructorsConstructorDescriptionAppHistoryProcess
(AppHistoryRepository appHistoryRepository, AppMasterRepository appMasterRepository) -
Method Summary
Modifier and TypeMethodDescriptioncreateAppHistory
(CreateAppHistoryDO createAppHistoryDO) org.springframework.data.domain.Page<AppHistory>
getAppHistory
(String filters, int page, int size, com.skava.core.qdsl.sort.EcomSorts ecomSorts) getAppHistoryResponse
(GetAppHistoryDO getAppHistoryDO)
-
Constructor Details
-
AppHistoryProcess
@Autowired public AppHistoryProcess(AppHistoryRepository appHistoryRepository, AppMasterRepository appMasterRepository)
-
-
Method Details
-
createAppHistory
-
getAppHistoryResponse
-
getAppHistory
public org.springframework.data.domain.Page<AppHistory> getAppHistory(String filters, int page, int size, com.skava.core.qdsl.sort.EcomSorts ecomSorts)
-