Uses of Class
org.bedework.calfacade.BwCalendar
Packages that use BwCalendar
Package
Description
-
Uses of BwCalendar in org.bedework.calfacade
Methods in org.bedework.calfacade that return BwCalendarModifier and TypeMethodDescriptionBwCalendar.cloneWrapper()Used to provide a new wrapper for an entityBwCalendar.getAliasedEntity()return the end of the chain of aliases or this object if not an alias.BwCalendar.getAliasOrigin()Get the aliased entityBwCalendar.getAliasTarget()Get the aliased entityAliasesInfo.getCollection()CollectionAliases.getCollection()CollectionAliases.getInvalidAlias()BwCalendar.makeTombstoneCopy()BwCalendar.shallowClone()Methods in org.bedework.calfacade that return types with arguments of type BwCalendarMethods in org.bedework.calfacade with parameters of type BwCalendarModifier and TypeMethodDescriptionintBwCalendar.compareTo(BwCalendar that) voidBwCalendar.setAliasOrigin(BwCalendar val) Set the collection that was the root of the chain that referred to this collection, e.g.voidBwCalendar.setAliasTarget(BwCalendar val) Set the aliased entity - this is usualy the end of the chain of aliases, e.g.voidBwCollectionLastmod.setDbEntity(BwCalendar val) Method parameters in org.bedework.calfacade with type arguments of type BwCalendarConstructors in org.bedework.calfacade with parameters of type BwCalendarModifierConstructorDescriptionAliasesInfo(String principalHref, BwCalendar collection, String entityName) BwCollectionLastmod(BwCalendar dbEntity) No date constructorBwCollectionLastmod(BwCalendar dbEntity, String timestamp) Constructor to set last modBwCollectionLastmod(BwCalendar dbEntity, Date dt) Constructor to set last mod -
Uses of BwCalendar in org.bedework.calfacade.filter
Methods in org.bedework.calfacade.filter that return BwCalendarModifier and TypeMethodDescriptionabstract BwCalendarSimpleFilterParser.getCollection(String path) abstract BwCalendarSimpleFilterParser.resolveAlias(BwCalendar val, boolean resolveSubAlias) Attempt to get collection referenced by the alias.Methods in org.bedework.calfacade.filter that return types with arguments of type BwCalendarModifier and TypeMethodDescriptionabstract Collection<BwCalendar>SimpleFilterParser.decomposeVirtualPath(String vpath) A virtual path might be for example "/user/adgrp_Eng/Lectures/Lectures" which has two two components "/user/adgrp_Eng/Lectures" and "Lectures"abstract Collection<BwCalendar>SimpleFilterParser.getChildren(BwCalendar col) Returns children of the given collection to which the current user has some access.Methods in org.bedework.calfacade.filter with parameters of type BwCalendarModifier and TypeMethodDescriptionabstract Collection<BwCalendar>SimpleFilterParser.getChildren(BwCalendar col) Returns children of the given collection to which the current user has some access.abstract BwCalendarSimpleFilterParser.resolveAlias(BwCalendar val, boolean resolveSubAlias) Attempt to get collection referenced by the alias.Constructors in org.bedework.calfacade.filter with parameters of type BwCalendarModifierConstructorDescriptionBwCollectionFilter(String name, BwCalendar col) Match on a collection. -
Uses of BwCalendar in org.bedework.calfacade.indexing
Methods in org.bedework.calfacade.indexing that return types with arguments of type BwCalendarModifier and TypeMethodDescriptionBwIndexer.fetchChildren(String href) Fetch children of the collection with the given href.BwIndexer.fetchChildren(String href, boolean excludeTombstoned) Fetch children of the collection with the given href.BwIndexer.fetchChildrenDeep(String href) Fetch children at any depth of the collection with the given href.org.bedework.util.misc.response.GetEntityResponse<BwCalendar>BwIndexer.fetchCol(String val, int desiredAccess, org.bedework.util.calendar.PropertyIndex.PropertyInfoIndex... index) Find a collection which has a named field which matches the value. -
Uses of BwCalendar in org.bedework.calfacade.mail
Methods in org.bedework.calfacade.mail with parameters of type BwCalendarModifier and TypeMethodDescriptionvoidMailerIntf.addList(BwCalendar cal) Add a list corresponding to the given calendar.voidMailerIntf.addMember(BwCalendar cal, BwPrincipal member) Add a member to the list corresponding to the given calendar.booleanMailerIntf.checkList(BwCalendar cal) Check a list corresponding to the given calendar exists.booleanMailerIntf.checkMember(BwCalendar cal, BwPrincipal member) Check a member is on the list corresponding to the given calendar.voidMailerIntf.deleteList(BwCalendar cal) Delete a list corresponding to the given calendar.MailerIntf.listMembers(BwCalendar cal) List members on the list corresponding to the given calendar.voidMailerIntf.postList(BwCalendar cal, Message val) Post a message to the list corresponding to the given calendar.voidMailerIntf.removeMember(BwCalendar cal, BwPrincipal member) Remove a member from the list corresponding to the given calendar.voidMailerIntf.updateMember(BwCalendar cal, BwPrincipal member, String newEmail) Update a members email address on the list corresponding to the given calendar. -
Uses of BwCalendar in org.bedework.calfacade.responses
Methods in org.bedework.calfacade.responses that return BwCalendarModifier and TypeMethodDescriptionCollectionsResponse.getCollections()CollectionsResponse.getPublicCollections()CollectionsResponse.getUserCollections()Methods in org.bedework.calfacade.responses with parameters of type BwCalendarModifier and TypeMethodDescriptionvoidCollectionsResponse.setCollections(BwCalendar val) voidCollectionsResponse.setPublicCollections(BwCalendar val) voidCollectionsResponse.setUserCollections(BwCalendar val) -
Uses of BwCalendar in org.bedework.calfacade.svc
Methods in org.bedework.calfacade.svc that return BwCalendarMethods in org.bedework.calfacade.svc that return types with arguments of type BwCalendarMethods in org.bedework.calfacade.svc with parameters of type BwCalendarModifier and TypeMethodDescriptionvoidBwCalSuite.setRootCollection(BwCalendar val) Set the root collectionMethod parameters in org.bedework.calfacade.svc with type arguments of type BwCalendar -
Uses of BwCalendar in org.bedework.calfacade.svc.wrappers
Methods in org.bedework.calfacade.svc.wrappers that return BwCalendarMethods in org.bedework.calfacade.svc.wrappers with parameters of type BwCalendarModifier and TypeMethodDescriptionvoidBwCalSuiteWrapper.setRootCollection(BwCalendar val) Set the root calendar -
Uses of BwCalendar in org.bedework.calfacade.util
Methods in org.bedework.calfacade.util that return BwCalendarModifier and TypeMethodDescriptionAccessUtilI.getParent(BwShareableContainedDbentity<?> val) Called to get the parent object for a shared entity.CategoryMapInfo.getTopicalArea(BwPreferences.CategoryMapping catMap) Methods in org.bedework.calfacade.util that return types with arguments of type BwCalendarMethods in org.bedework.calfacade.util with parameters of type BwCalendarModifier and TypeMethodDescriptionAccessChecker.checkAccess(BwCalendar val) AccessChecker.checkAccess(BwCalendar val, int desiredAccess) Constructor parameters in org.bedework.calfacade.util with type arguments of type BwCalendarModifierConstructorDescriptionCategoryMapInfo(BwPreferences.CategoryMappings catMaps, Set<BwCalendar> topicalAreas) -
Uses of BwCalendar in org.bedework.calfacade.wrappers
Subclasses of BwCalendar in org.bedework.calfacade.wrappersModifier and TypeClassDescriptionclassDO NOT EDIT THE GENERATED JAVA.classAn object to wrap a calendar entity in Bedework.Methods in org.bedework.calfacade.wrappers that return BwCalendarModifier and TypeMethodDescriptionBwCalendarNewWrapper.cloneWrapper()CalendarWrapper.cloneWrapper()CalendarWrapper.fetchEntity()BwCalendarNewWrapper.getAliasedEntity()CalendarWrapper.getAliasedEntity()BwCalendarNewWrapper.getAliasOrigin()CalendarWrapper.getAliasOrigin()BwCalendarNewWrapper.getAliasTarget()CalendarWrapper.getAliasTarget()BwCalendarNewWrapper.makeTombstoneCopy()BwCalendarNewWrapper.shallowClone()CalendarWrapper.shallowClone()Methods in org.bedework.calfacade.wrappers that return types with arguments of type BwCalendarModifier and TypeMethodDescriptionBwCalendarNewWrapper.getChildren()CalendarWrapper.getChildren()Methods in org.bedework.calfacade.wrappers with parameters of type BwCalendarModifier and TypeMethodDescriptionintBwCalendarNewWrapper.compareTo(BwCalendar that) intCalendarWrapper.compareTo(BwCalendar o) voidCalendarWrapper.putEntity(BwCalendar val) voidBwCalendarNewWrapper.setAliasOrigin(BwCalendar val) voidCalendarWrapper.setAliasOrigin(BwCalendar val) voidBwCalendarNewWrapper.setAliasTarget(BwCalendar val) voidCalendarWrapper.setAliasTarget(BwCalendar val) Method parameters in org.bedework.calfacade.wrappers with type arguments of type BwCalendarModifier and TypeMethodDescriptionvoidBwCalendarNewWrapper.setChildren(Collection<BwCalendar> val) voidCalendarWrapper.setChildren(Collection<BwCalendar> val) Constructors in org.bedework.calfacade.wrappers with parameters of type BwCalendarModifierConstructorDescriptionCalendarWrapper(BwCalendar entity, AccessUtilI accessUtil) Constructor