Uses of Class
com.skava.marketplace.model.domain.AppDO
Packages that use AppDO
Package
Description
Domain model classes of the Appmarketplace Service available here.
Exchange model classes of the Appmarketplace Service available here.
Exchange request model classes of the Appmarketplace Service available here.
DB operations(CRUD) are triggered from the process class.
-
Uses of AppDO in com.skava.marketplace.model.domain
Methods in com.skava.marketplace.model.domain that return AppDO -
Uses of AppDO in com.skava.marketplace.model.exchange
Methods in com.skava.marketplace.model.exchange with parameters of type AppDO -
Uses of AppDO in com.skava.marketplace.model.exchange.request
Methods in com.skava.marketplace.model.exchange.request that return AppDOModifier and TypeMethodDescriptionCreateAppRequest.toDomainObject()
PatchUpdateAppRequest.toDomainObject()
UpdateAppRequest.toDomainObject()
-
Uses of AppDO in com.skava.marketplace.process
Methods in com.skava.marketplace.process that return AppDOModifier and TypeMethodDescriptionFindAppByIdProcess.findByAppIdAndAppVersion
(AppDO appDO) PatchUpdateAppProcess.patchUpdate
(AppDO appDO) Methods in com.skava.marketplace.process with parameters of type AppDO