C# Class BExIS.Web.Shell.Areas.DDM.Controllers.HomeController

Inheritance: Controller
Datei anzeigen Open project: BEXIS2/Core

Public Properties

Property Type Description
searchConfigFileInUse bool

Private Properties

Property Type Description
AddFacetsToSearch System.Web.Mvc.ActionResult
ChangeSearchValuesACBySearchType void
CheckedTreeViewItem System.Web.Mvc.ActionResult
CreateDataTable System.Data.DataTable
FilterByCheckBox System.Web.Mvc.ActionResult
FilterByDropDown System.Web.Mvc.ActionResult
FilterByDropDownList System.Web.Mvc.ActionResult
FilterByRangeSlider System.Web.Mvc.ActionResult
FilterBySlider System.Web.Mvc.ActionResult
GetFilterAC string
GetParentOfSelectAbleCategories string
GetSearchType string
GetSelectAbleCategoryList List
Index System.Web.Mvc.ActionResult
SetFilterAC void
SetParentOfSelectAbleCategories void
SetSearchType void
SetSelectAbleCategoryList void
SetSessionsToDefault void
_AutoCompleteAjaxLoading System.Web.Mvc.ActionResult
_CustomBinding System.Web.Mvc.ActionResult
_CustomMyDatasetBinding System.Web.Mvc.ActionResult
getDataType System.Type

Public Methods

Method Description
GetDataForBreadCrumbView ( ) : System.Web.Mvc.ActionResult
GetUsernameOrDefault ( ) : string
Index ( ) : System.Web.Mvc.ActionResult

is called when the Search View is selected

OnClickBreadCrumbItem ( string value, string parent ) : System.Web.Mvc.ActionResult

Is called when the user click on the labels in the breadcrumb view

OnSelectTreeViewItem ( string SelectedItem, string Parent ) : System.Web.Mvc.ActionResult

Is called when a user select a category in the treeview by select the item

RemoveFromPropertiesDic ( string name, string value, SearchCriteria sc ) : void

Remove a property from the Dictionary

SetResultViewVar ( string key, string value ) : System.Web.Mvc.ActionResult
ShowMoreWindow ( string parent ) : System.Web.Mvc.ActionResult

When the user click on the more button in the treeview a window pops up an show all categories from the main categorie

ShowMyDatasets ( ) : System.Web.Mvc.ActionResult

create the model of My Dataset table

ShowMyDatasetsInFullPage ( ) : System.Web.Mvc.ActionResult

create the model of My Dataset table

UpdateFacets ( ) : System.Web.Mvc.ActionResult
UpdatePropertiesDic ( string name, string value ) : void

Private Methods

Method Description
AddFacetsToSearch ( ) : System.Web.Mvc.ActionResult
ChangeSearchValuesACBySearchType ( string value ) : void
CheckedTreeViewItem ( string SelectedItem, string Parent ) : System.Web.Mvc.ActionResult
CreateDataTable ( List items ) : DataTable
FilterByCheckBox ( string value, string node, bool isChecked ) : System.Web.Mvc.ActionResult
FilterByDropDown ( string value, string node ) : System.Web.Mvc.ActionResult
FilterByDropDownList ( string SelectedFilter, string searchType ) : System.Web.Mvc.ActionResult
FilterByRangeSlider ( int start, int end, string parent ) : System.Web.Mvc.ActionResult
FilterBySlider ( int value, string parent ) : System.Web.Mvc.ActionResult
GetFilterAC ( ) : string
GetParentOfSelectAbleCategories ( ) : string
GetSearchType ( ) : string
GetSelectAbleCategoryList ( ) : List
Index ( string autoComplete, string FilterList, string searchType ) : System.Web.Mvc.ActionResult
SetFilterAC ( string filter ) : void
SetParentOfSelectAbleCategories ( string cl ) : void
SetSearchType ( string filter ) : void
SetSelectAbleCategoryList ( IEnumerable cl ) : void
SetSessionsToDefault ( ) : void
_AutoCompleteAjaxLoading ( string text ) : System.Web.Mvc.ActionResult
_CustomBinding ( Telerik.Web.Mvc.GridCommand command ) : System.Web.Mvc.ActionResult
_CustomMyDatasetBinding ( ) : System.Web.Mvc.ActionResult
getDataType ( string dataType ) : Type

Method Details

GetDataForBreadCrumbView() public method

public GetDataForBreadCrumbView ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

GetUsernameOrDefault() public method

public GetUsernameOrDefault ( ) : string
return string

Index() public method

is called when the Search View is selected
public Index ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

OnClickBreadCrumbItem() public method

Is called when the user click on the labels in the breadcrumb view
public OnClickBreadCrumbItem ( string value, string parent ) : System.Web.Mvc.ActionResult
value string selected value
parent string patrent of selected value
return System.Web.Mvc.ActionResult

OnSelectTreeViewItem() public method

Is called when a user select a category in the treeview by select the item
public OnSelectTreeViewItem ( string SelectedItem, string Parent ) : System.Web.Mvc.ActionResult
SelectedItem string name of the selected item
Parent string name of the parent from the selected item
return System.Web.Mvc.ActionResult

RemoveFromPropertiesDic() public method

Remove a property from the Dictionary
public RemoveFromPropertiesDic ( string name, string value, SearchCriteria sc ) : void
name string Name of the property
value string Value of the property
sc BExIS.Ddm.Model.SearchCriteria
return void

SetResultViewVar() public method

public SetResultViewVar ( string key, string value ) : System.Web.Mvc.ActionResult
key string
value string
return System.Web.Mvc.ActionResult

ShowMoreWindow() public method

When the user click on the more button in the treeview a window pops up an show all categories from the main categorie
public ShowMoreWindow ( string parent ) : System.Web.Mvc.ActionResult
parent string name of the parent where the more button is inside
return System.Web.Mvc.ActionResult

ShowMyDatasets() public method

create the model of My Dataset table
public ShowMyDatasets ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

ShowMyDatasetsInFullPage() public method

create the model of My Dataset table
public ShowMyDatasetsInFullPage ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

UpdateFacets() public method

public UpdateFacets ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

UpdatePropertiesDic() public method

public UpdatePropertiesDic ( string name, string value ) : void
name string
value string
return void

Property Details

searchConfigFileInUse public_oe property

public bool searchConfigFileInUse
return bool