com.dotmarketing.portlets.event_registrations.factories
Class WebEventAttendeeFactory
java.lang.Object
com.dotmarketing.portlets.event_registrations.factories.WebEventAttendeeFactory
public class WebEventAttendeeFactory
- extends java.lang.Object
- Author:
- Maru
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebEventAttendeeFactory
public WebEventAttendeeFactory()
getAllWebEventAttendees
public static java.util.List getAllWebEventAttendees()
getAllWebEventAttendees
public static java.util.List getAllWebEventAttendees(java.lang.String orderby)
getWebEventAttendeesByKeyword
public static java.util.List<WebEventAttendee> getWebEventAttendeesByKeyword(java.lang.String keyword)
getWebEventAttendeesByEventRegistration
public static java.util.List<WebEventAttendee> getWebEventAttendeesByEventRegistration(java.util.List<WebEventRegistration> eventsRegistration)
getWebEventRegistration
public static WebEventRegistration getWebEventRegistration(WebEventAttendee webEventAttendee)
getWebEventAttendee
public static WebEventAttendee getWebEventAttendee(long inode)
getWebEventAttendee
public static WebEventAttendee getWebEventAttendee(java.lang.String inode)
newInstance
public static WebEventAttendee newInstance()
saveWebEventAttendee
public static void saveWebEventAttendee(WebEventAttendee WebEventAttendee)
deleteWebEventAttendee
public static void deleteWebEventAttendee(WebEventAttendee WebEventAttendee)
Copyright © 2006 Dotmarketing, Inc. All Rights Reserved.