Interface DonationRelationHandler

All Known Implementing Classes:
AddMembershipDonationRelationsImpl

public interface DonationRelationHandler
  • Method Summary Link icon

    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 Link icon

    • isSupportedEntity Link icon

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

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