Uses of Interface
org.bedework.calfacade.base.BwCloneable
Packages that use BwCloneable
-
Uses of BwCloneable in org.bedework.calfacade
Classes in org.bedework.calfacade that implement BwCloneableModifier and TypeClassDescriptionclassRepresent an attendee.classClass to represent an RFC2445 date and datetime type.classSave xproperty values. -
Uses of BwCloneable in org.bedework.calfacade.util
Methods in org.bedework.calfacade.util with type parameters of type BwCloneableModifier and TypeMethodDescriptionstatic <T extends BwCloneable>
booleanCalFacadeUtil.updateCollection(boolean cloned, Collection<T> from, Collection<T> to) Update the to Collection with from elements.static <T extends BwCloneable>
booleanCalFacadeUtil.updateCollection(boolean cloned, Collection<T> from, Collection<T> to, Collection<T> added, Collection<T> removed) Update the to Collection with from elements.