org.jasig.schedassist.impl.caldav.bedework
Class BedeworkEventUtilsImpl
java.lang.Object
org.jasig.schedassist.model.DefaultEventUtilsImpl
org.jasig.schedassist.impl.caldav.CaldavEventUtilsImpl
org.jasig.schedassist.impl.caldav.bedework.BedeworkEventUtilsImpl
- All Implemented Interfaces:
- IEventUtils, org.springframework.beans.factory.InitializingBean
public class BedeworkEventUtilsImpl
- extends CaldavEventUtilsImpl
Bedework specific override for CaldavEventUtilsImpl.
- Version:
- $Id: BedeworkEventUtilsImpl.java $
- Author:
- Nicholas Blair
| Methods inherited from class org.jasig.schedassist.model.DefaultEventUtilsImpl |
attendeeMatchesPerson, constructSummaryValueForReflectionEvent, convertScheduleForReflection, convertToICalendarFormat, emailToURI, generateNewUid, getAffiliationSource, getAttendeeForUserFromEvent, getAttendeeListFromEvent, getScheduleVisitorCount, isAttendingAsOwner, isAttendingAsVisitor, isAttendingMatch, isPartStatNeedsAction |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BEDEWORK_SUBMITTEDBY
public static final String BEDEWORK_SUBMITTEDBY
- See Also:
- Constant Field Values
BedeworkEventUtilsImpl
public BedeworkEventUtilsImpl(IAffiliationSource affiliationSource)
- Parameters:
affiliationSource -
constructAvailableAppointment
public net.fortuna.ical4j.model.component.VEvent constructAvailableAppointment(AvailableBlock block,
IScheduleOwner owner,
IScheduleVisitor visitor,
String eventDescription)
- Adds an
XProperty with name BEDEWORK_SUBMITTEDBY and value as the
IScheduleOwner's username.
(non-Javadoc)
- Specified by:
constructAvailableAppointment in interface IEventUtils- Overrides:
constructAvailableAppointment in class CaldavEventUtilsImpl
- See Also:
CaldavEventUtilsImpl.constructAvailableAppointment(org.jasig.schedassist.model.AvailableBlock, org.jasig.schedassist.model.IScheduleOwner, org.jasig.schedassist.model.IScheduleVisitor, java.lang.String)
Copyright © 2011 Jasig. All Rights Reserved.