Uses of Class
com.dotmarketing.portlets.event_registrations.model.WebEventAttendee

Packages that use WebEventAttendee
com.dotmarketing.portlets.event_registrations.factories   
com.dotmarketing.viewtools   
 

Uses of WebEventAttendee in com.dotmarketing.portlets.event_registrations.factories
 

Methods in com.dotmarketing.portlets.event_registrations.factories that return WebEventAttendee
static WebEventAttendee WebEventAttendeeFactory.getWebEventAttendee(long inode)
           
static WebEventAttendee WebEventAttendeeFactory.getWebEventAttendee(java.lang.String inode)
           
static WebEventAttendee WebEventAttendeeFactory.newInstance()
           
 

Methods in com.dotmarketing.portlets.event_registrations.factories that return types with arguments of type WebEventAttendee
static java.util.List<WebEventAttendee> WebEventRegistrationFactory.getEventAttendees(WebEventRegistration eventRegistration)
           
static java.util.List<WebEventAttendee> WebEventRegistrationFactory.getEventAttendees(WebEventRegistrationForm eventRegistrationForm)
           
static java.util.List<WebEventAttendee> WebEventRegistrationFactory.getEventAttendeesByEmail(WebEventRegistration eventRegistration, java.lang.String email)
           
static java.util.List<WebEventAttendee> WebEventRegistrationFactory.getEventAttendeesByRegistratiosList(java.util.List eventRegistrationList)
           
static java.util.List<WebEventAttendee> WebEventAttendeeFactory.getWebEventAttendeesByEventRegistration(java.util.List<WebEventRegistration> eventsRegistration)
           
static java.util.List<WebEventAttendee> WebEventAttendeeFactory.getWebEventAttendeesByKeyword(java.lang.String keyword)
           
 

Methods in com.dotmarketing.portlets.event_registrations.factories with parameters of type WebEventAttendee
static void WebEventAttendeeFactory.deleteWebEventAttendee(WebEventAttendee WebEventAttendee)
           
static WebEventRegistration WebEventAttendeeFactory.getWebEventRegistration(WebEventAttendee webEventAttendee)
           
static void WebEventAttendeeFactory.saveWebEventAttendee(WebEventAttendee WebEventAttendee)
           
 

Uses of WebEventAttendee in com.dotmarketing.viewtools
 

Methods in com.dotmarketing.viewtools that return types with arguments of type WebEventAttendee
 java.util.List<WebEventAttendee> WebEventsWebAPI.getRegistrationAttendees(WebEventRegistration reg)
           
 



Copyright © 2006 Dotmarketing, Inc. All Rights Reserved.