C# 클래스 SpringMvc.Controllers.AdministratorPanelController

상속: Controller
파일 보기 프로젝트 열기: krzysiuk12/SpringMvc

Private Properties

프로퍼티 타입 설명
ChangeUserPassword System.Web.Mvc.ActionResult
SetCurrentMenuPositions void

공개 메소드들

메소드 설명
ChangeUserPassword ( long userId ) : System.Web.Mvc.ActionResult
ChangeUserStatus ( long userId ) : System.Web.Mvc.ActionResult
ChangeUserStatusForStatusId ( long userId, int statusId ) : System.Web.Mvc.ActionResult
ViewAllUserAccounts ( ) : System.Web.Mvc.ActionResult
ViewUserInformation ( long userId ) : System.Web.Mvc.ActionResult

비공개 메소드들

메소드 설명
ChangeUserPassword ( long userId, ChangePasswordModel model ) : System.Web.Mvc.ActionResult
SetCurrentMenuPositions ( int primaryMenuPosition, int secondaryMenuPosition = null ) : void

메소드 상세

ChangeUserPassword() 공개 메소드

public ChangeUserPassword ( long userId ) : System.Web.Mvc.ActionResult
userId long
리턴 System.Web.Mvc.ActionResult

ChangeUserStatus() 공개 메소드

public ChangeUserStatus ( long userId ) : System.Web.Mvc.ActionResult
userId long
리턴 System.Web.Mvc.ActionResult

ChangeUserStatusForStatusId() 공개 메소드

public ChangeUserStatusForStatusId ( long userId, int statusId ) : System.Web.Mvc.ActionResult
userId long
statusId int
리턴 System.Web.Mvc.ActionResult

ViewAllUserAccounts() 공개 메소드

public ViewAllUserAccounts ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

ViewUserInformation() 공개 메소드

public ViewUserInformation ( long userId ) : System.Web.Mvc.ActionResult
userId long
리턴 System.Web.Mvc.ActionResult