Uses of Class
org.bedework.calfacade.BwLocation
Packages that use BwLocation
Package
Description
-
Uses of BwLocation in org.bedework.calfacade
Methods in org.bedework.calfacade that return BwLocationModifier and TypeMethodDescriptionBwEvent.getLocation()BwEventProxy.getLocation()static BwLocationBwLocation.makeLocation()Methods in org.bedework.calfacade with parameters of type BwLocationModifier and TypeMethodDescriptionintBwLocation.compare(BwLocation thisone, BwLocation thatone) intBwLocation.compareTo(BwLocation that) voidBwEvent.setLocation(BwLocation val) voidBwEventProxy.setLocation(BwLocation val) booleanBwLocation.updateFrom(BwLocation ent) -
Uses of BwLocation in org.bedework.calfacade.ifs
Methods in org.bedework.calfacade.ifs that return types with arguments of type BwLocationModifier and TypeMethodDescriptionorg.bedework.util.misc.response.GetEntityResponse<BwLocation>IcalCallback.fetchLocationByCombined(String val, boolean persisted) Find the location given the combined address values.org.bedework.util.misc.response.GetEntityResponse<BwLocation>IcalCallback.fetchLocationByKey(String name, String val) Find a location owned by the current user which has a named key field which matches the value.org.bedework.util.misc.response.GetEntityResponse<BwLocation>IcalCallback.findLocation(BwString address) Find the location given the address.org.bedework.util.misc.response.GetEntityResponse<BwLocation>IcalCallback.getLocation(String uid) Get the location with the given uid.Methods in org.bedework.calfacade.ifs with parameters of type BwLocation -
Uses of BwLocation in org.bedework.calfacade.indexing
Methods in org.bedework.calfacade.indexing that return BwLocationModifier and TypeMethodDescriptionBwIndexer.fetchLocation(String val, org.bedework.util.calendar.PropertyIndex.PropertyInfoIndex... index) Find a location 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 BwLocationModifier and TypeMethodDescriptionBwIndexer.fetchAllLocations()Fetch all for the current principal.org.bedework.util.misc.response.GetEntityResponse<BwLocation>BwIndexFetcher.fetchLocation(BwIndexerParams params, String href) org.bedework.util.misc.response.GetEntityResponse<BwLocation>BwIndexer.fetchLocationByKey(String name, String val) Find a location owned by the current user which has a named key field which matches the value.org.bedework.util.misc.response.GetEntitiesResponse<BwLocation>BwIndexer.findLocations(org.bedework.caldav.util.filter.FilterBase filter, int from, int size) -
Uses of BwLocation in org.bedework.calfacade.responses
Methods in org.bedework.calfacade.responses that return types with arguments of type BwLocationMethod parameters in org.bedework.calfacade.responses with type arguments of type BwLocationModifier and TypeMethodDescriptionvoidLocationsResponse.setLocations(Collection<BwLocation> val) -
Uses of BwLocation in org.bedework.calfacade.wrappers
Methods in org.bedework.calfacade.wrappers that return BwLocationMethods in org.bedework.calfacade.wrappers with parameters of type BwLocation