EntityApp

Methods

onDeleteEventHandler(e) ⇒ Type.Promise

delete(appConfig, callback)

onExportEventHandler(e)

get(id, [callback]) ⇒ Type.Promise

onGetEventHandler(e) ⇒ Type.Promise

onImportEventHandler(e)

onNewEventHandler(e)

new()

onReadyEventHandler(e)

onSaveEventHandler(e) ⇒ Type.Promise

save(entityFormData, options, callback) ⇒ void

validate(e) ⇒ Type.Promise

Executes the validate script for this appModel.

onDeleteEventHandler(e) ⇒ Type.Promise

Params

  • e Type.EventInfo

delete(appConfig, callback)

Params

  • appConfig Type.AppConfig

  • callback Type.Callback

onExportEventHandler(e)

Params

  • e Type.EventInfo

get(id, [callback]) ⇒ Type.Promise

Params

  • id number

  • [callback] Type.Callback

onGetEventHandler(e) ⇒ Type.Promise

Params

  • e Type.EventInfo

onImportEventHandler(e)

Params

  • e Type.EventInfo

onNewEventHandler(e)

Params

  • e Type.EventInfo

new()

onReadyEventHandler(e)

Params

  • e Type.EventInfo

onSaveEventHandler(e) ⇒ Type.Promise

Params

  • e Type.EventInfo

save(entityFormData, options, callback) ⇒ void

Params

  • entityFormData any

  • options any

  • callback function

validate(e) ⇒ Type.Promise

Executes the validate script for this appModel.

Params

  • e Type.EventInfo

Last updated