Uses of Interface
com.skava.marketplace.repository.PrivateAppAssociationRepository
Packages that use PrivateAppAssociationRepository
Package
Description
DB operations(CRUD) are triggered from the process class.
-
Uses of PrivateAppAssociationRepository in com.skava.marketplace.process
Constructors in com.skava.marketplace.process with parameters of type PrivateAppAssociationRepositoryModifierConstructorDescriptionAppInstallionProcess
(AppMerchantDataRepository appMerchantDataRepository, AppInstallSummaryRepository appInstallSummaryRepository, AppMasterRepository appMasterRepository, PrivateAppAssociationRepository privateAppAssociationRepository) CreatePrivateAppAssociationProcess
(AppMasterRepository appMasterRepository, PrivateAppAssociationRepository privateAppAssociationRepository)