Uses of Class
com.broadleafcommerce.subscription.domain.adjustment.OfferItemDetail
Packages that use OfferItemDetail
Package
Description
-
Uses of OfferItemDetail in com.broadleafcommerce.subscription.domain.adjustment
Methods in com.broadleafcommerce.subscription.domain.adjustment that return types with arguments of type OfferItemDetailModifier and TypeMethodDescriptionSubscriptionItemAdjustment.getQualifierDetails()A list ofOfferItemDetailsrepresenting the qualifier items where this adjustment was from.Method parameters in com.broadleafcommerce.subscription.domain.adjustment with type arguments of type OfferItemDetailModifier and TypeMethodDescriptionvoidSubscriptionItemAdjustment.setQualifierDetails(List<OfferItemDetail> qualifierDetails) A list ofOfferItemDetailsrepresenting the qualifier items where this adjustment was from.Constructor parameters in com.broadleafcommerce.subscription.domain.adjustment with type arguments of type OfferItemDetailModifierConstructorDescriptionSubscriptionItemAdjustment(String itemAdjustmentId, String id, String subscriptionItemId, String adjustmentRef, SubscriptionAdjustmentType adjustmentType, String subscriptionAdjustmentType, BigDecimal adjustmentAmount, Integer beginPeriod, Integer endPeriod, String adjustmentName, String adjustmentCartLabel, String adjustmentDescription, String adjustmentProrationType, String adjustmentCodeRef, String adjustmentDiscountMethodType, BigDecimal adjustmentDiscountFactor, String codeUsed, String campaignTrackingId, String discountType, List<OfferItemDetail> qualifierDetails, Integer itemAdjustmentQuantity, Integer freeTrialLength, String freeTrialLengthUnits, CurrencyConversionDetail currencyConversionDetail, Map<String, Object> attributes, com.broadleafcommerce.data.tracking.core.filtering.business.domain.ContextState contextState) -
Uses of OfferItemDetail in com.broadleafcommerce.subscription.provider.jpa.domain
Methods in com.broadleafcommerce.subscription.provider.jpa.domain that return types with arguments of type OfferItemDetailMethod parameters in com.broadleafcommerce.subscription.provider.jpa.domain with type arguments of type OfferItemDetailModifier and TypeMethodDescriptionvoidJpaSubscriptionItemAdjustment.setQualifierDetails(List<OfferItemDetail> qualifierDetails)