Uses of Class
com.skava.marketplace.model.domain.AppInstallationDO
Packages that use AppInstallationDO
Package
Description
Domain model classes of the Appmarketplace Service available here.
Exchange request model classes of the Appmarketplace Service available here.
Exchange response model classes of the Appmarketplace Service available here.
DB operations(CRUD) are triggered from the process class.
-
Uses of AppInstallationDO in com.skava.marketplace.model.domain
Methods in com.skava.marketplace.model.domain that return AppInstallationDOModifier and TypeMethodDescriptionAppInstallationDO.fromEntity
(List<AppMerchantData> appMerchantDataList) -
Uses of AppInstallationDO in com.skava.marketplace.model.exchange.request
Methods in com.skava.marketplace.model.exchange.request that return AppInstallationDOModifier and TypeMethodDescriptionAppInstallationRequest.toDomainObject()
Converts the AppInstallationRequest object to an AppInstallationDO object and sets the corresponding values in the domain object.AppUninstallRequest.toDomainObject()
-
Uses of AppInstallationDO in com.skava.marketplace.model.exchange.response
Methods in com.skava.marketplace.model.exchange.response with parameters of type AppInstallationDOModifier and TypeMethodDescriptionUninstallSuccessResponse.fromDomainObject
(AppInstallationDO appInstallationDO) AppInstallationMultipleStoreResponse.toResponse
(AppInstallationDO appInstallationDO) -
Uses of AppInstallationDO in com.skava.marketplace.process
Methods in com.skava.marketplace.process that return AppInstallationDOModifier and TypeMethodDescriptionAppInstallionProcess.create
(AppInstallationDO appInstallationDO) AppUnInstallProcess.update
(AppInstallationDO appInstallationDO) Methods in com.skava.marketplace.process with parameters of type AppInstallationDOModifier and TypeMethodDescriptionAppInstallionProcess.create
(AppInstallationDO appInstallationDO) AppUnInstallProcess.update
(AppInstallationDO appInstallationDO)