public class CRMUIStripeProcessRunDefinitionBean extends CRMUIProcessRunDefinitionBean
| Constructor and Description |
|---|
CRMUIStripeProcessRunDefinitionBean() |
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<com.crm.dataobject.CRMDO> |
addNormalBillingRunCriterionButton(java.util.ArrayList<java.lang.String> entityIDs)
Adds a list of normal billing runs to the stripe run definition.
|
com.crm.dataobject.segments.SegmentCriterion |
addSegmentCriterionButton()
Adds a segment criterion to stripe run definition.
|
com.crm.dataobject.paymentgateway.stripe.StripePaymentGatewayProcessRunDefinition |
amendButton(com.crm.dataobject.paymentgateway.stripe.StripePaymentGatewayProcessRunDefinition paymentGatewayProcessRunDefinition)
Amends a payment gateway process run definition.
|
com.crm.dataobject.paymentgateway.stripe.StripePaymentGatewayProcessRunDefinition |
createButton() |
com.crm.dataobject.paymentgateway.stripe.StripePaymentGatewayProcessRunDefinition |
deleteButton(com.crm.dataobject.paymentgateway.stripe.StripePaymentGatewayProcessRunDefinition stripePaymentGatewayProcessRunDefinition) |
com.crm.dataobject.paymentgateway.stripe.StripePaymentGatewayProcessRunDefinition |
editButton(com.crm.dataobject.paymentgateway.stripe.StripePaymentGatewayProcessRunDefinition paymentGatewayProcessRunDefinition)
Loads a payment gateway process run definition form.
|
com.crm.framework.main.LookupBuilder |
getBillingRunFilterMethodOptions()
Loads the billing run filter method options.
|
com.crm.framework.main.LookupBuilder |
getBillingRunFilterMethodOptions(java.lang.String emptyValue)
Loads the billing run filter method options.
|
com.crm.framework.main.LookupBuilder |
getSegmentOptions()
Loads all the segments of Accounts Receivable entity type.
|
com.crm.dataobject.paymentgateway.stripe.StripePaymentGatewayProcessRunDefinition |
loadForm(java.lang.String id) |
java.util.ArrayList<com.crm.dataobject.CRMDO> |
removeNormalBillingRunCriterionButton(java.util.ArrayList<com.crm.dataobject.CRMDO> dtoList)
Removes a list of normal billing run criteria from a stripe run definition.
|
java.util.ArrayList<com.crm.dataobject.CRMDO> |
removeSegmentCriterionButton(java.util.ArrayList<com.crm.dataobject.CRMDO> dtoList)
Removes a list of segment criteria from a stripe run definition.
|
com.crm.dataobject.paymentgateway.stripe.StripePaymentGatewayProcessRunDefinition |
saveButton(com.crm.dataobject.paymentgateway.stripe.StripePaymentGatewayProcessRunDefinition paymentGatewayProcessRunDefinition)
Saves a subscription process run definition.
|
com.crm.dataobject.paymentgateway.stripe.StripePaymentGatewayProcessRunDefinition |
setDefaultPaymentValues(com.crm.dataobject.paymentgateway.stripe.StripePaymentGatewayProcessRunDefinition paymentGatewayProcessRunDefinition) |
com.crm.dataobject.paymentgateway.stripe.StripePaymentGatewayProcessRunDefinition |
submitButton(com.crm.dataobject.paymentgateway.stripe.StripePaymentGatewayProcessRunDefinition paymentGatewayProcessRunDefinition)
Submit Stripe Payment Gateway Process Run Definition
|
deleteProcessRun, getLifeCycleStateOptions, getLifeCycleStateOptions, getMessageTypeOptions, getMessageTypeOptions, submitaddAttachmentButton, addTrace, assignEntity, echoDto, echoDto, echoDto, getAccountsReceivableEntityOptions, getActiveInactiveOptions, getActiveInactiveOptions, getAssignableEntityOptions, getCurrentDate, getCurrentDay, getCurrentMonth, getCurrentYear, getDayOfWeekOptions, getDayOfWeekOptions, getDtoFromCollection, getEntityCategoryOptions, getEntityFieldOptions, getEntityOptions, getEntityStateOptions, getEntityStatusOptions, getEntityTypeOptions, getExplicitViewingAccessEntityOptions, getHourOptions, getHourOptions, getImplicitViewingAccessEntityOptions, getModuleOptions, getModulePrintoutOptions, getModuleProcessOptions, getMonthEndDate, getMonthStartDate, getOperatorOptions, getOperatorOptions, getStateOptions, getTimeOfDayOptions, getTimeOfDayOptions, getTrueFalseOptions, getTrueFalseOptions, getUnitOfTimeOptions, getUnitOfTimeOptions, getWeekEndDate, getWeekStartDate, getYesNoOptions, getYesNoOptions, invoke, load, loadAttachmentsTab, loadDaysOfMonthOptions, loadMonthNumberOptions, loadMonthNumberOptions, loadMonthOptions, loadMonthOptions, readFileContent, removeAttachmentButton, setDtoAsNotEditable, setOwnerGrouppublic com.crm.dataobject.paymentgateway.stripe.StripePaymentGatewayProcessRunDefinition createButton()
throws java.lang.Exception
java.lang.Exceptionpublic com.crm.dataobject.paymentgateway.stripe.StripePaymentGatewayProcessRunDefinition loadForm(java.lang.String id)
throws java.lang.Exception
java.lang.Exceptionpublic com.crm.dataobject.paymentgateway.stripe.StripePaymentGatewayProcessRunDefinition deleteButton(com.crm.dataobject.paymentgateway.stripe.StripePaymentGatewayProcessRunDefinition stripePaymentGatewayProcessRunDefinition)
throws java.lang.Exception
java.lang.Exceptionpublic com.crm.dataobject.paymentgateway.stripe.StripePaymentGatewayProcessRunDefinition submitButton(com.crm.dataobject.paymentgateway.stripe.StripePaymentGatewayProcessRunDefinition paymentGatewayProcessRunDefinition)
throws java.lang.Exception
paymentGatewayProcessRunDefinition - java.lang.Exceptionpublic com.crm.dataobject.paymentgateway.stripe.StripePaymentGatewayProcessRunDefinition saveButton(com.crm.dataobject.paymentgateway.stripe.StripePaymentGatewayProcessRunDefinition paymentGatewayProcessRunDefinition)
throws java.lang.Exception
subscriptionProcessRunDefinition - - the subscription process run definition to savejava.lang.Exceptionpublic com.crm.dataobject.paymentgateway.stripe.StripePaymentGatewayProcessRunDefinition editButton(com.crm.dataobject.paymentgateway.stripe.StripePaymentGatewayProcessRunDefinition paymentGatewayProcessRunDefinition)
throws java.lang.Exception,
com.crm.exception.CannotModifyException
paymentGatewayProcessRunDefinition - - the payment gateway process run definition to editjava.lang.Exceptioncom.crm.exception.CannotModifyExceptionpublic com.crm.dataobject.paymentgateway.stripe.StripePaymentGatewayProcessRunDefinition amendButton(com.crm.dataobject.paymentgateway.stripe.StripePaymentGatewayProcessRunDefinition paymentGatewayProcessRunDefinition)
throws java.lang.Exception
paymentGatewayProcessRunDefinition - - the payment gateway process run definition to amendjava.lang.Exceptionpublic com.crm.dataobject.segments.SegmentCriterion addSegmentCriterionButton()
throws java.lang.Exception
java.lang.Exceptionpublic java.util.ArrayList<com.crm.dataobject.CRMDO> removeSegmentCriterionButton(java.util.ArrayList<com.crm.dataobject.CRMDO> dtoList)
throws java.lang.Exception
dtoList - - a list of segment criteria to deletejava.lang.Exceptionpublic com.crm.dataobject.paymentgateway.stripe.StripePaymentGatewayProcessRunDefinition setDefaultPaymentValues(com.crm.dataobject.paymentgateway.stripe.StripePaymentGatewayProcessRunDefinition paymentGatewayProcessRunDefinition)
throws java.lang.Exception
java.lang.Exceptionpublic com.crm.framework.main.LookupBuilder getBillingRunFilterMethodOptions()
throws java.lang.Exception
java.lang.Exceptionpublic com.crm.framework.main.LookupBuilder getBillingRunFilterMethodOptions(java.lang.String emptyValue)
throws java.lang.Exception
emptyValue - - an empty value for a billing run filter methodjava.lang.Exceptionpublic java.util.ArrayList<com.crm.dataobject.CRMDO> addNormalBillingRunCriterionButton(java.util.ArrayList<java.lang.String> entityIDs)
throws java.lang.Exception
entityIDs - - the ids of the billing runsjava.lang.Exceptionpublic java.util.ArrayList<com.crm.dataobject.CRMDO> removeNormalBillingRunCriterionButton(java.util.ArrayList<com.crm.dataobject.CRMDO> dtoList)
throws java.lang.Exception
dtoList - - a list of normal billing run criteria to deletejava.lang.Exceptionpublic com.crm.framework.main.LookupBuilder getSegmentOptions()
throws java.lang.Exception
java.lang.Exception