Uses of Class
com.skava.marketplace.model.PricingDetails
Packages that use PricingDetails
Package
Description
Model classes of the Appmarketplace Service available here.
Domain model classes of the Appmarketplace Service available here.
Entity model classes of the Appmarketplace Service available here.
Exchange response model classes of the Appmarketplace Service available here.
Appmarketplace Service uses AOP validation flow and all the validation classes are maintained in this package.
-
Uses of PricingDetails in com.skava.marketplace.model
Constructor parameters in com.skava.marketplace.model with type arguments of type PricingDetailsModifierConstructorDescriptionQPricingDetails
(com.querydsl.core.types.Path<? extends PricingDetails> path) -
Uses of PricingDetails in com.skava.marketplace.model.domain
Constructor parameters in com.skava.marketplace.model.domain with type arguments of type PricingDetailsModifierConstructorDescriptionAppPricingDO
(String appId, String authToken, String locale, String appVersion, Map<String, PricingDetails> priceList) AppPricingDO
(String appId, String appVersion, Map<String, PricingDetails> priceList) -
Uses of PricingDetails in com.skava.marketplace.model.entity
Fields in com.skava.marketplace.model.entity with type parameters of type PricingDetailsModifier and TypeFieldDescriptionfinal com.querydsl.core.types.dsl.MapPath<String,
PricingDetails, QPricingDetails> QAppPricing.priceList
Constructor parameters in com.skava.marketplace.model.entity with type arguments of type PricingDetailsModifierConstructorDescriptionAppPricing
(String id, String appId, String appVersion, Map<String, PricingDetails> priceList) AppPricing
(String appId, String appVersion, Map<String, PricingDetails> priceList) -
Uses of PricingDetails in com.skava.marketplace.model.exchange.response
Constructor parameters in com.skava.marketplace.model.exchange.response with type arguments of type PricingDetailsModifierConstructorDescriptionFindAppPricingResponse
(Map<String, PricingDetails> priceList) SaveAppPriceResponse
(String appId, String appVersion, Map<String, PricingDetails> priceList) -
Uses of PricingDetails in com.skava.marketplace.validator.service
Method parameters in com.skava.marketplace.validator.service with type arguments of type PricingDetailsModifier and TypeMethodDescriptionstatic void
AppPricingValidator.validatepriceList
(Map<String, PricingDetails> priceList)