Uses of Class
com.broadleafcommerce.pricing.domain.Fee
Packages that use Fee
Package
Description
-
Uses of Fee in com.broadleafcommerce.pricing.service
Classes in com.broadleafcommerce.pricing.service with type parameters of type FeeModifier and TypeClassDescriptionclassDefaultFeeService<F extends Fee>Default implementation ofFeeService.interfaceFeeService<F extends Fee>Base service API forFee.Methods in com.broadleafcommerce.pricing.service with parameters of type Fee -
Uses of Fee in com.broadleafcommerce.pricing.service.validation
Methods in com.broadleafcommerce.pricing.service.validation that return types with arguments of type FeeMethods in com.broadleafcommerce.pricing.service.validation with parameters of type FeeModifier and TypeMethodDescriptionprotected voidFeeValidator.validateFeeCode(Fee fee, org.springframework.validation.Errors errors, com.broadleafcommerce.data.tracking.core.context.ContextInfo context) protected voidFeeValidator.validateNonNullNonNegativeFee(Fee fee, org.springframework.validation.Errors errors) Method parameters in com.broadleafcommerce.pricing.service.validation with type arguments of type Fee -
Uses of Fee in com.broadleafcommerce.pricing.web.endpoint
Methods in com.broadleafcommerce.pricing.web.endpoint that return FeeModifier and TypeMethodDescriptionFeeEndpoint.createFee(jakarta.servlet.http.HttpServletRequest request, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, Fee fee) FeeEndpoint.readFee(jakarta.servlet.http.HttpServletRequest request, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, String id) FeeEndpoint.replaceFee(jakarta.servlet.http.HttpServletRequest request, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, String id, Fee fee) FeeEndpoint.updateFee(jakarta.servlet.http.HttpServletRequest request, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, String id, Fee fee) Methods in com.broadleafcommerce.pricing.web.endpoint that return types with arguments of type FeeModifier and TypeMethodDescriptionprotected FeeService<Fee>FeeEndpoint.getFeeService()org.springframework.data.domain.Page<Fee>FeeEndpoint.readAll(jakarta.servlet.http.HttpServletRequest request, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, org.springframework.data.domain.Pageable page, cz.jirutka.rsql.parser.ast.Node filters) FeeEndpoint.readAllByApplicationId(jakarta.servlet.http.HttpServletRequest request, com.broadleafcommerce.data.tracking.core.context.ContextInfo context) Methods in com.broadleafcommerce.pricing.web.endpoint with parameters of type FeeModifier and TypeMethodDescriptionFeeEndpoint.createFee(jakarta.servlet.http.HttpServletRequest request, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, Fee fee) FeeEndpoint.replaceFee(jakarta.servlet.http.HttpServletRequest request, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, String id, Fee fee) FeeEndpoint.updateFee(jakarta.servlet.http.HttpServletRequest request, com.broadleafcommerce.data.tracking.core.context.ContextInfo context, String id, Fee fee) Constructor parameters in com.broadleafcommerce.pricing.web.endpoint with type arguments of type FeeModifierConstructorDescriptionFeeEndpoint(FeeService<Fee> feeService, com.broadleafcommerce.translation.service.TranslationEntityService<com.broadleafcommerce.translation.domain.Translation> translationEntityService)