Uses of Class
org.bedework.calfacade.BwCategory
Packages that use BwCategory
Package
Description
-
Uses of BwCategory in org.bedework.calfacade
Methods in org.bedework.calfacade that return BwCategoryMethods in org.bedework.calfacade that return types with arguments of type BwCategoryModifier and TypeMethodDescriptionBwCalendar.cloneCategories()BwEvent.cloneCategories()BwCalendar.copyCategories()BwEvent.copyCategories()BwCalendar.getCategories()BwEvent.getCategories()BwEventProxy.getCategories()Methods in org.bedework.calfacade with parameters of type BwCategoryModifier and TypeMethodDescriptionbooleanBwCalendar.addCategory(BwCategory val) booleanBwEvent.addCategory(BwCategory val) intBwCategory.compare(BwCategory o1, BwCategory o2) intBwCategory.compareTo(BwCategory that) booleanBwCalendar.hasCategory(BwCategory val) booleanBwEvent.hasCategory(BwCategory val) booleanBwCalendar.removeCategory(BwCategory val) booleanBwEvent.removeCategory(BwCategory val) booleanBwCategory.updateFrom(BwCategory cat) Method parameters in org.bedework.calfacade with type arguments of type BwCategoryModifier and TypeMethodDescriptionvoidBwCalendar.setCategories(Set<BwCategory> val) voidBwEvent.setCategories(Set<BwCategory> val) voidBwEventProxy.setCategories(Set<BwCategory> val) -
Uses of BwCategory in org.bedework.calfacade.base
Methods in org.bedework.calfacade.base that return types with arguments of type BwCategoryModifier and TypeMethodDescriptionCategorisedEntity.cloneCategories()Return a clone of the SetCategorisedEntity.copyCategories()Return a copy of the SetCategorisedEntity.getCategories()Get the categoriesMethods in org.bedework.calfacade.base with parameters of type BwCategoryModifier and TypeMethodDescriptionbooleanCategorisedEntity.addCategory(BwCategory val) booleanCategorisedEntity.hasCategory(BwCategory val) Check the categories for the same entitybooleanCategorisedEntity.removeCategory(BwCategory val) Method parameters in org.bedework.calfacade.base with type arguments of type BwCategoryModifier and TypeMethodDescriptionvoidCategorisedEntity.setCategories(Set<BwCategory> val) Set the categories Set -
Uses of BwCategory in org.bedework.calfacade.filter
Methods in org.bedework.calfacade.filter that return BwCategoryModifier and TypeMethodDescriptionabstract BwCategorySimpleFilterParser.getCategoryByName(String name) An unsatisfactory approach - we'll special case categories for the moment to see if this works.Methods in org.bedework.calfacade.filter that return types with arguments of type BwCategoryModifier and TypeMethodDescriptionabstract org.bedework.util.misc.response.GetEntityResponse<BwCategory>SimpleFilterParser.getCategoryByUid(String uid) A slightly better approach - we'll special case categories for the moment to see if this works. -
Uses of BwCategory in org.bedework.calfacade.ifs
Methods in org.bedework.calfacade.ifs that return types with arguments of type BwCategoryModifier and TypeMethodDescriptionorg.bedework.util.misc.response.GetEntityResponse<BwCategory>IcalCallback.findCategory(BwString val) Look for the given category for this user.Methods in org.bedework.calfacade.ifs with parameters of type BwCategoryModifier and TypeMethodDescriptionvoidIcalCallback.addCategory(BwCategory val) Add the given category. -
Uses of BwCategory in org.bedework.calfacade.indexing
Methods in org.bedework.calfacade.indexing that return BwCategoryModifier and TypeMethodDescriptionFind a category 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 BwCategoryModifier and TypeMethodDescriptionBwIndexer.fetchAllCats()Fetch all for the current principal.org.bedework.util.misc.response.GetEntityResponse<BwCategory>BwIndexFetcher.fetchCategory(BwIndexerParams params, String href) org.bedework.util.misc.response.GetEntitiesResponse<BwCategory>BwIndexer.findCategories(org.bedework.caldav.util.filter.FilterBase filter, int from, int size) -
Uses of BwCategory in org.bedework.calfacade.responses
Methods in org.bedework.calfacade.responses that return types with arguments of type BwCategoryMethod parameters in org.bedework.calfacade.responses with type arguments of type BwCategoryModifier and TypeMethodDescriptionvoidCategoriesResponse.setCategories(Collection<BwCategory> val) -
Uses of BwCategory in org.bedework.calfacade.svc
Methods in org.bedework.calfacade.svc that return types with arguments of type BwCategoryConstructor parameters in org.bedework.calfacade.svc with type arguments of type BwCategory -
Uses of BwCategory in org.bedework.calfacade.wrappers
Methods in org.bedework.calfacade.wrappers that return types with arguments of type BwCategoryModifier and TypeMethodDescriptionBwCalendarNewWrapper.cloneCategories()BwEventNewWrapper.cloneCategories()BwCalendarNewWrapper.copyCategories()BwEventNewWrapper.copyCategories()BwCalendarNewWrapper.getCategories()BwEventNewWrapper.getCategories()CalendarWrapper.getCategories()Methods in org.bedework.calfacade.wrappers with parameters of type BwCategoryModifier and TypeMethodDescriptionbooleanBwCalendarNewWrapper.addCategory(BwCategory val) booleanBwEventNewWrapper.addCategory(BwCategory val) booleanBwCalendarNewWrapper.hasCategory(BwCategory val) booleanBwEventNewWrapper.hasCategory(BwCategory val) booleanBwCalendarNewWrapper.removeCategory(BwCategory val) booleanBwEventNewWrapper.removeCategory(BwCategory val) Method parameters in org.bedework.calfacade.wrappers with type arguments of type BwCategoryModifier and TypeMethodDescriptionvoidBwCalendarNewWrapper.setCategories(Set<BwCategory> val) voidBwEventNewWrapper.setCategories(Set<BwCategory> val) voidCalendarWrapper.setCategories(Set<BwCategory> val)