Class CreateDonationActionServiceImpl
java.lang.Object
ch.tocco.nice2.optional.donation.impl.actions.CreateDonationActionServiceImpl
- All Implemented Interfaces:
CreateDonationActionService
@Deprecated
public class CreateDonationActionServiceImpl
extends Object
implements CreateDonationActionService
Deprecated.
-
Constructor Summary
ConstructorDescriptionCreateDonationActionServiceImpl
(Context ctx, CommandExecutor commandExecutor, EntityExplorerActionSelectionService selectionService, EntityDefaultValueService entityDefaultValueService, RebindService rebindService, FormModel formModel, TaskSchedulingService taskSchedulingService, BusinessUnitManager businessUnitManager) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoid
doCreate
(EntityExplorerActionSelection selection, RebindValue[] rebindValues) Deprecated.getForm
(EntityExplorerActionSelection selection) Deprecated.void
setContributions
(List<DonationRelationHandler> donationRelationHandlers) Deprecated.void
setFormNames
(List<CreateDonationFormContribution> contributions) Deprecated.
-
Constructor Details
-
CreateDonationActionServiceImpl
public CreateDonationActionServiceImpl(Context ctx, CommandExecutor commandExecutor, EntityExplorerActionSelectionService selectionService, EntityDefaultValueService entityDefaultValueService, RebindService rebindService, FormModel formModel, TaskSchedulingService taskSchedulingService, BusinessUnitManager businessUnitManager) Deprecated.
-
-
Method Details
-
getForm
Deprecated.- Specified by:
getForm
in interfaceCreateDonationActionService
-
doCreate
Deprecated.- Specified by:
doCreate
in interfaceCreateDonationActionService
-
setContributions
@Autowired(required=false) public void setContributions(List<DonationRelationHandler> donationRelationHandlers) Deprecated. -
setFormNames
@Autowired(required=false) public void setFormNames(List<CreateDonationFormContribution> contributions) Deprecated.
-