Interface DonationRelationHandler
- All Known Implementing Classes:
AddMembershipDonationRelationsImpl
public interface DonationRelationHandler
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isSupportedEntity
(String entityName) Check if the handler supports the given entity.void
setAdditionalRelations
(Entity newDonation, Entity selectedGridEntity) Set additional entity specific relations on the new donation entity.
-
Method Details
-
isSupportedEntity
Check if the handler supports the given entity. Use this method before calling 'setAdditionalRelations'. -
setAdditionalRelations
Set additional entity specific relations on the new donation entity.
-