public class CRMUIInvoiceCancellationBean extends CRMUIFinancialTransactionBean
Constructor and Description |
---|
CRMUIInvoiceCancellationBean()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
com.crm.dataobject.financialtransactions.CRMDOInvoiceCancellation |
loadForm(java.lang.String id)
Loads an invoice cancellation based on id.
|
com.crm.dataobject.financialtransactions.CRMDOInvoiceCancellation |
loadInvoiceCancellationForm(com.crm.dataobject.financialtransactions.CRMDOInvoice invoice)
Loads an invoice cancellation form for an invoice.
|
java.util.ArrayList<com.crm.dataobject.CRMDO> |
loadItemsTab(com.crm.dataobject.financialtransactions.CRMDOInvoiceCancellation invoiceCancellation)
Loads items tabs of an invoice cancellation.
|
void |
submitInvoiceCancellationButton(com.crm.dataobject.financialtransactions.CRMDOInvoiceCancellation invoiceCancellation)
Saves an invoice cancellation to the database.
|
calculateAmounts, calculateAmountsFromTotals, calculateLineAmounts, getDiscountOptions, getLifeCycleStateOptions, getLifeCycleStateOptions, getRejectionReasonOptions, getUnsettledInvoiceOptions, loadAccountInfo, loadFinTransactionRejectionForm, loadPrimaryAccount, resetDiscount, submitFinTransactionRejectionButton
addAttachmentButton, 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, setOwnerGroup
public CRMUIInvoiceCancellationBean()
public com.crm.dataobject.financialtransactions.CRMDOInvoiceCancellation loadForm(java.lang.String id) throws java.lang.Exception
id
- an invoice cancellation id (required)java.lang.Exception
public java.util.ArrayList<com.crm.dataobject.CRMDO> loadItemsTab(com.crm.dataobject.financialtransactions.CRMDOInvoiceCancellation invoiceCancellation) throws java.lang.Exception
invoiceCancellation
- an invoice cancellation (required)java.lang.Exception
public com.crm.dataobject.financialtransactions.CRMDOInvoiceCancellation loadInvoiceCancellationForm(com.crm.dataobject.financialtransactions.CRMDOInvoice invoice) throws java.lang.Exception
invoice
- an invoicejava.lang.Exception
public void submitInvoiceCancellationButton(com.crm.dataobject.financialtransactions.CRMDOInvoiceCancellation invoiceCancellation) throws java.lang.Exception
invoiceCancellation
- an invoice cancellation (required)java.lang.Exception