Search
Preparing search index...
The search index is not available
kp-session-bot
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Globals
"models/declarations/student"
StudentModel
Interface StudentModel
Hierarchy
PaginateModel
<
StudentDoc
>
CrudPluginStatics
<
StudentDoc
>
StudentStatics
StudentModel
Index
Properties
Model
Methods
paginate
try
Delete
ById
try
Find
ById
try
Find
One
try
Update
ById
Properties
Model
Model
:
Model
<
any
>
Methods
paginate
paginate
(
query
?:
Object
, options
?:
PaginateOptions
, callback
?:
undefined
|
function
)
:
Promise
<
PaginateResult
<
StudentDoc
>
>
Parameters
Optional
query:
Object
Optional
options:
PaginateOptions
Optional
callback:
undefined
|
function
Returns
Promise
<
PaginateResult
<
StudentDoc
>
>
try
Delete
ById
try
Delete
ById
(
this
:
Model
<
StudentDoc
>
, id
:
ObjectId
)
:
Promise
<
StudentDoc
>
Parameters
this:
Model
<
StudentDoc
>
id:
ObjectId
Returns
Promise
<
StudentDoc
>
try
Find
ById
try
Find
ById
(
this
:
Model
<
StudentDoc
>
, id
:
ObjectId
)
:
Promise
<
StudentDoc
>
Parameters
this:
Model
<
StudentDoc
>
id:
ObjectId
Returns
Promise
<
StudentDoc
>
try
Find
One
try
Find
One
(
this
:
Model
<
StudentDoc
>
, queryObj
:
BasicObject
)
:
Promise
<
StudentDoc
>
Parameters
this:
Model
<
StudentDoc
>
queryObj:
BasicObject
Returns
Promise
<
StudentDoc
>
try
Update
ById
try
Update
ById
(
this
:
Model
<
StudentDoc
>
, id
:
ObjectId
, update
:
BasicObject
)
:
Promise
<
StudentDoc
>
Parameters
this:
Model
<
StudentDoc
>
id:
ObjectId
update:
BasicObject
Returns
Promise
<
StudentDoc
>
Globals
Internals
"models/declarations/academic-
activity"
"models/declarations/academic-
subject"
"models/declarations/mark-
range"
"models/declarations/score"
"models/declarations/student"
"models/declarations/week-
schedule"
"modules/debug"
"modules/error/error-
factory"
"modules/error/index"
"modules/error/mongoose-
plugins"
"modules/error/rest"
"modules/error/statused-
error"
"modules/integer-
range"
"modules/interfaces"
"modules/mongoose-
plugins/apollo-
crud"
"modules/mongoose-
plugins/pick-
random"
"modules/utils"
Externals
"models/academic-
activity"
"models/mark-
range"
"models/score"
Student
Data
Student
Doc
Student
Methods
Student
Model
Model
paginate
try
Delete
ById
try
Find
ById
try
Find
One
try
Update
ById
Student
Statics
Generated using
TypeDoc