Uses of Interface
org.alfresco.service.cmr.calendar.CalendarEntry
-
Packages that use CalendarEntry Package Description org.alfresco.repo.admin.patch.impl org.alfresco.repo.calendar org.alfresco.repo.calendar.cannedqueries org.alfresco.service.cmr.calendar -
-
Uses of CalendarEntry in org.alfresco.repo.admin.patch.impl
Methods in org.alfresco.repo.admin.patch.impl with parameters of type CalendarEntry Modifier and Type Method Description static 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 CalendarEntry Modifier and Type Class Description classCalendarEntryImplMethods in org.alfresco.repo.calendar that return CalendarEntry Modifier and Type Method Description CalendarEntryCalendarServiceImpl. createCalendarEntry(java.lang.String siteShortName, CalendarEntry entry)CalendarEntryCalendarServiceImpl. getCalendarEntry(java.lang.String siteShortName, java.lang.String entryName)CalendarEntryCalendarServiceImpl. updateCalendarEntry(CalendarEntry entry)Methods in org.alfresco.repo.calendar that return types with arguments of type CalendarEntry Modifier and Type Method Description org.alfresco.query.PagingResults<CalendarEntry>CalendarServiceImpl. listCalendarEntries(java.lang.String[] siteShortNames, java.util.Date from, java.util.Date to, org.alfresco.query.PagingRequest paging)org.alfresco.query.PagingResults<CalendarEntry>CalendarServiceImpl. listCalendarEntries(java.lang.String[] siteShortNames, org.alfresco.query.PagingRequest paging)org.alfresco.query.PagingResults<CalendarEntry>CalendarServiceImpl. listCalendarEntries(java.lang.String siteShortName, org.alfresco.query.PagingRequest paging)org.alfresco.query.PagingResults<CalendarEntry>CalendarServiceImpl. listOutlookCalendarEntries(java.lang.String siteShortName, java.lang.String outlookUID, org.alfresco.query.PagingRequest paging)Methods in org.alfresco.repo.calendar with parameters of type CalendarEntry Modifier and Type Method Description CalendarEntryCalendarServiceImpl. createCalendarEntry(java.lang.String siteShortName, CalendarEntry entry)voidCalendarServiceImpl. deleteCalendarEntry(CalendarEntry entry)protected static voidCalendarEntryImpl. populate(CalendarEntry entry, java.util.Map<org.alfresco.service.namespace.QName,java.io.Serializable> properties)Populates a Calendar Entry from the given node properties.protected static java.util.Map<org.alfresco.service.namespace.QName,java.io.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.CalendarEntryCalendarServiceImpl. 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 CalendarEntry Modifier and Type Method Description org.alfresco.query.CannedQuery<CalendarEntry>GetCalendarEntriesCannedQueryFactory. getCannedQuery(org.alfresco.query.CannedQueryParameters parameters)org.alfresco.query.CannedQuery<CalendarEntry>GetCalendarEntriesCannedQueryFactory. getCannedQuery(org.alfresco.service.cmr.repository.NodeRef[] containerNodes, java.util.Date fromDate, java.util.Date toDate, org.alfresco.query.PagingRequest pagingReq)protected java.util.List<CalendarEntry>GetCalendarEntriesCannedQuery. queryAndFilter(org.alfresco.query.CannedQueryParameters parameters)Constructor parameters in org.alfresco.repo.calendar.cannedqueries with type arguments of type CalendarEntry Constructor Description GetCalendarEntriesCannedQuery(CannedQueryDAO cannedQueryDAO, org.alfresco.service.cmr.repository.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 CalendarEntry Modifier and Type Class Description classCalendarEntryDTOThis class represents an event in a calendar.Methods in org.alfresco.service.cmr.calendar that return CalendarEntry Modifier and Type Method Description CalendarEntryCalendarService. createCalendarEntry(java.lang.String siteShortName, CalendarEntry entry)Stores a newCalendarEntryinto the given site.CalendarEntryCalendarService. getCalendarEntry(java.lang.String siteShortName, java.lang.String entryName)Retrieves an existingCalendarEntryfrom the repositoryCalendarEntryCalendarService. updateCalendarEntry(CalendarEntry entry)Updates an existingCalendarEntryin the repository.Methods in org.alfresco.service.cmr.calendar that return types with arguments of type CalendarEntry Modifier and Type Method Description org.alfresco.query.PagingResults<CalendarEntry>CalendarService. listCalendarEntries(java.lang.String[] siteShortNames, java.util.Date from, java.util.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(java.lang.String[] siteShortNames, org.alfresco.query.PagingRequest paging)Retrieves allCalendarEntryinstances in the repository for the given sites.org.alfresco.query.PagingResults<CalendarEntry>CalendarService. listCalendarEntries(java.lang.String siteShortName, org.alfresco.query.PagingRequest paging)Retrieves allCalendarEntryinstances in the repository for the given site.org.alfresco.query.PagingResults<CalendarEntry>CalendarService. listOutlookCalendarEntries(java.lang.String siteShortName, java.lang.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 CalendarEntry Modifier and Type Method Description CalendarEntryCalendarService. createCalendarEntry(java.lang.String siteShortName, CalendarEntry entry)Stores a newCalendarEntryinto the given site.voidCalendarService. deleteCalendarEntry(CalendarEntry entry)Deletes an existingCalendarEntryfrom the repositorystatic java.util.Map<java.lang.String,java.lang.String>CalendarRecurrenceHelper. extractRecurrenceRule(CalendarEntry entry)Returns the parsed calendar recurrence rule WARNING - Alfresco use only.static java.util.List<java.util.Date>CalendarRecurrenceHelper. getRecurrencesOnOrAfter(CalendarEntry entry, java.util.Date onOrAfter, java.util.Date until, boolean firstOnly, java.util.Set<java.util.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.CalendarEntryCalendarService. updateCalendarEntry(CalendarEntry entry)Updates an existingCalendarEntryin the repository.
-