Uses of Class
com.skava.marketplace.model.domain.UIJsonDO
Packages that use UIJsonDO
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 UIJsonDO in com.skava.marketplace.model.domain
Methods in com.skava.marketplace.model.domain that return UIJsonDO -
Uses of UIJsonDO in com.skava.marketplace.model.exchange.request
Methods in com.skava.marketplace.model.exchange.request that return UIJsonDO -
Uses of UIJsonDO in com.skava.marketplace.model.exchange.response
Methods in com.skava.marketplace.model.exchange.response with parameters of type UIJsonDOModifier and TypeMethodDescriptionvoid
CreateUIJsonInfoResponse.fromDomainObject
(UIJsonDO uIJsonDO) -
Uses of UIJsonDO in com.skava.marketplace.process
Methods in com.skava.marketplace.process that return UIJsonDOModifier and TypeMethodDescriptionCreateUIJsonInfoProcess.createUIJson
(UIJsonDO uIJsonDO, Long businessId) DeleteUIJsonInfoProcess.deleteUiJsonInfoByAppIdAndAppVersion
(UIJsonDO uIJsonDO) FindAllUIJsonInfoProcess.getAllUIJsonInfoByAppId
(UIJsonDO uIJsonDO) Methods in com.skava.marketplace.process with parameters of type UIJsonDOModifier and TypeMethodDescriptionCreateUIJsonInfoProcess.createUIJson
(UIJsonDO uIJsonDO, Long businessId) DeleteUIJsonInfoProcess.deleteUiJsonInfoByAppIdAndAppVersion
(UIJsonDO uIJsonDO) FindAllUIJsonInfoProcess.getAllUIJsonInfoByAppId
(UIJsonDO uIJsonDO)