|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProjectAlreadyExistingException | |
---|---|
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 ProjectAlreadyExistingException in kieker.webgui.persistence |
---|
Methods in kieker.webgui.persistence that throw ProjectAlreadyExistingException | |
---|---|
void |
IProjectDAO.addProject(String projectName,
String username)
This method adds a new project to the application. |
void |
IProjectDAO.copyProject(String originalProjectName,
String newProjectName)
This method makes a copy of a project and saves it under another name. |
void |
IProjectDAO.importProject(String projectName,
String username,
org.primefaces.model.UploadedFile file)
This method imports an existing kax-file into the application. |
Uses of ProjectAlreadyExistingException in kieker.webgui.persistence.impl |
---|
Methods in kieker.webgui.persistence.impl that throw ProjectAlreadyExistingException | |
---|---|
void |
FSProjectDAOImpl.addProject(String projectName,
String username)
|
void |
FSProjectDAOImpl.copyProject(String originalProjectName,
String newProjectName)
|
void |
FSProjectDAOImpl.importProject(String projectName,
String username,
org.primefaces.model.UploadedFile file)
|
Uses of ProjectAlreadyExistingException in kieker.webgui.service |
---|
Methods in kieker.webgui.service that throw ProjectAlreadyExistingException | |
---|---|
void |
IProjectService.addProject(String projectName,
String username)
This method adds a new project to the application. |
void |
IProjectService.copyProject(String originalProjectName,
String newProjectName)
This method makes a copy of a project and saves it under another name. |
void |
IProjectService.importProject(String projectName,
String username,
org.primefaces.model.UploadedFile file)
This method imports an existing kax-file into the application. |
void |
IProjectService.renameProject(String originalProjectName,
String newProjectName)
This method renames the given project. |
Uses of ProjectAlreadyExistingException in kieker.webgui.service.impl |
---|
Methods in kieker.webgui.service.impl that throw ProjectAlreadyExistingException | |
---|---|
void |
ProjectServiceImpl.addProject(String projectName,
String username)
|
void |
ProjectServiceImpl.copyProject(String originalProjectName,
String newProjectName)
|
void |
ProjectServiceImpl.importProject(String projectName,
String username,
org.primefaces.model.UploadedFile file)
|
void |
ProjectServiceImpl.renameProject(String originalProjectName,
String newProjectName)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |