public class CRMUIPresentmentPreferenceBean extends CRMUI
| Constructor and Description | 
|---|
CRMUIPresentmentPreferenceBean()
Default constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
com.crm.dataobject.accounts.CRMDOPresentmentPreference | 
createButton()
Creates a presentment preference. 
 | 
com.crm.dataobject.accounts.CRMDOPresentmentPreference | 
deleteButton(com.crm.dataobject.accounts.CRMDOPresentmentPreference presentmentPreference)
Deletes a presentment preference. 
 | 
com.crm.dataobject.accounts.CRMDOPresentmentPreference | 
editButton(com.crm.dataobject.accounts.CRMDOPresentmentPreference presentmentPreference)
Loads a presentment preference form. 
 | 
com.crm.framework.main.LookupBuilder | 
getTypeOptions()
Returns the presentment preference types. 
 | 
com.crm.framework.main.LookupBuilder | 
getTypeOptions(java.lang.String emptyValue)
Returns the presentment preference types 
 | 
com.crm.dataobject.accounts.CRMDOPresentmentPreference | 
loadForm(java.lang.String id)
Loads a presentment preference form. 
 | 
com.crm.dataobject.accounts.CRMDOPresentmentPreference | 
saveButton(com.crm.dataobject.accounts.CRMDOPresentmentPreference presentmentPreference)
Saves a presentment preference. 
 | 
addAttachmentButton, 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 CRMUIPresentmentPreferenceBean()
public com.crm.dataobject.accounts.CRMDOPresentmentPreference createButton()
                                                                    throws java.lang.Exception
java.lang.Exceptionpublic com.crm.dataobject.accounts.CRMDOPresentmentPreference saveButton(com.crm.dataobject.accounts.CRMDOPresentmentPreference presentmentPreference)
                                                                  throws java.lang.Exception
presentmentPreference - - the presentment preference to savejava.lang.Exceptionpublic com.crm.dataobject.accounts.CRMDOPresentmentPreference loadForm(java.lang.String id)
                                                                throws java.lang.Exception
id - - the presentment preference id to loadjava.lang.Exceptionpublic com.crm.dataobject.accounts.CRMDOPresentmentPreference editButton(com.crm.dataobject.accounts.CRMDOPresentmentPreference presentmentPreference)
                                                                  throws java.lang.Exception
presentmentPreference - - the presentment preference to loadjava.lang.Exceptionpublic com.crm.dataobject.accounts.CRMDOPresentmentPreference deleteButton(com.crm.dataobject.accounts.CRMDOPresentmentPreference presentmentPreference)
                                                                    throws java.lang.Exception
presentmentPreference - - the presentment preference to deletejava.lang.Exceptionpublic com.crm.framework.main.LookupBuilder getTypeOptions()
                                                    throws java.lang.Exception
java.lang.Exceptionpublic com.crm.framework.main.LookupBuilder getTypeOptions(java.lang.String emptyValue)
                                                    throws java.lang.Exception
emptyValue - - a value for an empty typejava.lang.Exception