openurp-edu-std-courseapp
openurp-edu-std-courseapp
org.openurp.edu.std.app.model
AlternativeApply
CourseTypeChangeApply
DefaultMapping
ExamDelayApply
ExamDelayReason
ExamMakeupApply
Features
org.openurp.edu.std.course.web
DefaultModule
org.openurp.edu.std.course.web.action
AlternativeAction
CourseTypeAction
CoursetableAction
ExamtableAction
GradeAction
PlanAction
ProgressAction
org.openurp.edu.std.course.web.helper
CourseTable
Style
CourseTable
CourseTableSetting
org.openurp.edu.std.course.web.support
StdProjectSupport
openurp-edu-std-courseapp
/
org.openurp.edu.std.course.web.action
/
GradeAction
GradeAction
class
GradeAction
extends
StdProjectSupport
Graph
Supertypes
trait
StdProjectSupport
trait
ServletSupport
trait
ActionSupport
trait
Logging
trait
ParamSupport
trait
RouteSupport
trait
MessageSupport
class
Object
trait
Matchable
class
Any
Value members
Value members
Concrete methods
override
def
projectIndex
():
View
Definition Classes
StdProjectSupport
Inherited methods
final protected
def
addCookie
(
name:
String
,
value:
String
,
age:
Int
):
Unit
Inherited from:
ServletSupport
final protected
def
addCookie
(
name:
String
,
value:
String
,
path:
String
,
age:
Int
):
Unit
Inherited from:
ServletSupport
final protected
def
attribute
[
T
](
name:
String
,
clazz:
Class
[
T
]):
T
Inherited from:
ParamSupport
final protected
def
attribute
(
name:
String
):
Any
Inherited from:
ParamSupport
final protected
def
deleteCookie
(
name:
String
):
Unit
Inherited from:
ServletSupport
@ignore
final protected
def
forward
(
action:
To
,
message:
String
):
View
Inherited from:
RouteSupport
@ignore
final protected
def
forward
(
action:
To
):
View
Inherited from:
RouteSupport
@ignore
final protected
def
forward
(
view:
String
,
message:
String
):
PathView
Inherited from:
RouteSupport
@ignore
final protected
def
forward
(
view:
String
):
PathView
Inherited from:
RouteSupport
final protected
def
get
[
T
](
name:
String
,
clazz:
Class
[
T
]):
Option
[
T
]
Inherited from:
ParamSupport
final protected
def
get
[
T
](
paramName:
String
,
defaultValue:
T
):
T
Inherited from:
ParamSupport
final protected
def
get
(
paramName:
String
):
Option
[
String
]
Inherited from:
ParamSupport
final protected
def
getAll
[
T
:
ClassTag
](
paramName:
String
,
clazz:
Class
[
T
]):
Iterable
[
T
]
Inherited from:
ParamSupport
final protected
def
getAll
(
paramName:
String
):
Iterable
[
Any
]
Inherited from:
ParamSupport
final protected
def
getBoolean
(
name:
String
,
defaultValue:
Boolean
):
Boolean
Inherited from:
ParamSupport
final protected
def
getBoolean
(
name:
String
):
Option
[
Boolean
]
Inherited from:
ParamSupport
final protected
def
getCookieValue
(
cookieName:
String
):
String
Inherited from:
ServletSupport
final protected
def
getCurrentProject
():
Project
Inherited from:
StdProjectSupport
final protected
def
getCurrentStudent
():
Student
Inherited from:
StdProjectSupport
final protected
def
getDate
(
name:
String
):
Option
[
LocalDate
]
Inherited from:
ParamSupport
final protected
def
getDateTime
(
name:
String
):
Option
[
LocalDateTime
]
Inherited from:
ParamSupport
final protected
def
getFloat
(
name:
String
):
Option
[
Float
]
Inherited from:
ParamSupport
final protected
def
getInstant
(
name:
String
):
Option
[
Instant
]
Inherited from:
ParamSupport
final protected
def
getInt
(
name:
String
,
defaultValue:
Int
):
Int
Inherited from:
ParamSupport
final protected
def
getInt
(
name:
String
):
Option
[
Int
]
Inherited from:
ParamSupport
final protected
def
getLong
(
name:
String
):
Option
[
Long
]
Inherited from:
ParamSupport
final protected
def
getSemester
(
semesterService:
SemesterService
):
Semester
Inherited from:
StdProjectSupport
final protected
def
getShort
(
name:
String
):
Option
[
Short
]
Inherited from:
ParamSupport
final protected
def
getStudents
():
Seq
[
Student
]
Inherited from:
StdProjectSupport
def
index
():
View
Inherited from:
StdProjectSupport
final protected
def
put
(
key:
String
,
value:
Any
):
Unit
Inherited from:
ParamSupport
@ignore
final protected
def
redirect
(
action:
To
,
message:
String
):
View
Inherited from:
RouteSupport
@ignore
final protected
def
redirect
(
method:
String
,
params:
String
,
message:
String
):
View
Inherited from:
RouteSupport
@ignore
final protected
def
redirect
(
method:
String
,
message:
String
):
View
Inherited from:
RouteSupport
@ignore
final protected
def
redirect
(
method:
String
):
View
Inherited from:
RouteSupport
@ignore
protected
def
remoteAddr
:
String
Inherited from:
ServletSupport
@ignore
final protected
def
request
:
HttpServletRequest
Inherited from:
ServletSupport
@ignore
final protected
def
response
:
HttpServletResponse
Inherited from:
ServletSupport
@ignore
final protected
def
to
(
uri:
String
):
To
Inherited from:
RouteSupport
@ignore
final protected
def
to
(
uri:
String
,
params:
String
):
ToURI
Inherited from:
RouteSupport
@ignore
final protected
def
to
(
clazz:
Class
[
_
],
method:
String
,
params:
String
):
ToClass
Inherited from:
RouteSupport
@ignore
final protected
def
to
(
clazz:
Class
[
_
],
method:
String
):
ToClass
Inherited from:
RouteSupport
@ignore
final protected
def
to
(
obj:
Object
,
method:
String
,
params:
String
):
ToClass
Inherited from:
RouteSupport
@ignore
final protected
def
to
(
obj:
Object
,
method:
String
):
ToClass
Inherited from:
RouteSupport
Concrete fields
var
codeService
:
CodeService
var
courseGradeProvider
:
CourseGradeProvider
var
entityDao
:
EntityDao
Inherited fields
protected
val
logger
:
Logger
Inherited from:
Logging