Uses of Class
org.bedework.calfacade.BwContact
Packages that use BwContact
Package
Description
-
Uses of BwContact in org.bedework.calfacade
Methods in org.bedework.calfacade that return BwContactModifier and TypeMethodDescriptionBwEvent.getContact()Transition method - return first contact if any available.static BwContactBwContact.makeContact()Methods in org.bedework.calfacade that return types with arguments of type BwContactModifier and TypeMethodDescriptionBwEvent.cloneContacts()BwEvent.copyContacts()BwEvent.getContacts()BwEventProxy.getContacts()Methods in org.bedework.calfacade with parameters of type BwContactModifier and TypeMethodDescriptionvoidBwEvent.addContact(BwContact val) intintbooleanBwEvent.hasContact(BwContact val) booleanBwEvent.removeContact(BwContact val) voidBwEvent.setContact(BwContact val) Transition method - replace Set with single value.booleanBwContact.updateFrom(BwContact ent) Method parameters in org.bedework.calfacade with type arguments of type BwContactModifier and TypeMethodDescriptionvoidBwEvent.setContacts(Set<BwContact> val) voidBwEventProxy.setContacts(Set<BwContact> val) -
Uses of BwContact in org.bedework.calfacade.base
Methods in org.bedework.calfacade.base that return types with arguments of type BwContactModifier and TypeMethodDescriptionContactedEntity.cloneContacts()Return a clone of the SetContactedEntity.copyContacts()Return a copy of the SetContactedEntity.getContacts()Get the contactsMethods in org.bedework.calfacade.base with parameters of type BwContactModifier and TypeMethodDescriptionvoidContactedEntity.addContact(BwContact val) booleanContactedEntity.hasContact(BwContact val) Check the contacts for the same entitybooleanContactedEntity.removeContact(BwContact val) Method parameters in org.bedework.calfacade.base with type arguments of type BwContactModifier and TypeMethodDescriptionvoidContactedEntity.setContacts(Set<BwContact> val) Set the contacts Set -
Uses of BwContact in org.bedework.calfacade.ifs
Methods in org.bedework.calfacade.ifs that return types with arguments of type BwContactModifier and TypeMethodDescriptionorg.bedework.util.misc.response.GetEntityResponse<BwContact>IcalCallback.findContact(BwString val) Find the contact.org.bedework.util.misc.response.GetEntityResponse<BwContact>IcalCallback.getContact(String uid) Get the contact with the given uid.Methods in org.bedework.calfacade.ifs with parameters of type BwContact -
Uses of BwContact in org.bedework.calfacade.indexing
Methods in org.bedework.calfacade.indexing that return BwContactModifier and TypeMethodDescriptionBwIndexer.fetchContact(String val, org.bedework.util.calendar.PropertyIndex.PropertyInfoIndex... index) Find a contact owned by the current user which has a named field which matches the value.Methods in org.bedework.calfacade.indexing that return types with arguments of type BwContactModifier and TypeMethodDescriptionBwIndexer.fetchAllContacts()Fetch all for the current principal.org.bedework.util.misc.response.GetEntityResponse<BwContact>BwIndexFetcher.fetchContact(BwIndexerParams params, String href) org.bedework.util.misc.response.GetEntitiesResponse<BwContact>BwIndexer.findContacts(org.bedework.caldav.util.filter.FilterBase filter, int from, int size) -
Uses of BwContact in org.bedework.calfacade.responses
Methods in org.bedework.calfacade.responses that return types with arguments of type BwContactMethod parameters in org.bedework.calfacade.responses with type arguments of type BwContact -
Uses of BwContact in org.bedework.calfacade.wrappers
Methods in org.bedework.calfacade.wrappers that return BwContactMethods in org.bedework.calfacade.wrappers that return types with arguments of type BwContactModifier and TypeMethodDescriptionBwEventNewWrapper.cloneContacts()BwEventNewWrapper.copyContacts()BwEventNewWrapper.getContacts()Methods in org.bedework.calfacade.wrappers with parameters of type BwContactModifier and TypeMethodDescriptionvoidBwEventNewWrapper.addContact(BwContact val) booleanBwEventNewWrapper.hasContact(BwContact val) booleanBwEventNewWrapper.removeContact(BwContact val) voidBwEventNewWrapper.setContact(BwContact val) Method parameters in org.bedework.calfacade.wrappers with type arguments of type BwContact