public interface RegistrationDAO
| 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) |
void insertRegistration(Registration r)
List<Registration> getAllRegistrations()
List<Registration> getRegistrationsByFlowId(String flowId)
List<Registration> getRegistrationsByFlow(String flowAgencyId, String flowId, String flowVersion)
Registration getRegistration(String flowAgencyId, String flowId, String flowVersion, String providerAgencyId, String providerId)
Copyright © 2014. All Rights Reserved.