public abstract class CRMUIConfigurationEntity extends CRMUI
Constructor and Description |
---|
CRMUIConfigurationEntity() |
Modifier and Type | Method and Description |
---|---|
abstract ConfigurationDefaultForm |
loadDefaultForm(java.util.ArrayList<java.lang.Object> parameters)
Loads the default configuration form.
|
abstract ConfigurationDefaultForm |
submitDefaultButton(ConfigurationDefaultForm defaultForm)
Submits the default configuration form.
|
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 abstract ConfigurationDefaultForm submitDefaultButton(ConfigurationDefaultForm defaultForm) throws java.lang.Exception
defaultForm
- - the default configuration form to submitjava.lang.Exception
public abstract ConfigurationDefaultForm loadDefaultForm(java.util.ArrayList<java.lang.Object> parameters) throws java.lang.Exception
parameters
- - a list of parametersjava.lang.Exception