Uses of Enum Class
com.broadleafcommerce.billing.domain.RefundStatusEnum
Packages that use RefundStatusEnum
Package
Description
-
Uses of RefundStatusEnum in com.broadleafcommerce.billing.domain
Methods in com.broadleafcommerce.billing.domain that return RefundStatusEnumModifier and TypeMethodDescriptionRefundEventDetail.getRefundStatus()The status of the Refund processingstatic RefundStatusEnumReturns the enum constant of this class with the specified name.static RefundStatusEnum[]RefundStatusEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.broadleafcommerce.billing.domain with parameters of type RefundStatusEnumModifier and TypeMethodDescriptionvoidRefundEventDetail.setRefundStatus(RefundStatusEnum refundStatus) The status of the Refund processingConstructors in com.broadleafcommerce.billing.domain with parameters of type RefundStatusEnumModifierConstructorDescriptionRefundEventDetail(String id, String refundEventId, RefundStatusEnum refundStatus, BigDecimal refundTotal, String originalTransactionId, String retryScheduleCode, Integer attemptCount, Date nextRetryDate, Integer remainingRetryCount, Date createdDate, Integer version, com.broadleafcommerce.data.tracking.core.filtering.business.domain.ContextState contextState) -
Uses of RefundStatusEnum in com.broadleafcommerce.billing.job.module
Fields in com.broadleafcommerce.billing.job.module with type parameters of type RefundStatusEnumModifier and TypeFieldDescriptionprotected static Set<RefundStatusEnum>RefundEventUpdater.expectedStatuses -
Uses of RefundStatusEnum in com.broadleafcommerce.billing.service.impl
Methods in com.broadleafcommerce.billing.service.impl that return types with arguments of type RefundStatusEnumModifier and TypeMethodDescriptionprotected Map<RefundStatusEnum,Integer> DefaultRefundEventService.buildStatusCountsMap()