Package com.skava.marketplace.process
Class AppInstallionProcess
java.lang.Object
com.skava.marketplace.process.AppInstallionProcess
-
Constructor Summary
ConstructorsConstructorDescriptionAppInstallionProcess
(AppMerchantDataRepository appMerchantDataRepository, AppInstallSummaryRepository appInstallSummaryRepository, AppMasterRepository appMasterRepository, PrivateAppAssociationRepository privateAppAssociationRepository) -
Method Summary
Modifier and TypeMethodDescriptioncreate
(AppInstallationDO appInstallationDO) void
updateAppInstallSummary
(List<AppMerchantData> appMerchantDataList)
-
Constructor Details
-
AppInstallionProcess
@Autowired public AppInstallionProcess(AppMerchantDataRepository appMerchantDataRepository, AppInstallSummaryRepository appInstallSummaryRepository, AppMasterRepository appMasterRepository, PrivateAppAssociationRepository privateAppAssociationRepository)
-
-
Method Details
-
create
-
updateAppInstallSummary
-