public class CRMUIArchivedDataBean extends CRMUI
Constructor and Description |
---|
CRMUIArchivedDataBean()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
DeleteArchivedDataForm |
loadDeleteArchivedDataForm(java.util.ArrayList<java.lang.String> archivedDataIDs)
Loads the delete archived data for a list of process run logs.
|
DownloadArchivedDataForm |
loadDownloadArchivedDataForm(java.lang.String archivedDataID)
Loads the Download archived data form.
|
java.util.ArrayList<java.lang.Object> |
readFileContent(java.lang.String achivedDataID)
Reads the file of the attachment.
|
void |
submitDeleteArchivedDataButton(DeleteArchivedDataForm deleteArchivedDataForm)
Delete Archived Data.
|
void |
submitDownloadArchivedDataButton(DownloadArchivedDataForm downloadArchivedDataForm)
Download Archived Data.
|
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, getOrganisationGroupBackgroundTypeOptions, getOrganisationGroupBackgroundTypeOptions, getStateOptions, getStringFormattingOptions, getStringFormattingOptions, getTimeOfDayOptions, getTimeOfDayOptions, getTrueFalseOptions, getTrueFalseOptions, getUnitOfTimeOptions, getUnitOfTimeOptions, getUnitOfTimeOptions, getWeekEndDate, getWeekStartDate, getYesNoOptions, getYesNoOptions, invoke, load, loadAchivedData, loadAttachmentsTab, loadDaysOfMonthOptions, loadDaysOfMonthOptions, loadEntityAttributeTranslations, loadMonthNumberOptions, loadMonthNumberOptions, loadMonthOptions, loadMonthOptions, removeAttachmentButton, setDefaultLanguage, setDtoAsNotEditable, setDtoAsNotModified, setLanguageTranslations, setMandatoryField, setMandatoryFields, setOwnerGroup
deepCopy, dispatch, getCRMSession, getCRMSessionHandle, getCurrentDate, getEJBHomeInterface, getInitialContext, getSessionContext, loadEntityCategories, loadEntityNumber, loadEntityStates, loadEntityStatuses, loadEntityTypes, rollback, setCRMSessionHandle, setInitialContext, setSessionContext
public DeleteArchivedDataForm loadDeleteArchivedDataForm(java.util.ArrayList<java.lang.String> archivedDataIDs) throws java.lang.Exception, com.crm.exception.MandatoryFieldException, com.crm.exception.businessnetwork.SuperUserOperationException
archivedDataIDs
- - a list of archived data idsjava.lang.Exception
com.crm.exception.MandatoryFieldException
com.crm.exception.businessnetwork.SuperUserOperationException
public void submitDeleteArchivedDataButton(DeleteArchivedDataForm deleteArchivedDataForm) throws java.lang.Exception, com.crm.exception.provisioning.CannotDeleteProcessRunLogException
deleteArchivedDataForm
- - the delete archived data form to submitjava.lang.Exception
com.crm.exception.provisioning.CannotDeleteProcessRunLogException
public DownloadArchivedDataForm loadDownloadArchivedDataForm(java.lang.String archivedDataID) throws java.lang.Exception, com.crm.exception.MandatoryFieldException, com.crm.exception.businessnetwork.SuperUserOperationException
archivedDataID
- - the archived data idjava.lang.Exception
com.crm.exception.MandatoryFieldException
com.crm.exception.businessnetwork.SuperUserOperationException
public void submitDownloadArchivedDataButton(DownloadArchivedDataForm downloadArchivedDataForm) throws java.lang.Exception, com.crm.exception.provisioning.CannotDeleteProcessRunLogException
downloadArchivedDataForm
- - the download archived data form to submitjava.lang.Exception
com.crm.exception.provisioning.CannotDeleteProcessRunLogException
public java.util.ArrayList<java.lang.Object> readFileContent(java.lang.String achivedDataID) throws java.lang.Exception
readFileContent
in class CRMUI
achivedDataID
- - the archived data idjava.lang.Exception