public class CRMUIVCASOMIEventBean extends CRMUI
| Constructor and Description |
|---|
CRMUIVCASOMIEventBean()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
VCASOMIEvent |
createButton() |
VCASOMIEvent |
deleteButton(VCASOMIEvent vcasomiEvent)
Deletes a VCAS OMI event
|
VCASOMIEvent |
editButton() |
VCASOMIEvent |
editButton(VCASOMIEvent vcasomiEvent)
Loads a VCAS OMI event.
|
VCASOMIEvent |
loadForm(VCASOMIContent vcasomiContent,
java.lang.String eventID)
Loads a VCAS OMI Connection setting.
|
java.util.ArrayList<com.crm.dataobject.CRMDO> |
loadPackages(VCASOMIEvent event)
Loads the packages ofthe given VCAS OMI event.
|
java.util.ArrayList<VCASOMIPackage> |
loadPackageTab(VCASOMIEvent event)
Loads the packages tab of the given VCAS OMI event
|
VCASOMIEvent |
saveButton(VCASOMIEvent vcasomiEvent)
Saves a VCAS OMI event.
|
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, readFileContent, removeAttachmentButton, setDefaultLanguage, setDtoAsNotEditable, setDtoAsNotModified, setLanguageTranslations, setMandatoryField, setMandatoryFields, setOwnerGroupdeepCopy, dispatch, getCRMSession, getCRMSessionHandle, getCurrentDate, getEJBHomeInterface, getInitialContext, getSessionContext, loadEntityCategories, loadEntityNumber, loadEntityStates, loadEntityStatuses, loadEntityTypes, rollback, setCRMSessionHandle, setInitialContext, setSessionContextpublic VCASOMIEvent loadForm(VCASOMIContent vcasomiContent, java.lang.String eventID) throws java.lang.Exception
java.lang.Exceptionpublic VCASOMIEvent createButton() throws java.lang.Exception
java.lang.Exceptionpublic VCASOMIEvent editButton() throws java.lang.Exception
java.lang.Exceptionpublic VCASOMIEvent editButton(VCASOMIEvent vcasomiEvent) throws java.lang.Exception
vcasomiEvent - - the VCAS OMI event to editjava.lang.Exceptionpublic VCASOMIEvent saveButton(VCASOMIEvent vcasomiEvent) throws java.lang.Exception
vcasomiEvent - - the VCAS OMI event to savejava.lang.Exceptionpublic VCASOMIEvent deleteButton(VCASOMIEvent vcasomiEvent) throws java.lang.Exception
vcasomiEvent - - the VCAS OMI event to deletejava.lang.Exceptionpublic java.util.ArrayList<com.crm.dataobject.CRMDO> loadPackages(VCASOMIEvent event) throws java.lang.Exception
event - - the VCAS OMI event to load the packages forjava.lang.Exceptionpublic java.util.ArrayList<VCASOMIPackage> loadPackageTab(VCASOMIEvent event) throws java.lang.Exception
event - - the VCAS OMI event to load the packages tab forjava.lang.Exception