Interface DonationRelationHandler

All Known Implementing Classes:
AddMembershipDonationRelationsImpl

public interface DonationRelationHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    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

      boolean isSupportedEntity(String entityName)
      Check if the handler supports the given entity. Use this method before calling 'setAdditionalRelations'.
    • setAdditionalRelations

      void setAdditionalRelations(Entity newDonation, Entity selectedGridEntity)
      Set additional entity specific relations on the new donation entity.