Class UpdateRefundEvents
java.lang.Object
com.broadleafcommerce.billing.job.domain.AbstractBillingOperation
com.broadleafcommerce.billing.job.domain.UpdateRefundEvents
- All Implemented Interfaces:
JobRequest,Serializable
- See Also:
-
Field Summary
Fields inherited from class com.broadleafcommerce.billing.job.domain.AbstractBillingOperation
operationId -
Constructor Summary
ConstructorsConstructorDescriptionUpdateRefundEvents(String billingJobId, List<@NotBlank String> billingProcessingRequestIds) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe billing job id.The list of billing processing requests of theRefundEventto update.getJobId()inthashCode()voidsetBillingJobId(String billingJobId) The billing job id.voidsetBillingProcessingRequestIds(List<@NotBlank String> billingProcessingRequestIds) The list of billing processing requests of theRefundEventto update.toString()Methods inherited from class com.broadleafcommerce.billing.job.domain.AbstractBillingOperation
addOperationAndFilterOutAlreadyProcessed, addOperationAndFilterOutAlreadyProcessed, getAlreadyProcessedIds, getOperationId, setOperationId
-
Constructor Details
-
UpdateRefundEvents
public UpdateRefundEvents() -
UpdateRefundEvents
-
-
Method Details
-
getJobId
- Specified by:
getJobIdin interfaceJobRequest
-
equals
- Overrides:
equalsin classAbstractBillingOperation
-
canEqual
- Overrides:
canEqualin classAbstractBillingOperation
-
hashCode
public int hashCode()- Overrides:
hashCodein classAbstractBillingOperation
-
getBillingJobId
The billing job id. -
getBillingProcessingRequestIds
The list of billing processing requests of theRefundEventto update. -
setBillingJobId
The billing job id. -
setBillingProcessingRequestIds
The list of billing processing requests of theRefundEventto update. -
toString
- Overrides:
toStringin classAbstractBillingOperation
-