Interface ContactService

All Known Implementing Classes:
ContactServiceImpl

public interface ContactService
  • Method Details

    • createContact

      Entity createContact(String subject, org.joda.time.DateTime date, Entity typeEntity, @Nullable @Nullable Entity senderEntity, @Nullable @Nullable Entity creatorEntity, EntityList recipientList)
    • updateContact

      void updateContact(String subject, org.joda.time.DateTime date, @Nullable @Nullable Entity senderEntity, @Nullable @Nullable Entity creatorEntity, Entity contactEntity)