C# Class Cats.Areas.Logistics.Controllers.ReciptPlanForLoanController

Inheritance: Controller
ファイルを表示 Open project: edgecomputing/cats Class Usage Examples

Public Methods

Method Description
Approve ( int id ) : System.Web.Mvc.ActionResult
Create ( ) : System.Web.Mvc.ActionResult
Detail ( int id ) : System.Web.Mvc.ActionResult
Edit ( int id ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult
LoanReciptPlanDetail_Read ( [ request, int loanReciptPlanID ) : System.Web.Mvc.ActionResult
LoanReciptPlan_Read ( [ request ) : System.Web.Mvc.ActionResult
ReciptPlan ( int id ) : System.Web.Mvc.ActionResult
ReciptPlanForLoanController ( ILoanReciptPlanService loanReciptPlanService, ICommonService commonService, ILoanReciptPlanDetailService loanReciptPlanDetailService, IUserAccountService userAccountService ) : System

Private Methods

Method Description
BidToLoanReciptPlanDetail ( IEnumerable loanReciptPlanDetails ) : IEnumerable
BindToViewModel ( IEnumerable loanReciptPlans ) : IEnumerable
Create ( LoanReciptPlanViewModel loanReciptPlanViewModel ) : System.Web.Mvc.ActionResult
Edit ( LoanReciptPlan loanReciptPlan ) : System.Web.Mvc.ActionResult
GetLoanReciptPlan ( LoanReciptPlanViewModel loanReciptPlanViewModel ) : LoanReciptPlan
ReciptPlan ( LoanReciptPlanWithDetailViewModel loanReciptPlanDetail ) : System.Web.Mvc.ActionResult

Method Details

Approve() public method

public Approve ( int id ) : System.Web.Mvc.ActionResult
id int
return System.Web.Mvc.ActionResult

Create() public method

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

Detail() public method

public Detail ( int id ) : System.Web.Mvc.ActionResult
id int
return System.Web.Mvc.ActionResult

Edit() public method

public Edit ( int id ) : System.Web.Mvc.ActionResult
id int
return System.Web.Mvc.ActionResult

Index() public method

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

LoanReciptPlanDetail_Read() public method

public LoanReciptPlanDetail_Read ( [ request, int loanReciptPlanID ) : System.Web.Mvc.ActionResult
request [
loanReciptPlanID int
return System.Web.Mvc.ActionResult

LoanReciptPlan_Read() public method

public LoanReciptPlan_Read ( [ request ) : System.Web.Mvc.ActionResult
request [
return System.Web.Mvc.ActionResult

ReciptPlan() public method

public ReciptPlan ( int id ) : System.Web.Mvc.ActionResult
id int
return System.Web.Mvc.ActionResult

ReciptPlanForLoanController() public method

public ReciptPlanForLoanController ( ILoanReciptPlanService loanReciptPlanService, ICommonService commonService, ILoanReciptPlanDetailService loanReciptPlanDetailService, IUserAccountService userAccountService ) : System
loanReciptPlanService ILoanReciptPlanService
commonService ICommonService
loanReciptPlanDetailService ILoanReciptPlanDetailService
userAccountService IUserAccountService
return System