Method | Description | |
---|---|---|
AdminUnitController ( IAdminUnitService adminUnitService, IUserProfileService userProfileService, IDispatchAllocationService dispatchAllocationService ) : System | ||
CreateWoreda ( int zoneId ) : System.Web.Mvc.ActionResult | ||
Delete ( int id ) : System.Web.Mvc.ActionResult | ||
Edit ( int id ) : System.Web.Mvc.ActionResult | ||
GetChildren ( int unitId ) : System.Web.Mvc.ActionResult | ||
GetChildrenReport ( int unitId ) : System.Web.Mvc.ActionResult | ||
GetRegions ( ) : System.Web.Mvc.ActionResult | ||
GetTreeElts ( TreeViewItem node, bool closedToo ) : System.Web.Mvc.ActionResult | ||
GetWoredas ( int selectedZoneId ) : System.Web.Mvc.ActionResult | ||
GetWoredasReport ( int zoneId ) : System.Web.Mvc.ActionResult | ||
GetZones ( int selectedRegionId ) : System.Web.Mvc.ActionResult | ||
GetZonesReport ( int areaId ) : System.Web.Mvc.ActionResult |
Method | Description | |
---|---|---|
AdminUnits ( int id ) : System.Web.Mvc.ActionResult | ||
CountAllocationsUnder ( int adminUnitId ) : int | ||
Create ( |
||
Create ( int typeid ) : System.Web.Mvc.ActionResult | ||
CreateRegion ( ) : System.Web.Mvc.ActionResult | ||
CreateZone ( int regionId ) : System.Web.Mvc.ActionResult | ||
Delete ( int id, |
||
Edit ( int id, |
||
GetAdminUnitsByParent ( int parentId ) : System.Web.Mvc.ActionResult | ||
GetWoredasByParent ( int regionId, int zoneId ) : System.Web.Mvc.ActionResult | ||
GetZonesByParent ( int regionId ) : System.Web.Mvc.ActionResult | ||
Index ( ) : System.Web.Mvc.ActionResult |
public AdminUnitController ( IAdminUnitService adminUnitService, IUserProfileService userProfileService, IDispatchAllocationService dispatchAllocationService ) : System | ||
adminUnitService | IAdminUnitService | |
userProfileService | IUserProfileService | |
dispatchAllocationService | IDispatchAllocationService | |
return | System |
public CreateWoreda ( int zoneId ) : System.Web.Mvc.ActionResult | ||
zoneId | int | |
return | System.Web.Mvc.ActionResult |
public Delete ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public Edit ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public GetChildren ( int unitId ) : System.Web.Mvc.ActionResult | ||
unitId | int | |
return | System.Web.Mvc.ActionResult |
public GetChildrenReport ( int unitId ) : System.Web.Mvc.ActionResult | ||
unitId | int | |
return | System.Web.Mvc.ActionResult |
public GetRegions ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public GetTreeElts ( TreeViewItem node, bool closedToo ) : System.Web.Mvc.ActionResult | ||
node | TreeViewItem | |
closedToo | bool | |
return | System.Web.Mvc.ActionResult |
public GetWoredas ( int selectedZoneId ) : System.Web.Mvc.ActionResult | ||
selectedZoneId | int | |
return | System.Web.Mvc.ActionResult |
public GetWoredasReport ( int zoneId ) : System.Web.Mvc.ActionResult | ||
zoneId | int | |
return | System.Web.Mvc.ActionResult |
public GetZones ( int selectedRegionId ) : System.Web.Mvc.ActionResult | ||
selectedRegionId | int | |
return | System.Web.Mvc.ActionResult |
public GetZonesReport ( int areaId ) : System.Web.Mvc.ActionResult | ||
areaId | int | |
return | System.Web.Mvc.ActionResult |