Uses of Interface
com.hack23.cia.model.api.application.events.ApplicationErrorEventData

Packages that use ApplicationErrorEventData
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
 

Methods in com.hack23.cia.model.api.application.factory that return types with arguments of type ApplicationErrorEventData
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
 

Classes in com.hack23.cia.model.impl.application.events.user that implement ApplicationErrorEventData
Modifier and Type Class and Description
 class ApplicationErrorActionEvent
          The Class ApplicationErrorActionEvent.
 

Uses of ApplicationErrorEventData in com.hack23.cia.service.impl.commondao.api
 

Methods in com.hack23.cia.service.impl.commondao.api that return ApplicationErrorEventData
Modifier and Type Method and Description
 ApplicationErrorEventData EventDAO.loadApplicationErrorById(Long id)
          Load application error by id.
 

Methods in com.hack23.cia.service.impl.commondao.api that return types with arguments of type ApplicationErrorEventData
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
 

Methods in com.hack23.cia.service.impl.commondao.impl that return ApplicationErrorEventData
Modifier and Type Method and Description
 ApplicationErrorEventData EventDAOImpl.loadApplicationErrorById(Long id)
           
 

Methods in com.hack23.cia.service.impl.commondao.impl that return types with arguments of type ApplicationErrorEventData
Modifier and Type Method and Description
 List<ApplicationErrorEventData> EventDAOImpl.getApplicationErrors()
           
 

Uses of ApplicationErrorEventData in com.hack23.cia.web.impl.ui.form.events
 

Constructors in com.hack23.cia.web.impl.ui.form.events with parameters of type ApplicationErrorEventData
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
 

Methods in com.hack23.cia.web.impl.ui.navigationview.common that return types with arguments of type ApplicationErrorEventData
Modifier and Type Method and Description
protected  GenericUserInterfaceLoaderService<ApplicationErrorEventData> AbstractAdminUserNavigationView.getActionErrorsLoaderService()
          Gets the action errors loader service.
 



Copyright © 2008-2010 www.hack23.com. All Rights Reserved.