Interface DonationRelationHandler
- All Known Implementing Classes:
AddMembershipDonationRelationsImpl
public interface DonationRelationHandler
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisSupportedEntity(String entityName) Check if the handler supports the given entity.voidsetAdditionalRelations(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.
-