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, setOwnerGroup
deepCopy, dispatch, getCRMSession, getCRMSessionHandle, getCurrentDate, getEJBHomeInterface, getInitialContext, getSessionContext, loadEntityCategories, loadEntityNumber, loadEntityStates, loadEntityStatuses, loadEntityTypes, rollback, setCRMSessionHandle, setInitialContext, setSessionContext
public VCASOMIEvent loadForm(VCASOMIContent vcasomiContent, java.lang.String eventID) throws java.lang.Exception
java.lang.Exception
public VCASOMIEvent createButton() throws java.lang.Exception
java.lang.Exception
public VCASOMIEvent editButton() throws java.lang.Exception
java.lang.Exception
public VCASOMIEvent editButton(VCASOMIEvent vcasomiEvent) throws java.lang.Exception
vcasomiEvent
- - the VCAS OMI event to editjava.lang.Exception
public VCASOMIEvent saveButton(VCASOMIEvent vcasomiEvent) throws java.lang.Exception
vcasomiEvent
- - the VCAS OMI event to savejava.lang.Exception
public VCASOMIEvent deleteButton(VCASOMIEvent vcasomiEvent) throws java.lang.Exception
vcasomiEvent
- - the VCAS OMI event to deletejava.lang.Exception
public 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.Exception
public java.util.ArrayList<VCASOMIPackage> loadPackageTab(VCASOMIEvent event) throws java.lang.Exception
event
- - the VCAS OMI event to load the packages tab forjava.lang.Exception