Uses of Class
com.skava.marketplace.model.domain.AppDescriptionDO
Packages that use AppDescriptionDO
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 AppDescriptionDO in com.skava.marketplace.model.domain
Methods in com.skava.marketplace.model.domain that return AppDescriptionDO -
Uses of AppDescriptionDO in com.skava.marketplace.model.exchange.request
Methods in com.skava.marketplace.model.exchange.request that return AppDescriptionDO -
Uses of AppDescriptionDO in com.skava.marketplace.model.exchange.response
Methods in com.skava.marketplace.model.exchange.response with parameters of type AppDescriptionDOModifier and TypeMethodDescriptionSaveAppDescriptionResponse.fromDomainObject
(AppDescriptionDO appDescriptionDO) -
Uses of AppDescriptionDO in com.skava.marketplace.process
Methods in com.skava.marketplace.process that return AppDescriptionDOModifier and TypeMethodDescriptionAppDescriptionProcess.create
(AppDescriptionDO appDescriptionDO, Long businessId) AppDescriptionProcess.findByAppId
(AppDescriptionDO appDescriptionDO) AppDescriptionProcess.patchUpdate
(AppDescriptionDO appDescriptionDO, Long businessId) AppDescriptionProcess.update
(AppDescriptionDO appDescriptionDO, Long businessId) Methods in com.skava.marketplace.process with parameters of type AppDescriptionDOModifier and TypeMethodDescriptionAppDescriptionProcess.create
(AppDescriptionDO appDescriptionDO, Long businessId) AppDescriptionProcess.findByAppId
(AppDescriptionDO appDescriptionDO) AppDescriptionProcess.patchUpdate
(AppDescriptionDO appDescriptionDO, Long businessId) AppDescriptionProcess.update
(AppDescriptionDO appDescriptionDO, Long businessId)