Uses of Class
com.skava.marketplace.model.entity.AppMaster
Packages that use AppMaster
Package
Description
Domain model classes of the Appmarketplace Service available here.
Entity model classes of the Appmarketplace Service available here.
Exchange 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.
DB operations are performed in the repository class.
This package have the utility classes for the entities available in Appmarketplace Service.
Appmarketplace Service uses AOP validation flow and all the validation classes are maintained in this package.
-
Uses of AppMaster in com.skava.marketplace.model.domain
Methods in com.skava.marketplace.model.domain that return AppMasterMethods in com.skava.marketplace.model.domain with parameters of type AppMasterModifier and TypeMethodDescriptionAppDO.fromEntity
(AppMaster appMaster) UpdateAppStatusDO.fromEntity
(AppMaster appMaster) -
Uses of AppMaster in com.skava.marketplace.model.entity
Constructors in com.skava.marketplace.model.entity with parameters of type AppMasterConstructor parameters in com.skava.marketplace.model.entity with type arguments of type AppMasterModifierConstructorDescriptionQAppMaster
(com.querydsl.core.types.Path<? extends AppMaster> path) QAppMaster
(Class<? extends AppMaster> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits) -
Uses of AppMaster in com.skava.marketplace.model.exchange
Constructor parameters in com.skava.marketplace.model.exchange with type arguments of type AppMasterModifierConstructorDescriptionQAppMaster
(com.querydsl.core.types.Path<? extends AppMaster> path) QAppMaster
(Class<? extends AppMaster> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits) -
Uses of AppMaster in com.skava.marketplace.model.exchange.response
Methods in com.skava.marketplace.model.exchange.response with parameters of type AppMasterModifier and TypeMethodDescriptionstatic FindAppMasterResponse
FindAppMasterResponse.fromEntity
(AppMaster appMaster) -
Uses of AppMaster in com.skava.marketplace.process
Methods in com.skava.marketplace.process with parameters of type AppMasterModifier and TypeMethodDescriptionCreateAppProcess.addAppStatusHistory
(AppMaster appMaster) static List<AppStatusHistory>
PatchUpdateAppProcess.addAppStatusHistory
(AppMaster appMaster) FindAllAppByBusinessIdProcess.setappMasterForBusiness
(AppMaster appMaster) static List<WebhooksConfig>
AppConfigProcess.updateWebhooksConfigList
(AppConfigDO appConfigDO, AppMaster appMaster, JsonReaderResourceUtil jsonReaderResourceUtil) Method parameters in com.skava.marketplace.process with type arguments of type AppMasterModifier and TypeMethodDescriptionstatic void
AppConfigProcess.validateAppStatusForJson
(Optional<AppMaster> appMaster, AppConfigDO appConfigDO) -
Uses of AppMaster in com.skava.marketplace.repository
Methods in com.skava.marketplace.repository that return types with arguments of type AppMasterModifier and TypeMethodDescriptionAppMasterRepository.findByAppKey
(String appKey) AppMasterRepository.findByAppKeyAndAppStatus
(String appKey, String appStatus) AppMasterRepository.findByAppStatusAndVisibilityType
(String appStatus, String visibilityType) AppMasterRepository.findByBusinessId
(Long businessId) AppMasterRepository.findByIdAndBusinessId
(AppIdentifier appIdentifier, Long businessId) AppMasterRepository.findByIdAppId
(String appId) AppMasterRepository.findByIdAppVersionAndAppKey
(String appVersion, String appKey) AppMasterRepository.findByIdIn
(List<AppIdentifier> appId) org.springframework.data.domain.Page<AppMaster>
AppMasterRepository.findByIdIn
(List<AppIdentifier> appIdList, com.querydsl.core.types.Predicate predicate, org.springframework.data.domain.Pageable pageRequest) org.springframework.data.domain.Page<AppMaster>
AppMasterRepository.findByIdIn
(List<AppIdentifier> identifierList, org.springframework.data.domain.Pageable pageRequest) AppMasterRepository.findListByAppKey
(String appKey) -
Uses of AppMaster in com.skava.marketplace.util
Methods in com.skava.marketplace.util that return AppMasterMethods in com.skava.marketplace.util with parameters of type AppMaster -
Uses of AppMaster in com.skava.marketplace.validator.service
Method parameters in com.skava.marketplace.validator.service with type arguments of type AppMasterModifier and TypeMethodDescriptionvoid
CreateAppValidator.validateVersion
(List<AppMaster> appMasterList, String appVersion)