public class RegistrationDAOImpl extends Object implements RegistrationDAO
| Constructor and Description |
|---|
RegistrationDAOImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<Registration> |
getAllRegistrations() |
Registration |
getRegistration(String flowAgencyId,
String flowId,
String flowVersion,
String providerAgencyId,
String providerId) |
List<Registration> |
getRegistrationsByFlow(String flowAgencyId,
String flowId,
String flowVersion) |
List<Registration> |
getRegistrationsByFlowId(String flowId) |
void |
insertRegistration(Registration r) |
boolean |
removeRegistration(String flowAgencyId,
String flowId,
String flowVersion,
String providerAgencyId,
String providerId) |
public void insertRegistration(Registration r)
insertRegistration in interface RegistrationDAOpublic List<Registration> getAllRegistrations()
getAllRegistrations in interface RegistrationDAOpublic List<Registration> getRegistrationsByFlowId(String flowId)
getRegistrationsByFlowId in interface RegistrationDAOpublic List<Registration> getRegistrationsByFlow(String flowAgencyId, String flowId, String flowVersion)
getRegistrationsByFlow in interface RegistrationDAOpublic Registration getRegistration(String flowAgencyId, String flowId, String flowVersion, String providerAgencyId, String providerId)
getRegistration in interface RegistrationDAOpublic boolean removeRegistration(String flowAgencyId, String flowId, String flowVersion, String providerAgencyId, String providerId)
removeRegistration in interface RegistrationDAOCopyright © 2014. All Rights Reserved.