public class CRMUIPaymentMediumTypeBean extends CRMUI
Constructor and Description |
---|
CRMUIPaymentMediumTypeBean() |
Modifier and Type | Method and Description |
---|---|
com.crm.dataobject.accounts.CRMDOPaymentMediumType |
createButton()
Creates a payment medium type
|
com.crm.dataobject.accounts.CRMDOPaymentMediumType |
deleteButton(com.crm.dataobject.accounts.CRMDOPaymentMediumType paymentMediumType)
Deletes a payment medium type.
|
com.crm.dataobject.accounts.CRMDOPaymentMediumType |
editButton(com.crm.dataobject.accounts.CRMDOPaymentMediumType paymentMediumType)
Loads a payment medium type form.
|
com.crm.framework.main.LookupBuilder |
getPaymentMediumTypeOptions()
Returns the payment medium type options.
|
com.crm.framework.main.LookupBuilder |
getPaymentMediumTypeOptions(java.lang.String emptyValue)
Returns the payment medium type options.
|
com.crm.dataobject.accounts.CRMDOPaymentMediumType |
loadForm(java.lang.String id)
Loads a payment medium type form.
|
com.crm.dataobject.accounts.CRMDOPaymentMediumType |
saveButton(com.crm.dataobject.accounts.CRMDOPaymentMediumType paymentMediumType)
Saves a payment medium type
|
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, setDtoAsNotModified, setMandatoryField, setMandatoryFields, setOwnerGroup
public com.crm.dataobject.accounts.CRMDOPaymentMediumType createButton() throws java.lang.Exception
java.lang.Exception
public com.crm.dataobject.accounts.CRMDOPaymentMediumType saveButton(com.crm.dataobject.accounts.CRMDOPaymentMediumType paymentMediumType) throws java.lang.Exception
paymentMediumType
- - the payment medium type to savejava.lang.Exception
public com.crm.dataobject.accounts.CRMDOPaymentMediumType loadForm(java.lang.String id) throws java.lang.Exception
id
- - the payment medium type id to loadjava.lang.Exception
public com.crm.dataobject.accounts.CRMDOPaymentMediumType editButton(com.crm.dataobject.accounts.CRMDOPaymentMediumType paymentMediumType) throws java.lang.Exception
paymentMediumType
- - the payment medium type to loadjava.lang.Exception
public com.crm.dataobject.accounts.CRMDOPaymentMediumType deleteButton(com.crm.dataobject.accounts.CRMDOPaymentMediumType paymentMediumType) throws java.lang.Exception
paymentMediumType
- - the payment medium type to deletejava.lang.Exception
public com.crm.framework.main.LookupBuilder getPaymentMediumTypeOptions() throws java.lang.Exception
java.lang.Exception
public com.crm.framework.main.LookupBuilder getPaymentMediumTypeOptions(java.lang.String emptyValue) throws java.lang.Exception
emptyValue
- - a value for an empty typejava.lang.Exception