Uses of Class
com.skava.marketplace.model.entity.WebhookStoreApps
Packages that use WebhookStoreApps
Package
Description
Domain model classes of the Appmarketplace Service available here.
Entity model classes of the Appmarketplace Service available here.
DB operations are performed in the repository class.
-
Uses of WebhookStoreApps in com.skava.marketplace.model.domain
Methods in com.skava.marketplace.model.domain that return WebhookStoreAppsMethods in com.skava.marketplace.model.domain with parameters of type WebhookStoreAppsModifier and TypeMethodDescriptionWebhookStoreAppsDO.fromEntity
(WebhookStoreApps webhookStoreApps) -
Uses of WebhookStoreApps in com.skava.marketplace.model.entity
Constructor parameters in com.skava.marketplace.model.entity with type arguments of type WebhookStoreAppsModifierConstructorDescriptionQWebhookStoreApps
(com.querydsl.core.types.Path<? extends WebhookStoreApps> path) -
Uses of WebhookStoreApps in com.skava.marketplace.repository
Methods in com.skava.marketplace.repository that return types with arguments of type WebhookStoreAppsModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<WebhookStoreApps>
WebhookStoreAppRepository.findByActive
(boolean active, org.springframework.data.domain.Pageable pageRequest) org.springframework.data.domain.Page<WebhookStoreApps>
WebhookStoreAppRepository.findByActiveAndWebhookNameIn
(boolean active, List<String> webhookName, org.springframework.data.domain.Pageable pageRequest) WebhookStoreAppRepository.findByActiveAndWebhookType
(boolean active, com.skava.core.response.marketplace.WebhookType webhookType) WebhookStoreAppRepository.findByAppIdAndAppVersionAndStoreIdAndArchiveNot
(String appId, String appVersion, String storeId, boolean archive) WebhookStoreAppRepository.findByAppIdAndAppVersionAndStoreIdAndServiceCollectionIdAndWebhookNameAndWebhookTypeAndArchiveNot
(String appId, String appVersion, String storeId, String serviceCollectionId, String webhookName, com.skava.core.response.marketplace.WebhookType webhookType, boolean archive) org.springframework.data.domain.Page<WebhookStoreApps>
WebhookStoreAppRepository.findByWebhookNameIn
(List<String> webhookName, org.springframework.data.domain.Pageable pageRequest)