Uses of Class
com.skava.marketplace.model.domain.PrivateAppAssociationDO
Packages that use PrivateAppAssociationDO
Package
Description
Domain model classes of the Appmarketplace Service available here.
Entity 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 PrivateAppAssociationDO in com.skava.marketplace.model.domain
Methods in com.skava.marketplace.model.domain that return PrivateAppAssociationDOModifier and TypeMethodDescriptionPrivateAppAssociationDO.fromEntity
(List<PrivateAppAssociation> privateAppAssosciations) -
Uses of PrivateAppAssociationDO in com.skava.marketplace.model.entity
Methods in com.skava.marketplace.model.entity that return PrivateAppAssociationDO -
Uses of PrivateAppAssociationDO in com.skava.marketplace.model.exchange.request
Methods in com.skava.marketplace.model.exchange.request that return PrivateAppAssociationDOModifier and TypeMethodDescriptionCreatePrivateAppAssociationRequest.toDomainObject()
Converts the CreatePrivateAppAssociationRequest object to an PrivateAppAssociationDO object and sets the corresponding values in the domain object.PrivateAppAssociationRequestInternal.toDomainObject()
-
Uses of PrivateAppAssociationDO in com.skava.marketplace.process
Methods in com.skava.marketplace.process with parameters of type PrivateAppAssociationDOModifier and TypeMethodDescriptionCreatePrivateAppAssociationProcess.create
(PrivateAppAssociationDO privateAppAssociationDO) FindAllPrivateAppAssociationByAppIdProcess.getPrivateAppAssociationByAppId
(PrivateAppAssociationDO privateAppAssociationDO)