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, addExistingAttachmentButton, addExistingAttachmentsButton, addTrace, assignEntity, echoDto, echoDto, echoDto, echoDtos, getAccountsReceivableEntityOptions, getActiveInactiveOptions, getActiveInactiveOptions, getAllowedDeniedOptions, getAllowedDeniedOptions, getApplicationOptions, getArchiveDataEntityOptions, getArchiveDataEntityOptions, getArchiveEntityOptions, getArchiveEntityOptions, getAssignableEntityOptions, getCurrentDateString, getCurrentDay, getCurrentMonth, getCurrentYear, getDayOfWeekOptions, getDayOfWeekOptions, getDtoFromCollection, getEntityCategoryOptions, getEntityFieldOptions, getEntityOptions, getEntityStateOptions, getEntityStatusOptions, getEntityTypeOptions, getExplicitViewingAccessEntityOptions, getHourOptions, getHourOptions, getImplicitViewingAccessEntityOptions, getModuleOptions, getModulePrintoutOptions, getModuleProcessOptions, getMonthEndDate, getMonthStartDate, getOperatorOptions, getOperatorOptions, getStateOptions, getStringFormattingOptions, getStringFormattingOptions, getTimeOfDayOptions, getTimeOfDayOptions, getTrueFalseOptions, getTrueFalseOptions, getUnitOfTimeOptions, getUnitOfTimeOptions, getWeekEndDate, getWeekStartDate, getYesNoOptions, getYesNoOptions, invoke, load, loadAchivedData, loadAttachmentsTab, loadDaysOfMonthOptions, loadDaysOfMonthOptions, loadEntityAttributeTranslations, loadMonthNumberOptions, loadMonthNumberOptions, loadMonthOptions, loadMonthOptions, readFileContent, removeAttachmentButton, setDefaultLanguage, setDtoAsNotEditable, setDtoAsNotModified, setLanguageTranslations, setMandatoryField, setMandatoryFields, setOwnerGroup
public com.crm.dataobject.accounts.CRMDOBankAccountType createButton() throws java.lang.Exception
java.lang.Exception
public com.crm.dataobject.accounts.CRMDOBankAccountType saveButton(com.crm.dataobject.accounts.CRMDOBankAccountType bankAccountType) throws java.lang.Exception
bankAccountType
- - the bank account type to savejava.lang.Exception
public com.crm.dataobject.accounts.CRMDOBankAccountType loadForm(java.lang.String id) throws java.lang.Exception
id
- - the bank account type id to loadjava.lang.Exception
public com.crm.dataobject.accounts.CRMDOBankAccountType editButton(com.crm.dataobject.accounts.CRMDOBankAccountType bankAccountType) throws java.lang.Exception
bankAccountType
- - the bank account type to loadjava.lang.Exception
public 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