Uses of Class
kieker.webgui.common.exception.NewerProjectException

Packages that use NewerProjectException
kieker.webgui.persistence This package contains the interfaces to access the persistence layer. 
kieker.webgui.persistence.impl This package contains the actual implementations of the persistence interfaces. 
kieker.webgui.service This package contains the interfaces to access the service layer. 
kieker.webgui.service.impl This package contains the actual implementations of the services. 
 

Uses of NewerProjectException in kieker.webgui.persistence
 

Methods in kieker.webgui.persistence that throw NewerProjectException
 void IProjectDAO.saveProject(String projectName, kieker.analysis.model.analysisMetaModel.MIProject project, long timeStamp, boolean overwriteNewerProject, String username, String analysisLayout, String cockpitLayout)
          This method tries to save the given model instance for the given project.
 

Uses of NewerProjectException in kieker.webgui.persistence.impl
 

Methods in kieker.webgui.persistence.impl that throw NewerProjectException
 void FSProjectDAOImpl.saveProject(String projectName, kieker.analysis.model.analysisMetaModel.MIProject project, long timeStamp, boolean overwriteNewerProject, String username, String analysisLayout, String cockpitLayout)
           
 

Uses of NewerProjectException in kieker.webgui.service
 

Methods in kieker.webgui.service that throw NewerProjectException
 void IProjectService.saveProject(String projectName, kieker.analysis.model.analysisMetaModel.MIProject project, long timeStamp, boolean overwriteNewerProject, String username, String analysisLayout, String cockpitLayout)
          This method tries to save the given model instance for the given project.
 

Uses of NewerProjectException in kieker.webgui.service.impl
 

Methods in kieker.webgui.service.impl that throw NewerProjectException
 void ProjectServiceImpl.saveProject(String projectName, kieker.analysis.model.analysisMetaModel.MIProject project, long timeStamp, boolean overwriteNewerProject, String username, String analysisLayout, String cockpitLayout)
           
 



Copyright © 2015. All rights reserved.