Class AssociationMutationActionServiceImpl
java.lang.Object
ch.tocco.nice2.optional.licence.impl.actions.AssociationMutationActionServiceImpl
- All Implemented Interfaces:
AssociationMutationActionService
public class AssociationMutationActionServiceImpl
extends Object
implements AssociationMutationActionService
-
Constructor Summary
ConstructorDescriptionAssociationMutationActionServiceImpl
(Context context, RebindService rebindService, EntityDefaultValueService entityDefaultValueService, MailFactory emailFactory, EmailTemplateLoadService emailTemplateLoadService, L10N l10N, PrincipalService principalService, BusinessUnitManager businessUnitManager) -
Method Summary
Modifier and TypeMethodDescriptionvoid
save
(RebindValue[] rebindValues, HashMap<String, String> params)
-
Constructor Details
-
AssociationMutationActionServiceImpl
public AssociationMutationActionServiceImpl(Context context, RebindService rebindService, EntityDefaultValueService entityDefaultValueService, MailFactory emailFactory, EmailTemplateLoadService emailTemplateLoadService, L10N l10N, PrincipalService principalService, BusinessUnitManager businessUnitManager)
-
-
Method Details
-
save
public void save(RebindValue[] rebindValues, HashMap<String, String> params) throws UnresolvableUriException, UriStoreException, RebindException, URISyntaxException- Specified by:
save
in interfaceAssociationMutationActionService
- Throws:
UnresolvableUriException
UriStoreException
RebindException
URISyntaxException
-