Class MembershipUpdateFlowServiceImpl
java.lang.Object
ch.tocco.nice2.optional.membership.impl.actions.MembershipUpdateFlowServiceImpl
- All Implemented Interfaces:
MembershipUpdateFlowService
-
Constructor Summary
ConstructorDescriptionMembershipUpdateFlowServiceImpl
(Context context, RebindService rebindService, SecurityManager securityManager) -
Method Summary
Modifier and TypeMethodDescriptionvoid
save
(RebindValue[] rebindValues, Map<String, String> params)
-
Constructor Details
-
MembershipUpdateFlowServiceImpl
public MembershipUpdateFlowServiceImpl(Context context, RebindService rebindService, SecurityManager securityManager)
-
-
Method Details
-
save
public void save(RebindValue[] rebindValues, Map<String, String> params) throws UnresolvableUriException, UriStoreException, RebindException, URISyntaxException, InterruptedException, CommitException- Specified by:
save
in interfaceMembershipUpdateFlowService
- Throws:
UnresolvableUriException
UriStoreException
RebindException
URISyntaxException
InterruptedException
CommitException
-