Uses of Class
com.skava.marketplace.model.domain.AppPricingDO
Packages that use AppPricingDO
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 AppPricingDO in com.skava.marketplace.model.domain
Methods in com.skava.marketplace.model.domain that return AppPricingDO -
Uses of AppPricingDO in com.skava.marketplace.model.exchange.request
Methods in com.skava.marketplace.model.exchange.request that return AppPricingDOModifier and TypeMethodDescriptionCreateAppPricingRequest.toDomainObject()
UpdateAppPricingRequest.toDomainObject
(String appId, String version) -
Uses of AppPricingDO in com.skava.marketplace.model.exchange.response
Methods in com.skava.marketplace.model.exchange.response with parameters of type AppPricingDO -
Uses of AppPricingDO in com.skava.marketplace.process
Methods in com.skava.marketplace.process that return AppPricingDOModifier and TypeMethodDescriptionAppPriceProcess.create
(AppPricingDO appPricingDO) AppPriceProcess.findByAppIdAndAppVersion
(AppPricingDO appPricingDO) AppPriceProcess.patchUpdate
(AppPricingDO appPricingDO) AppPriceProcess.update
(AppPricingDO appPricingDO) Methods in com.skava.marketplace.process with parameters of type AppPricingDOModifier and TypeMethodDescriptionAppPriceProcess.create
(AppPricingDO appPricingDO) AppPriceProcess.findByAppIdAndAppVersion
(AppPricingDO appPricingDO) AppPriceProcess.patchUpdate
(AppPricingDO appPricingDO) AppPriceProcess.update
(AppPricingDO appPricingDO)