Interface VCardExportService

All Known Implementing Classes:
VCardExportServiceImpl

public interface VCardExportService
  • Method Details

    • getVCardString

      String getVCardString(Entity entity)
    • buildContactVCards

      List<net.fortuna.ical4j.vcard.VCard> buildContactVCards(EntityList selectionEntityList)
    • buildAddressVCards

      List<net.fortuna.ical4j.vcard.VCard> buildAddressVCards(EntityList selectionEntityList)