public class CRMUIAddressRegistrySettingBean extends CRMUI
Constructor and Description |
---|
CRMUIAddressRegistrySettingBean()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<com.crm.dataobject.networkmanagement.OrganisationalCriterion> |
addAllowedOrganisationalCriterionCommunityButton(java.util.ArrayList<java.lang.String> communityIDs)
Add communities to an address auto-suggestion setting.
|
java.util.ArrayList<com.crm.dataobject.networkmanagement.OrganisationalCriterion> |
addAllowedOrganisationalCriterionGroupButton(java.util.ArrayList<java.lang.String> groupIDs)
Add groups to an address auto-suggestion setting.
|
java.util.ArrayList<com.crm.dataobject.networkmanagement.OrganisationalCriterion> |
addAllowedOrganisationalCriterionUnitButton(java.util.ArrayList<java.lang.String> unitIDs)
Add units to an address auto-suggestion setting.
|
com.crm.dataobject.platform.CRMDOAddressRegistrySetting |
createButton(com.crm.dataobject.platform.AddressRegistrySystem addressRegistrySystem)
Creates an address registry setting.
|
com.crm.dataobject.platform.CRMDOAddressRegistrySetting |
createButton(java.lang.String type)
Creates an address registry setting.
|
com.crm.dataobject.platform.CRMDOAddressRegistrySetting |
editButton(com.crm.dataobject.platform.CRMDOAddressRegistrySetting addressRegistrySetting)
Loads an address registry setting form.
|
com.crm.framework.main.LookupBuilder |
getGooglePlaceLanguageOptions()
Loads the google place language options.
|
com.crm.framework.main.LookupBuilder |
getGooglePlaceLanguageOptions(java.lang.String emptyValue)
Loads the google place language options.
|
com.crm.framework.main.LookupBuilder |
getGooglePlaceTypeOptions()
Loads the google place type options.
|
com.crm.framework.main.LookupBuilder |
getGooglePlaceTypeOptions(java.lang.String emptyValue)
Loads the google place type options.
|
com.crm.framework.main.LookupBuilder |
getLifeCycleStateOptions()
Loads the life cycle state options.
|
com.crm.framework.main.LookupBuilder |
getLifeCycleStateOptions(java.lang.String emptyValue)
Loads the life cycle state options.
|
com.crm.framework.main.LookupBuilder |
getLoggingMethodOptions()
Loads the logging method options.
|
com.crm.framework.main.LookupBuilder |
getLoggingMethodOptions(java.lang.String emptyValue)
Loads the logging method options.
|
com.crm.framework.main.LookupBuilder |
getTypeOptions()
Loads the type options.
|
com.crm.framework.main.LookupBuilder |
getTypeOptions(java.lang.String emptyValue)
Loads the type options.
|
com.crm.dataobject.platform.CRMDOAddressRegistrySetting |
loadForm()
Loads the active address registry settings.
|
com.crm.dataobject.platform.CRMDOAddressRegistrySetting |
onVerificationStatusChange(com.crm.dataobject.platform.CRMDOAddressRegistrySetting addressRegistrySetting) |
java.util.ArrayList<com.crm.dataobject.CRMDO> |
removeAllowedOrganisationalCriterionButton(java.util.ArrayList<com.crm.dataobject.CRMDO> list)
Removes organisation criteria from an address registry setting.
|
com.crm.dataobject.platform.CRMDOAddressRegistrySetting |
reset(com.crm.dataobject.platform.CRMDOAddressRegistrySetting addressRegistrySetting)
Resets the address registry setting.
|
com.crm.dataobject.platform.CRMDOAddressRegistrySetting |
saveButton(com.crm.dataobject.platform.CRMDOAddressRegistrySetting addressRegistrySetting)
Saves an address registry setting.
|
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 CRMUIAddressRegistrySettingBean()
public com.crm.dataobject.platform.CRMDOAddressRegistrySetting loadForm() throws java.lang.Exception
java.lang.Exception
public com.crm.dataobject.platform.CRMDOAddressRegistrySetting createButton(java.lang.String type) throws java.lang.Exception
type
- - the address registry typejava.lang.Exception
public com.crm.dataobject.platform.CRMDOAddressRegistrySetting createButton(com.crm.dataobject.platform.AddressRegistrySystem addressRegistrySystem) throws java.lang.Exception
addressRegistrySystem
- - the address registry typejava.lang.Exception
public com.crm.dataobject.platform.CRMDOAddressRegistrySetting saveButton(com.crm.dataobject.platform.CRMDOAddressRegistrySetting addressRegistrySetting) throws java.lang.Exception
addressRegistrySetting
- - the address registry setting to savejava.lang.Exception
public com.crm.dataobject.platform.CRMDOAddressRegistrySetting editButton(com.crm.dataobject.platform.CRMDOAddressRegistrySetting addressRegistrySetting) throws java.lang.Exception
addressRegistrySetting
- - the address registry setting to loadjava.lang.Exception
public com.crm.framework.main.LookupBuilder getLifeCycleStateOptions() throws java.lang.Exception
java.lang.Exception
public com.crm.framework.main.LookupBuilder getLifeCycleStateOptions(java.lang.String emptyValue) throws java.lang.Exception
emptyValue
- - an empty value for a life cycle statejava.lang.Exception
public com.crm.framework.main.LookupBuilder getLoggingMethodOptions() throws java.lang.Exception
java.lang.Exception
public com.crm.framework.main.LookupBuilder getLoggingMethodOptions(java.lang.String emptyValue) throws java.lang.Exception
emptyValue
- - an empty value for a logging methodjava.lang.Exception
public java.util.ArrayList<com.crm.dataobject.networkmanagement.OrganisationalCriterion> addAllowedOrganisationalCriterionUnitButton(java.util.ArrayList<java.lang.String> unitIDs) throws java.lang.Exception
java.lang.Exception
public java.util.ArrayList<com.crm.dataobject.networkmanagement.OrganisationalCriterion> addAllowedOrganisationalCriterionGroupButton(java.util.ArrayList<java.lang.String> groupIDs) throws java.lang.Exception
java.lang.Exception
public java.util.ArrayList<com.crm.dataobject.networkmanagement.OrganisationalCriterion> addAllowedOrganisationalCriterionCommunityButton(java.util.ArrayList<java.lang.String> communityIDs) throws java.lang.Exception
java.lang.Exception
public java.util.ArrayList<com.crm.dataobject.CRMDO> removeAllowedOrganisationalCriterionButton(java.util.ArrayList<com.crm.dataobject.CRMDO> list) throws java.lang.Exception
list
- - the organisation criteria to removejava.lang.Exception
public com.crm.dataobject.platform.CRMDOAddressRegistrySetting reset(com.crm.dataobject.platform.CRMDOAddressRegistrySetting addressRegistrySetting) throws java.lang.Exception
addressRegistrySetting
- - the address registry setting to resetjava.lang.Exception
public com.crm.framework.main.LookupBuilder getGooglePlaceTypeOptions() throws java.lang.Exception
java.lang.Exception
public com.crm.framework.main.LookupBuilder getGooglePlaceTypeOptions(java.lang.String emptyValue) throws java.lang.Exception
emptyValue
- - an empty value for a google place type optionjava.lang.Exception
public com.crm.framework.main.LookupBuilder getGooglePlaceLanguageOptions() throws java.lang.Exception
java.lang.Exception
public com.crm.framework.main.LookupBuilder getGooglePlaceLanguageOptions(java.lang.String emptyValue) throws java.lang.Exception
emptyValue
- - an empty value for a google place language optionjava.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 type optionjava.lang.Exception
public com.crm.dataobject.platform.CRMDOAddressRegistrySetting onVerificationStatusChange(com.crm.dataobject.platform.CRMDOAddressRegistrySetting addressRegistrySetting)