C# 클래스 Purchasing.Mvc.Controllers.HistoryController

Disabling session state #1 because we don't need it, #2 so that we can call partial views and ajax calls in parallel (aka no lock on session)
상속: ApplicationController
파일 보기 프로젝트 열기: ucdavis/Purchasing

공개 메소드들

메소드 설명
AccountsPayableOrders ( string selectedOrderStatus, System.DateTime startDate, System.DateTime endDate, System.DateTime startLastActionDate, System.DateTime endLastActionDate ) : System.Web.Mvc.ActionResult
AdminOrders ( string selectedOrderStatus, System.DateTime startDate, System.DateTime endDate, System.DateTime startLastActionDate, System.DateTime endLastActionDate, bool showPending = false ) : System.Web.Mvc.ActionResult

Page to view Administrative Workgroup Orders

Page to view Administrative Workgroup Orders

HistoryController ( IRepositoryFactory repositoryFactory, IOrderService orderService ) : System
Index ( string selectedOrderStatus, System.DateTime startDate, System.DateTime endDate, System.DateTime startLastActionDate, System.DateTime endLastActionDate, bool showPending = false, bool showCreated = false ) : System.Web.Mvc.ActionResult

List of Orders

비공개 메소드들

메소드 설명
PopulateModel ( List orders, FilteredOrderListModelDto model ) : void

메소드 상세

AccountsPayableOrders() 공개 메소드

public AccountsPayableOrders ( string selectedOrderStatus, System.DateTime startDate, System.DateTime endDate, System.DateTime startLastActionDate, System.DateTime endLastActionDate ) : System.Web.Mvc.ActionResult
selectedOrderStatus string
startDate System.DateTime
endDate System.DateTime
startLastActionDate System.DateTime
endLastActionDate System.DateTime
리턴 System.Web.Mvc.ActionResult

AdminOrders() 공개 메소드

Page to view Administrative Workgroup Orders Page to view Administrative Workgroup Orders
public AdminOrders ( string selectedOrderStatus, System.DateTime startDate, System.DateTime endDate, System.DateTime startLastActionDate, System.DateTime endLastActionDate, bool showPending = false ) : System.Web.Mvc.ActionResult
selectedOrderStatus string
startDate System.DateTime
endDate System.DateTime
startLastActionDate System.DateTime
endLastActionDate System.DateTime
showPending bool
리턴 System.Web.Mvc.ActionResult

HistoryController() 공개 메소드

public HistoryController ( IRepositoryFactory repositoryFactory, IOrderService orderService ) : System
repositoryFactory IRepositoryFactory
orderService IOrderService
리턴 System

Index() 공개 메소드

List of Orders
public Index ( string selectedOrderStatus, System.DateTime startDate, System.DateTime endDate, System.DateTime startLastActionDate, System.DateTime endLastActionDate, bool showPending = false, bool showCreated = false ) : System.Web.Mvc.ActionResult
selectedOrderStatus string Includes 3 that are not in our database
startDate System.DateTime For when Order was created
endDate System.DateTime For when Order was created
startLastActionDate System.DateTime For when Order was last acted on
endLastActionDate System.DateTime For when Order was last acted on
showPending bool Show orders pending your action
showCreated bool Only show orders you created
리턴 System.Web.Mvc.ActionResult