intra-mart e Builder for Accel Platform User Operations Guide

«  Service   ::   Contents   ::   DAO (Model)  »

Event

Summary

  • This section describes the setting contents of [ Event ] tab in  im-JavaEE framework editor.
イベント画面

Operations Method

  1. Event is newly added to event group list.
  2. Necessary information is stated to items like [Display Name] and [Event Key].
  3. Event factory is set on the [Event Factory] screen.
  4. On the [Event Trigger] screen, set pre-processing trigger and psot-processing trigger as required.
  5. When saved, config file and Java file related to the event framework are automatically generated.

Setting Items

Each setting item should be set after event is registered in the event group list and target event is focused.
  • Event Screen

    イベント画面
Item Description
Display Name It is a label to display event.
Event Key It sets the key to call the event.
Event Class Name It sets the event class associated with this event.
Event Process Result Name It sets the event process result class associated with this event.
Description It gives the description about this event.
  • Event Factory Screen

    イベントインターフェース画面
Item Description
Event Factory Name It specifies the event factory used by the event
Parameter It specifies parameters when creating event factory.
  • Event Trigger Screen

    イベントトリガ画面
Item Description
Before Trigger It specifies the trigger before executing event process.
After Trigger It specifies the trigger after executing event process.

Event related Class Creation Wizard

When the class related to event is created, class can be created by using wizard.
  • Event Class Name (class creation)
Item Description
Creation from existing class Class that was already created is specified.
Creation of new class New event class is created. Event class created will be the class that  
inherits jp.co.intra_mart.framework.base.event.Event.
Creation from skeleton Creates event class based on template of event class available in e Builder.
  • Event Process Result Name (class creation)
Item Description
Creation from existing class Class that was already created is specified.
Creation of new class New event process result class is created. Event process result class created will be the class that
implements interface  jp.co.intra_mart.framework.base.event.EventResult.
Creation from skeleton Creates event process result class based on template of event process result class available in e Builder.

«  Service   ::   Contents   ::   DAO (Model)  »