Uses of Class
com.emc.d2fs.models.option.Option
Packages that use Option
Package
Description
-
Uses of Option in com.emc.d2fs.interfaces
Methods in com.emc.d2fs.interfaces that return types with arguments of type OptionModifier and TypeMethodDescriptionIPreferenceService.getColumnSelectSettings(Context context, String coltype, boolean asDefault) Get columns set for current userIPreferenceService.getColumnSrcSettings(Context context, String colType, String typeName) Get columns list for specified object type and column typeIPreferenceService.getColumnTypeSettings(Context context) Get object type list (dm_document, ...)IContentService.getDoclistFilterOptions(Context context) Get property names for Doclist filter combo boxIPreferenceService.getFilters(Context context, String id) Get all available filters to filter children document listISearchService.getSearchAssistanceValues(Context context, List<String> searchTypes, String attribute, String filter) Return a list of assistance values for the search attributeISearchService.getSearchAttributes(Context context, List<String> searchTypes) Return a list of searchable attributes based on the search typesISearchService.getSearchConditions(Context context, List<String> searchTypes, String attribute) Return a list of search conditions for the search attributeICreationService.getTemplateFilterOptions(Context context) Get property names for Template filter combo boxMethod parameters in com.emc.d2fs.interfaces with type arguments of type OptionModifier and TypeMethodDescriptionbooleanIPreferenceService.setColumnSelectSettings(Context context, List<Option> options, String colType, boolean asDefault) Set columns for current user -
Uses of Option in com.emc.d2fs.models.option
Methods in com.emc.d2fs.models.option that return OptionMethods in com.emc.d2fs.models.option that return types with arguments of type OptionMethods in com.emc.d2fs.models.option with parameters of type Option -
Uses of Option in com.emc.d2fs.services.content_service
Methods in com.emc.d2fs.services.content_service that return types with arguments of type OptionModifier and TypeMethodDescriptionGetDoclistFilterOptionsResponse.getOptions()Gets the value of the options property. -
Uses of Option in com.emc.d2fs.services.creation_service
Methods in com.emc.d2fs.services.creation_service that return types with arguments of type OptionModifier and TypeMethodDescriptionGetTemplateFilterOptionsResponse.getOptions()Gets the value of the options property. -
Uses of Option in com.emc.d2fs.services.preference_service
Methods in com.emc.d2fs.services.preference_service that return types with arguments of type OptionModifier and TypeMethodDescriptionGetColumnSelectSettingResponse.getOptions()Gets the value of the options property.GetColumnSrcSettingResponse.getOptions()Gets the value of the options property.GetColumnTypeSettingResponse.getOptions()Gets the value of the options property.GetFiltersResponse.getOptions()Gets the value of the options property.SetColumnSelectSettingRequest.getOptions()Gets the value of the options property. -
Uses of Option in com.emc.d2fs.services.search_service
Methods in com.emc.d2fs.services.search_service that return types with arguments of type OptionModifier and TypeMethodDescriptionGetSearchAttributesResponse.getAttributes()Gets the value of the attributes property.GetSearchConditionsResponse.getConditions()Gets the value of the conditions property.GetSearchAssistanceValuesResponse.getValues()Gets the value of the values property.