public class CRMUIImportInstalledItemBean extends CRMUIProcessRunDefinitionBean
| Constructor and Description |
|---|
CRMUIImportInstalledItemBean() |
| Modifier and Type | Method and Description |
|---|---|
ImportInstalledItemDefinition |
amendButton(ImportInstalledItemDefinition importInstalledItemDefinition)
Amends an import installed item definition.
|
ImportInstalledItemDefinition |
createButton()
Creates a new import installed item definition.
|
com.crm.dataobject.processrun.CRMDOProcessRunLog |
createRunButton(ImportInstalledItemDefinition importInstalledItemDefinition)
Create the process run import installed items
|
ImportInstalledItemDefinition |
editButton(ImportInstalledItemDefinition importInstalledItemDefinition)
Loads an import installed item definition form.
|
com.crm.framework.main.LookupBuilder |
getInstalledItemCategoryOptions()
Loads the installed item category options.
|
com.crm.framework.main.LookupBuilder |
getInstalledItemProductOptions()
Loads the installed item product options.
|
ImportInstalledItemDefinition |
loadForm(java.lang.String id)
Loads an import installed definition form.
|
ImportInstalledItemDefinition |
resetInstalledItemCategory(ImportInstalledItemDefinition importInstalledItemDefinition)
Reset the installed item category .
|
ImportInstalledItemDefinition |
resetInstalledItemProduct(ImportInstalledItemDefinition importInstalledItemDefinition)
Reset the installed item product .
|
ImportInstalledItemDefinition |
saveButton(ImportInstalledItemDefinition importInstalledItemDefinition)
Saves an import installed item definition.
|
com.crm.dataobject.processrun.CRMDOProcessRunLog |
submitButton(com.crm.dataobject.processrun.CRMDOProcessRunLog processRunLog)
Submits the import installed item run process.
|
void |
validateOnSubmit(com.crm.dataobject.processrun.CRMDOProcessRunLog processRunLog)
Validates the import installed item run process before submit.
|
deleteProcessRun, getLifeCycleStateOptions, getLifeCycleStateOptions, getMessageTypeOptions, getMessageTypeOptions, setAsEffective, setAsNotEffective, setBindingPeriod, setFrequency, submitaddAttachmentButton, 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, loadMonthNumberOptions, loadMonthNumberOptions, loadMonthOptions, loadMonthOptions, readFileContent, removeAttachmentButton, setDtoAsNotEditable, setMandatoryField, setMandatoryFields, setOwnerGrouppublic ImportInstalledItemDefinition loadForm(java.lang.String id) throws java.lang.Exception
id - - the process run definition id to loadjava.lang.Exceptionpublic ImportInstalledItemDefinition editButton(ImportInstalledItemDefinition importInstalledItemDefinition) throws java.lang.Exception
importInstalledItemDefinition - - the import installed item definition to editjava.lang.Exceptionpublic ImportInstalledItemDefinition amendButton(ImportInstalledItemDefinition importInstalledItemDefinition) throws java.lang.Exception
importInstalledItemDefinition - - the import installed item definition to amendjava.lang.Exceptionpublic ImportInstalledItemDefinition createButton() throws java.lang.Exception
java.lang.Exceptionpublic ImportInstalledItemDefinition saveButton(ImportInstalledItemDefinition importInstalledItemDefinition) throws java.lang.Exception
importInstalledItemDefinition - - the import installed item definition to savejava.lang.Exceptionpublic com.crm.dataobject.processrun.CRMDOProcessRunLog createRunButton(ImportInstalledItemDefinition importInstalledItemDefinition) throws java.lang.Exception
importInstalledItemDefinition - - the import installed item to construct the run ofjava.lang.Exceptionpublic com.crm.dataobject.processrun.CRMDOProcessRunLog submitButton(com.crm.dataobject.processrun.CRMDOProcessRunLog processRunLog)
throws java.lang.Exception
processRunLog - - the import installed item run processjava.lang.Exceptionpublic void validateOnSubmit(com.crm.dataobject.processrun.CRMDOProcessRunLog processRunLog)
throws java.lang.Exception
processRunLog - - the import installed item run process to be validated before submitjava.lang.Exceptionpublic com.crm.framework.main.LookupBuilder getInstalledItemProductOptions()
throws java.lang.Exception
java.lang.Exceptionpublic ImportInstalledItemDefinition resetInstalledItemProduct(ImportInstalledItemDefinition importInstalledItemDefinition) throws java.lang.Exception
java.lang.Exceptionpublic com.crm.framework.main.LookupBuilder getInstalledItemCategoryOptions()
throws java.lang.Exception
java.lang.Exceptionpublic ImportInstalledItemDefinition resetInstalledItemCategory(ImportInstalledItemDefinition importInstalledItemDefinition) throws java.lang.Exception
java.lang.Exception