Uses of Interface
com.skava.marketplace.repository.AppMasterRepository
Packages that use AppMasterRepository
Package
Description
DB operations(CRUD) are triggered from the process class.
Service implementations available in the Appmarketplace Service that are defined in this package.
-
Uses of AppMasterRepository in com.skava.marketplace.process
Constructors in com.skava.marketplace.process with parameters of type AppMasterRepositoryModifierConstructorDescriptionAdminAppsProcess
(AppMasterRepository appMasterRepo, AppInstallSummaryRepository appInstallSummaryRepo) AppConfigProcess
(AppMasterRepository appMasterRepository, AppConfigRepository appConfigRepository, JsonReaderResourceUtil jsonReaderResourceUtil) AppDescriptionProcess
(AppDescriptionRepository appDescriptionRepository, AppMasterRepository appMasterRepository) AppHistoryProcess
(AppHistoryRepository appHistoryRepository, AppMasterRepository appMasterRepository) AppInstallionProcess
(AppMerchantDataRepository appMerchantDataRepository, AppInstallSummaryRepository appInstallSummaryRepository, AppMasterRepository appMasterRepository, PrivateAppAssociationRepository privateAppAssociationRepository) AppPriceProcess
(AppPricingRepository appPricingRepository, AppMasterRepository appMasterRepo) AppUnInstallProcess
(AppMasterRepository appMasterRepository) BulkWebhookProcess
(WebhookStoreAppRepository webhookStoreAppRepository, AppMasterRepository appMasterRepository, CacheServiceUtil cacheServiceUtil) CreateAppProcess
(AppMasterRepository appRepository) CreatePrivateAppAssociationProcess
(AppMasterRepository appMasterRepository, PrivateAppAssociationRepository privateAppAssociationRepository) MerchantStoresListProcess
(AppMasterRepository appMasterRepository, AppMerchantRepository appMerchantRepository) UpdateAppInstallationProcess
(AppMasterRepository appMasterRepository) -
Uses of AppMasterRepository in com.skava.marketplace.service.impl
Constructors in com.skava.marketplace.service.impl with parameters of type AppMasterRepositoryModifierConstructorDescriptionGetWebhookLogsServiceImpl
(GetWebhookLogsProcess getWebhookLogsProcess, AppMasterRepository appMasterRepository)