com.dotmarketing.portlets.event_registrations.factories
Class WebEventAttendeeFactory

java.lang.Object
  extended by com.dotmarketing.portlets.event_registrations.factories.WebEventAttendeeFactory

public class WebEventAttendeeFactory
extends java.lang.Object

Author:
Maru

Constructor Summary
WebEventAttendeeFactory()
           
 
Method Summary
static void deleteWebEventAttendee(WebEventAttendee WebEventAttendee)
           
static java.util.List getAllWebEventAttendees()
           
static java.util.List getAllWebEventAttendees(java.lang.String orderby)
           
static WebEventAttendee getWebEventAttendee(long inode)
           
static WebEventAttendee getWebEventAttendee(java.lang.String inode)
           
static java.util.List<WebEventAttendee> getWebEventAttendeesByEventRegistration(java.util.List<WebEventRegistration> eventsRegistration)
           
static java.util.List<WebEventAttendee> getWebEventAttendeesByKeyword(java.lang.String keyword)
           
static WebEventRegistration getWebEventRegistration(WebEventAttendee webEventAttendee)
           
static WebEventAttendee newInstance()
           
static void saveWebEventAttendee(WebEventAttendee WebEventAttendee)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebEventAttendeeFactory

public WebEventAttendeeFactory()
Method Detail

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.