Package | Description |
---|---|
net.sourceforge.seqware.common.business |
Looks like auto-generated classes for Hibernate.
|
net.sourceforge.seqware.common.business.impl |
Looks like auto-generated implementation for Hibernate classes.
|
net.sourceforge.solexatools.webapp.controller |
Portal stuff, to be assessed.
|
Modifier and Type | Method and Description |
---|---|
RegistrationDTO |
RegistrationService.findByEmailAddress(String emailAddress)
findByEmailAddress.
|
RegistrationDTO |
RegistrationService.findByEmailAddressAndPassword(String emailAddress,
String password)
findByEmailAddressAndPassword.
|
Modifier and Type | Method and Description |
---|---|
void |
RegistrationService.insert(RegistrationDTO registration)
insert.
|
void |
RegistrationService.update(RegistrationDTO registration)
update.
|
Modifier and Type | Method and Description |
---|---|
RegistrationDTO |
RegistrationServiceImpl.findByEmailAddress(String emailAddress)
findByEmailAddress.
|
RegistrationDTO |
RegistrationServiceImpl.findByEmailAddressAndPassword(String emailAddress,
String password)
findByEmailAddressAndPassword.
|
Modifier and Type | Method and Description |
---|---|
void |
RegistrationServiceImpl.insert(RegistrationDTO registrationDTO)
insert.
|
void |
RegistrationServiceImpl.update(RegistrationDTO registrationDTO)
update.
|
Modifier and Type | Method and Description |
---|---|
org.springframework.web.servlet.ModelAndView |
SequencerRunWizardController.handleCancel(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
RegistrationDTO command)
Handles the user's request to cancel the registration or the registration update page.
|
org.springframework.web.servlet.ModelAndView |
WorkflowRunController.handleCancel(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
RegistrationDTO command)
Handles the user's request to cancel the registration or the registration update page.
|
org.springframework.web.servlet.ModelAndView |
RegistrationController.handleCancel(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
RegistrationDTO command)
Handles the user's request to cancel the registration or the registration update page.
|
org.springframework.web.servlet.ModelAndView |
WorkflowRunController.handleReset(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
RegistrationDTO command)
Handles the user's request to reset the registration page during a new or update registration.
|
org.springframework.web.servlet.ModelAndView |
RegistrationController.handleReset(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
RegistrationDTO command)
Handles the user's request to reset the registration page during a new or update registration.
|
org.springframework.web.servlet.ModelAndView |
RegistrationController.handleSubmit(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
RegistrationDTO command)
Handles the user's request to submit a new registration.
|
org.springframework.web.servlet.ModelAndView |
RegistrationController.handleUpdate(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
RegistrationDTO command)
Handles the user's request to update their registration.
|
Copyright © 2015 SeqWare. All rights reserved.