Uses of Class
com.dotmarketing.portlets.events.model.Event

Packages that use Event
com.dotmarketing.portlets.events.factories   
com.dotmarketing.util   
com.dotmarketing.viewtools   
 

Uses of Event in com.dotmarketing.portlets.events.factories
 

Methods in com.dotmarketing.portlets.events.factories that return Event
static Event EventFactory.getEvent(java.lang.String inode)
           
static Event EventFactory.newInstance()
           
 

Methods in com.dotmarketing.portlets.events.factories that return types with arguments of type Event
static java.util.List<Event> EventFactory.getPublicEventsByDateRangeYParent(java.util.Date from, java.util.Date to, java.lang.String calendarCategories, java.lang.String eventCategories, java.lang.String keyword, int maxEvents)
           
 

Methods in com.dotmarketing.portlets.events.factories with parameters of type Event
static void RecuranceFactory.buildRecurringEvents(Recurance r, Event e)
           
static void EventFactory.deleteEvent(Event e)
           
static void EventFactory.deleteEventSeries(Event e)
           
static java.util.List EventFactory.findConflicts(Event e, Facility f)
          Get the list of approved events that are in conflict with a simple event.
static java.util.List EventFactory.findConflicts(Event e, Recurance r, Facility f)
          Get the list of approved events that are in conflict with a recurrent event.
static boolean EventFactory.hasPermissionsOverTheEvent(User user, Event ev)
           
static void EventFactory.sendEmailNotification(Event e, Facility fac, User currentUser, boolean eventChange)
           
 

Uses of Event in com.dotmarketing.util
 

Methods in com.dotmarketing.util with parameters of type Event
static java.lang.String UtilHTML.recuranceToString(Event e, Recurance r)
           
 

Uses of Event in com.dotmarketing.viewtools
 

Methods in com.dotmarketing.viewtools that return Event
 Event EventsWebAPI.getEvent(long eventInode)
           
 Event EventsWebAPI.getEvent(java.lang.String eventInode)
           
 

Methods in com.dotmarketing.viewtools with parameters of type Event
 java.util.List EventsWebAPI.getEventAttachments(Event event)
           
 java.util.HashMap EventsWebAPI.getEventCategories(Event ev)
           
 File EventsWebAPI.getEventImage(Event event)
           
 Recurance EventsWebAPI.getEventRecurance(Event ev)
           
 



Copyright © 2006 Dotmarketing, Inc. All Rights Reserved.