Class GenerateChargeRetryRequests
java.lang.Object
com.broadleafcommerce.billing.job.domain.GenerateChargeRetryRequests
- All Implemented Interfaces:
JobRequest,Serializable
This message DTO is used to kick off retry requests for
requests
of type
PaymentAccountProcessingTransactionType.CHARGE- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGenerateChargeRetryRequests(String billingJobId, Date billingDateStart, Date billingDateEnd) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanProcess events whose retry date is less than or equal to value provided.Process events whose retry date is greater than or equal to value provided.The billing job id.getJobId()inthashCode()voidsetBillingDateEnd(Date billingDateEnd) Process events whose retry date is less than or equal to value provided.voidsetBillingDateStart(Date billingDateStart) Process events whose retry date is greater than or equal to value provided.voidsetBillingJobId(String billingJobId) The billing job id.toString()
-
Constructor Details
-
GenerateChargeRetryRequests
public GenerateChargeRetryRequests() -
GenerateChargeRetryRequests
-
-
Method Details
-
getJobId
- Specified by:
getJobIdin interfaceJobRequest
-
getBillingJobId
The billing job id. -
getBillingDateStart
Process events whose retry date is greater than or equal to value provided. -
getBillingDateEnd
Process events whose retry date is less than or equal to value provided. -
setBillingJobId
The billing job id. -
setBillingDateStart
Process events whose retry date is greater than or equal to value provided. -
setBillingDateEnd
Process events whose retry date is less than or equal to value provided. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-