Uses of Interface
org.alfresco.service.cmr.calendar.CalendarEntry
Packages that use CalendarEntry
Package
Description
-
Uses of CalendarEntry in org.alfresco.repo.admin.patch.impl
Methods in org.alfresco.repo.admin.patch.impl with parameters of type CalendarEntryModifier and TypeMethodDescriptionstatic booleanCalendarAllDayEventDatesCorrectingPatch.isAllDay(CalendarEntry entry) Does the givenCalendarEntrydefine an all-day event? An All Day Event is defined as one starting at midnight on a day, and ending at midnight. -
Uses of CalendarEntry in org.alfresco.repo.calendar
Classes in org.alfresco.repo.calendar that implement CalendarEntryMethods in org.alfresco.repo.calendar that return CalendarEntryModifier and TypeMethodDescriptionCalendarServiceImpl.createCalendarEntry(String siteShortName, CalendarEntry entry) CalendarServiceImpl.getCalendarEntry(String siteShortName, String entryName) CalendarServiceImpl.updateCalendarEntry(CalendarEntry entry) Methods in org.alfresco.repo.calendar that return types with arguments of type CalendarEntryModifier and TypeMethodDescriptionorg.alfresco.query.PagingResults<CalendarEntry>CalendarServiceImpl.listCalendarEntries(String[] siteShortNames, Date from, Date to, org.alfresco.query.PagingRequest paging) org.alfresco.query.PagingResults<CalendarEntry>CalendarServiceImpl.listCalendarEntries(String[] siteShortNames, org.alfresco.query.PagingRequest paging) org.alfresco.query.PagingResults<CalendarEntry>CalendarServiceImpl.listCalendarEntries(String siteShortName, org.alfresco.query.PagingRequest paging) org.alfresco.query.PagingResults<CalendarEntry>CalendarServiceImpl.listOutlookCalendarEntries(String siteShortName, String outlookUID, org.alfresco.query.PagingRequest paging) Methods in org.alfresco.repo.calendar with parameters of type CalendarEntryModifier and TypeMethodDescriptionCalendarServiceImpl.createCalendarEntry(String siteShortName, CalendarEntry entry) voidCalendarServiceImpl.deleteCalendarEntry(CalendarEntry entry) protected static voidCalendarEntryImpl.populate(CalendarEntry entry, Map<QName, Serializable> properties) Populates a Calendar Entry from the given node properties.protected static Map<QName,Serializable> CalendarEntryImpl.toNodeProperties(CalendarEntry entry) Builds up the node properties for a given Calendar Entry Doesn't handle tags, those must be done in the service itself.CalendarServiceImpl.updateCalendarEntry(CalendarEntry entry) -
Uses of CalendarEntry in org.alfresco.repo.calendar.cannedqueries
Methods in org.alfresco.repo.calendar.cannedqueries that return types with arguments of type CalendarEntryModifier and TypeMethodDescriptionorg.alfresco.query.CannedQuery<CalendarEntry>GetCalendarEntriesCannedQueryFactory.getCannedQuery(org.alfresco.query.CannedQueryParameters parameters) org.alfresco.query.CannedQuery<CalendarEntry>GetCalendarEntriesCannedQueryFactory.getCannedQuery(NodeRef[] containerNodes, Date fromDate, Date toDate, org.alfresco.query.PagingRequest pagingReq) protected List<CalendarEntry>GetCalendarEntriesCannedQuery.queryAndFilter(org.alfresco.query.CannedQueryParameters parameters) Constructor parameters in org.alfresco.repo.calendar.cannedqueries with type arguments of type CalendarEntryModifierConstructorDescriptionGetCalendarEntriesCannedQuery(CannedQueryDAO cannedQueryDAO, NodeService nodeService, TaggingService taggingService, MethodSecurityBean<CalendarEntry> methodSecurity, org.alfresco.query.CannedQueryParameters params) -
Uses of CalendarEntry in org.alfresco.service.cmr.calendar
Classes in org.alfresco.service.cmr.calendar that implement CalendarEntryModifier and TypeClassDescriptionclassThis class represents an event in a calendar.Methods in org.alfresco.service.cmr.calendar that return CalendarEntryModifier and TypeMethodDescriptionCalendarService.createCalendarEntry(String siteShortName, CalendarEntry entry) Stores a newCalendarEntryinto the given site.CalendarService.getCalendarEntry(String siteShortName, String entryName) Retrieves an existingCalendarEntryfrom the repositoryCalendarService.updateCalendarEntry(CalendarEntry entry) Updates an existingCalendarEntryin the repository.Methods in org.alfresco.service.cmr.calendar that return types with arguments of type CalendarEntryModifier and TypeMethodDescriptionorg.alfresco.query.PagingResults<CalendarEntry>CalendarService.listCalendarEntries(String[] siteShortNames, Date from, Date to, org.alfresco.query.PagingRequest paging) Retrieves allCalendarEntryinstances in the repository for the given sites, between the specified date range.org.alfresco.query.PagingResults<CalendarEntry>CalendarService.listCalendarEntries(String[] siteShortNames, org.alfresco.query.PagingRequest paging) Retrieves allCalendarEntryinstances in the repository for the given sites.org.alfresco.query.PagingResults<CalendarEntry>CalendarService.listCalendarEntries(String siteShortName, org.alfresco.query.PagingRequest paging) Retrieves allCalendarEntryinstances in the repository for the given site.org.alfresco.query.PagingResults<CalendarEntry>CalendarService.listOutlookCalendarEntries(String siteShortName, String outlookUID, org.alfresco.query.PagingRequest paging) Retrieves all Outlook basedCalendarEntryinstances in the repository for the given site, optionally filtered by the Outlook Event UID.Methods in org.alfresco.service.cmr.calendar with parameters of type CalendarEntryModifier and TypeMethodDescriptionCalendarService.createCalendarEntry(String siteShortName, CalendarEntry entry) Stores a newCalendarEntryinto the given site.voidCalendarService.deleteCalendarEntry(CalendarEntry entry) Deletes an existingCalendarEntryfrom the repositoryCalendarRecurrenceHelper.extractRecurrenceRule(CalendarEntry entry) Returns the parsed calendar recurrence rule WARNING - Alfresco use only.CalendarRecurrenceHelper.getRecurrencesOnOrAfter(CalendarEntry entry, Date onOrAfter, Date until, boolean firstOnly, Set<Date> ignoredDates) For the given Calendar Entry, return its subsequent Recurrence on or after the specified date, until the given limit.static booleanCalendarEntryDTO.isAllDay(CalendarEntry entry) Does the givenCalendarEntrydefine an all-day event? An All Day Event is defined as one starting at midnight on a day, and ending at midnight.CalendarService.updateCalendarEntry(CalendarEntry entry) Updates an existingCalendarEntryin the repository.