Interface MembershipRegistrationFlowService
- All Known Implementing Classes:
MembershipRegistrationFlowServiceImpl
public interface MembershipRegistrationFlowService
DWR Service for membership registration stuff
-
Method Summary
Modifier and TypeMethodDescriptionsaveRegistration
(Registration registration, Map<String, String> params) Save a registration.
-
Method Details
-
saveRegistration
Save a registration.- Parameters:
registration
- The registration to save.params
- Additional params.- Returns:
- the primary key of the created "Membership" entity as string.
-