public class CRMUISecretKeyBean extends CRMUI
Constructor and Description |
---|
CRMUISecretKeyBean()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
com.crm.dataobject.securitymanagement.CRMDOSecretKey |
createButton()
Creates a secret key.
|
com.crm.dataobject.securitymanagement.CRMDOSecretKey |
deleteButton(com.crm.dataobject.securitymanagement.CRMDOSecretKey secretKey)
Deletes a secret key.
|
com.crm.dataobject.securitymanagement.CRMDOSecretKey |
editButton(com.crm.dataobject.securitymanagement.CRMDOSecretKey secretKey)
Loads a secret key form.
|
com.crm.framework.main.LookupBuilder |
getTypeOptions()
Loads the secret key type options.
|
com.crm.framework.main.LookupBuilder |
getTypeOptions(java.lang.String emptyValue)
Loads the secret key type options.
|
com.crm.dataobject.securitymanagement.CRMDOSecretKey |
loadForm(java.lang.String id)
Loads a secret key form.
|
com.crm.dataobject.securitymanagement.CRMDOSecretKey |
saveButton(com.crm.dataobject.securitymanagement.CRMDOSecretKey secretKey)
Saves a secret key.
|
com.crm.dataobject.securitymanagement.CRMDOSecretKey |
setMandatoryFields(com.crm.dataobject.securitymanagement.CRMDOSecretKey secretKey)
Set the secret key mandatory fields.
|
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.securitymanagement.CRMDOSecretKey loadForm(java.lang.String id) throws java.lang.Exception
id
- - the secret key id to loadjava.lang.Exception
public com.crm.dataobject.securitymanagement.CRMDOSecretKey createButton() throws java.lang.Exception
java.lang.Exception
public com.crm.dataobject.securitymanagement.CRMDOSecretKey saveButton(com.crm.dataobject.securitymanagement.CRMDOSecretKey secretKey) throws java.lang.Exception
secretKey
- - the secret key to savejava.lang.Exception
public com.crm.dataobject.securitymanagement.CRMDOSecretKey editButton(com.crm.dataobject.securitymanagement.CRMDOSecretKey secretKey) throws java.lang.Exception
secretKey
- - the secret key to loadjava.lang.Exception
public com.crm.dataobject.securitymanagement.CRMDOSecretKey deleteButton(com.crm.dataobject.securitymanagement.CRMDOSecretKey secretKey) throws java.lang.Exception
secretKey
- - the secret key to deletejava.lang.Exception
public com.crm.framework.main.LookupBuilder getTypeOptions() throws java.lang.Exception
java.lang.Exception
public com.crm.framework.main.LookupBuilder getTypeOptions(java.lang.String emptyValue) throws java.lang.Exception
emptyValue
- - an empty value for a secret key typejava.lang.Exception
public com.crm.dataobject.securitymanagement.CRMDOSecretKey setMandatoryFields(com.crm.dataobject.securitymanagement.CRMDOSecretKey secretKey) throws java.lang.Exception
secretKey
- - the secret key to set the mandatory fieldsjava.lang.Exception