|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Package | Description |
---|---|
com.hack23.cia.model.api.application.factory | |
com.hack23.cia.model.impl.application.events.user | Provides... |
com.hack23.cia.service.impl.commondao.api | Provides... |
com.hack23.cia.service.impl.commondao.impl | Provides... |
com.hack23.cia.web.impl.ui.form.events | Provides... |
com.hack23.cia.web.impl.ui.navigationview.common | Common navigation views. |
Uses of ApplicationErrorEventData in com.hack23.cia.model.api.application.factory |
---|
Modifier and Type | Method and Description |
---|---|
Class<? extends ApplicationErrorEventData> |
ApplicationEventsModelFactory.getApplicationErrorEventDataSpec()
Gets the application error event data spec. |
Uses of ApplicationErrorEventData in com.hack23.cia.model.impl.application.events.user |
---|
Modifier and Type | Class and Description |
---|---|
class |
ApplicationErrorActionEvent
The Class ApplicationErrorActionEvent. |
Uses of ApplicationErrorEventData in com.hack23.cia.service.impl.commondao.api |
---|
Modifier and Type | Method and Description |
---|---|
ApplicationErrorEventData |
EventDAO.loadApplicationErrorById(Long id)
Load application error by id. |
Modifier and Type | Method and Description |
---|---|
List<ApplicationErrorEventData> |
EventDAO.getApplicationErrors()
Gets the application errors. |
Uses of ApplicationErrorEventData in com.hack23.cia.service.impl.commondao.impl |
---|
Modifier and Type | Method and Description |
---|---|
ApplicationErrorEventData |
EventDAOImpl.loadApplicationErrorById(Long id)
|
Modifier and Type | Method and Description |
---|---|
List<ApplicationErrorEventData> |
EventDAOImpl.getApplicationErrors()
|
Uses of ApplicationErrorEventData in com.hack23.cia.web.impl.ui.form.events |
---|
Constructor and Description |
---|
ErrorForm(UserSessionDto userSessionDTO,
ApplicationErrorEventData event)
Instantiates a new error form. |
Uses of ApplicationErrorEventData in com.hack23.cia.web.impl.ui.navigationview.common |
---|
Modifier and Type | Method and Description |
---|---|
protected GenericUserInterfaceLoaderService<ApplicationErrorEventData> |
AbstractAdminUserNavigationView.getActionErrorsLoaderService()
Gets the action errors loader service. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |