public class CRMUICustomerEventClassificationBean extends CRMUI
Constructor and Description |
---|
CRMUICustomerEventClassificationBean()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
com.crm.dataobject.rewards.CRMDOCustomerEventClassification |
createButton()
Creates a customer event classification.
|
com.crm.dataobject.rewards.CRMDOCustomerEventClassification |
deleteButton(com.crm.dataobject.rewards.CRMDOCustomerEventClassification customerEventClassification)
Deletes a customer event classification.
|
com.crm.dataobject.rewards.CRMDOCustomerEventClassification |
editButton(com.crm.dataobject.rewards.CRMDOCustomerEventClassification customerEventClassification)
Loads a customer event classification form.
|
com.crm.framework.main.LookupBuilder |
getClassificationOptions()
Loads the achievement classification options.
|
com.crm.dataobject.rewards.CRMDOCustomerEventClassification |
loadForm(java.lang.String id)
Loads a customer event classification form.
|
com.crm.dataobject.rewards.CRMDOCustomerEventClassification |
saveButton(com.crm.dataobject.rewards.CRMDOCustomerEventClassification customerEventClassification)
Saves a customer event classification.
|
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 CRMUICustomerEventClassificationBean()
public com.crm.dataobject.rewards.CRMDOCustomerEventClassification loadForm(java.lang.String id) throws java.lang.Exception
id
- - the customer event classification id to loadjava.lang.Exception
public com.crm.dataobject.rewards.CRMDOCustomerEventClassification createButton() throws java.lang.Exception
java.lang.Exception
public com.crm.dataobject.rewards.CRMDOCustomerEventClassification saveButton(com.crm.dataobject.rewards.CRMDOCustomerEventClassification customerEventClassification) throws java.lang.Exception
customerEventClassification
- - the customer event classification to savejava.lang.Exception
public com.crm.dataobject.rewards.CRMDOCustomerEventClassification editButton(com.crm.dataobject.rewards.CRMDOCustomerEventClassification customerEventClassification) throws java.lang.Exception
activityType
- - the customer event classification to loadjava.lang.Exception
public com.crm.dataobject.rewards.CRMDOCustomerEventClassification deleteButton(com.crm.dataobject.rewards.CRMDOCustomerEventClassification customerEventClassification) throws java.lang.Exception
customerEventClassification
- - the customer event classification to deletejava.lang.Exception
public com.crm.framework.main.LookupBuilder getClassificationOptions() throws java.lang.Exception
java.lang.Exception