Uses of Class
org.bedework.calfacade.BwString
Packages that use BwString
Package
Description
-
Uses of BwString in org.bedework.calfacade
Methods in org.bedework.calfacade that return BwStringModifier and TypeMethodDescriptionBwAlarm.findDescription(String lang) BwFilterDef.findDisplayName(String lang) static BwStringBwString.findLang(String lang, Collection<BwString> c) Search the collection for a string that matches the given language code.BwAlarm.findSummary(String lang) BwEvent.findSummary(String lang) BwLocation.getAddress()Get the main address of the locationBwContact.getCn()Get the nameBwCategory.getDescription()Get the category's descriptionBwRequestStatus.getDescription()Get the descriptionBwCategory.getFinderKeyValue()BwContact.getFinderKeyValue()abstract BwStringBwEventProperty.getFinderKeyValue()BwLocation.getFinderKeyValue()BwLocation.getSubaddress()Get the secondary address of the locationBwCategory.getWord()Get the wordMethods in org.bedework.calfacade that return types with arguments of type BwStringModifier and TypeMethodDescriptionBwEvent.getComments()BwEventProxy.getComments()BwAlarm.getDescriptions()BwFilterDef.getDisplayNames()BwEvent.getResources()BwEventProxy.getResources()BwAlarm.getSummaries()BwEvent.getSummaries()BwEventProxy.getSummaries()Methods in org.bedework.calfacade with parameters of type BwStringModifier and TypeMethodDescriptionvoidBwEvent.addComment(BwString val) voidBwAlarm.addDescription(BwString val) voidBwFilterDef.addDisplayName(BwString val) voidBwEvent.addResource(BwString val) voidBwAlarm.addSummary(BwString val) voidBwEvent.addSummary(BwString val) booleanBwEvent.removeComment(BwString val) booleanBwAlarm.removeDescription(BwString val) booleanBwFilterDef.removeDisplayName(BwString val) booleanBwEvent.removeResource(BwString val) booleanBwAlarm.removeSummary(BwString val) booleanBwEvent.removeSummary(BwString val) voidBwLocation.setAddress(BwString val) voidSet the namevoidBwCategory.setDescription(BwString val) Set the category's descriptionvoidBwRequestStatus.setDescription(BwString val) Set the descriptionvoidBwLocation.setSubaddress(BwString val) voidSet the wordMethod parameters in org.bedework.calfacade with type arguments of type BwStringModifier and TypeMethodDescriptionstatic BwStringBwString.findLang(String lang, Collection<BwString> c) Search the collection for a string that matches the given language code.voidBwEvent.setComments(Set<BwString> val) voidBwEventProxy.setComments(Set<BwString> val) voidBwAlarm.setDescriptions(Set<BwString> val) voidBwFilterDef.setDisplayNames(Collection<BwString> val) voidBwEvent.setResources(Set<BwString> val) voidBwEventProxy.setResources(Set<BwString> val) voidBwAlarm.setSummaries(Set<BwString> val) voidBwEvent.setSummaries(Set<BwString> val) voidBwEventProxy.setSummaries(Set<BwString> val) Constructors in org.bedework.calfacade with parameters of type BwStringModifierConstructorDescriptionBwRequestStatus(String code, BwString description, String data) Constructor -
Uses of BwString in org.bedework.calfacade.base
Methods in org.bedework.calfacade.base that return BwStringModifier and TypeMethodDescriptionDisplayNameEntity.findDisplayName(String lang) SummaryEntity.findSummary(String lang) Methods in org.bedework.calfacade.base that return types with arguments of type BwStringModifier and TypeMethodDescriptionCommentedEntity.getComments()Get the commentsDisplayNameEntity.getDisplayNames()Get the display namesResourcedEntity.getResources()Get the resourcesSummaryEntity.getSummaries()Get the summariesMethods in org.bedework.calfacade.base with parameters of type BwStringModifier and TypeMethodDescriptionvoidCommentedEntity.addComment(BwString val) voidDisplayNameEntity.addDisplayName(BwString val) voidResourcedEntity.addResource(BwString val) voidSummaryEntity.addSummary(BwString val) booleanCommentedEntity.removeComment(BwString val) booleanDisplayNameEntity.removeDisplayName(BwString val) booleanResourcedEntity.removeResource(BwString val) booleanSummaryEntity.removeSummary(BwString val) Method parameters in org.bedework.calfacade.base with type arguments of type BwStringModifier and TypeMethodDescriptionvoidCommentedEntity.setComments(Set<BwString> val) Set the comments SetvoidDisplayNameEntity.setDisplayNames(Collection<BwString> val) Set the display names collectionvoidResourcedEntity.setResources(Set<BwString> val) Set the resources SetvoidSummaryEntity.setSummaries(Set<BwString> val) Set the summaries Set -
Uses of BwString in org.bedework.calfacade.ifs
Methods in org.bedework.calfacade.ifs with parameters of type BwStringModifier and TypeMethodDescriptionorg.bedework.util.misc.response.GetEntityResponse<BwCategory>IcalCallback.findCategory(BwString val) Look for the given category for this user.org.bedework.util.misc.response.GetEntityResponse<BwContact>IcalCallback.findContact(BwString val) Find the contact.org.bedework.util.misc.response.GetEntityResponse<BwLocation>IcalCallback.findLocation(BwString address) Find the location given the address. -
Uses of BwString in org.bedework.calfacade.wrappers
Methods in org.bedework.calfacade.wrappers that return BwStringMethods in org.bedework.calfacade.wrappers that return types with arguments of type BwStringModifier and TypeMethodDescriptionBwEventNewWrapper.getComments()BwEventNewWrapper.getResources()BwEventNewWrapper.getSummaries()Methods in org.bedework.calfacade.wrappers with parameters of type BwStringModifier and TypeMethodDescriptionvoidBwEventNewWrapper.addComment(BwString val) voidBwEventNewWrapper.addResource(BwString val) voidBwEventNewWrapper.addSummary(BwString val) booleanBwEventNewWrapper.removeComment(BwString val) booleanBwEventNewWrapper.removeResource(BwString val) booleanBwEventNewWrapper.removeSummary(BwString val) Method parameters in org.bedework.calfacade.wrappers with type arguments of type BwStringModifier and TypeMethodDescriptionvoidBwEventNewWrapper.setComments(Set<BwString> val) voidBwEventNewWrapper.setResources(Set<BwString> val) voidBwEventNewWrapper.setSummaries(Set<BwString> val)