public class CRMUIBankAccountTypeBean extends CRMUI
| Constructor and Description |
|---|
CRMUIBankAccountTypeBean()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
com.crm.dataobject.accounts.CRMDOBankAccountType |
createButton()
Creates a bank account type.
|
com.crm.dataobject.accounts.CRMDOBankAccountType |
deleteButton(com.crm.dataobject.accounts.CRMDOBankAccountType bankAccountType)
Deletes a bank account type.
|
com.crm.dataobject.accounts.CRMDOBankAccountType |
editButton(com.crm.dataobject.accounts.CRMDOBankAccountType bankAccountType)
Loads a bank account type form.
|
com.crm.dataobject.accounts.CRMDOBankAccountType |
loadForm(java.lang.String id)
Loads a bank account type form.
|
com.crm.dataobject.accounts.CRMDOBankAccountType |
saveButton(com.crm.dataobject.accounts.CRMDOBankAccountType bankAccountType)
Saves a bank account type.
|
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, setOwnerGrouppublic com.crm.dataobject.accounts.CRMDOBankAccountType createButton()
throws java.lang.Exception
java.lang.Exceptionpublic com.crm.dataobject.accounts.CRMDOBankAccountType saveButton(com.crm.dataobject.accounts.CRMDOBankAccountType bankAccountType)
throws java.lang.Exception
bankAccountType - - the bank account type to savejava.lang.Exceptionpublic com.crm.dataobject.accounts.CRMDOBankAccountType loadForm(java.lang.String id)
throws java.lang.Exception
id - - the bank account type id to loadjava.lang.Exceptionpublic com.crm.dataobject.accounts.CRMDOBankAccountType editButton(com.crm.dataobject.accounts.CRMDOBankAccountType bankAccountType)
throws java.lang.Exception
bankAccountType - - the bank account type to loadjava.lang.Exceptionpublic com.crm.dataobject.accounts.CRMDOBankAccountType deleteButton(com.crm.dataobject.accounts.CRMDOBankAccountType bankAccountType)
throws java.lang.Exception
bankAccountType - - the bank account type to deletejava.lang.Exception