com.dotmarketing.viewtools
Class WebEventsWebAPI

java.lang.Object
  extended by com.dotmarketing.viewtools.WebEventsWebAPI

public class WebEventsWebAPI
extends java.lang.Object


Constructor Summary
WebEventsWebAPI()
           
 
Method Summary
 java.lang.String dateToPrettyHTMLDate(java.util.Date x)
           
 java.lang.String getContactOrganizationTitle(WebEventRegistration registration)
           
 java.util.List<java.lang.String> getCreditCardTypes()
           
 java.lang.String getEventDateRange(java.util.Date date1, java.util.Date date2)
           
 float getEventLocationPrice(WebEventLocation loc)
           
 java.lang.String getHotelLinkURL(long linkInode)
           
 java.lang.String getPastEventLinkURL(long linkInode)
           
 java.util.List getPastWebEventLocationsPerEvent(WebEvent event)
           
 java.util.List getPastWebEvents()
           
 java.util.List<java.util.Map> getPaymentMethods()
           
 java.util.List<java.util.Map> getPaymentMethods(boolean institute)
           
 WebEventRegistration getRegistration(java.lang.String registrationInode)
           
 java.util.List<WebEventAttendee> getRegistrationAttendees(WebEventRegistration reg)
           
 java.util.HashMap getRegistrationStatus()
           
 java.util.List getUpcomingWebEventLocationsPerEvent(WebEvent event)
           
 java.util.List getUpcomingWebEvents()
           
 java.util.List getUpcomingWebEvents(boolean institute)
           
 WebEvent getWebEvent(long inode)
           
 WebEvent getWebEvent(java.lang.String inode)
           
 java.util.List getWebEventFiles(WebEvent e)
           
 WebEventLocation getWebEventLocation(long inode)
           
 WebEventLocation getWebEventLocation(java.lang.String inode)
           
 java.util.List getWebEventLocationsPerEvent(long eventInode)
           
 java.util.List getWebEventLocationsPerEvent(java.lang.String eventInode)
           
 java.util.List getWebEventLocationsPerEvent(WebEvent event)
           
 java.util.List<WebEventRegistration> getWebEventRegistrationByUser(java.lang.String userId)
           
 java.util.List<WebEventRegistration> getWebEventRegistrationByUserInode(java.lang.String inode)
           
 void init(HttpServletRequest req, HttpServletResponse response)
           
 void init(java.lang.Object obj)
           
 boolean isEventLocationAlmostAtCapacity(WebEventLocation loc)
           
 java.lang.String valueOfStatus(java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebEventsWebAPI

public WebEventsWebAPI()
Method Detail

init

public void init(java.lang.Object obj)

init

public void init(HttpServletRequest req,
                 HttpServletResponse response)

getWebEvent

public WebEvent getWebEvent(java.lang.String inode)

getWebEventLocation

public WebEventLocation getWebEventLocation(java.lang.String inode)

getWebEvent

public WebEvent getWebEvent(long inode)

getWebEventFiles

public java.util.List getWebEventFiles(WebEvent e)

getWebEventLocation

public WebEventLocation getWebEventLocation(long inode)

getWebEventLocationsPerEvent

public java.util.List getWebEventLocationsPerEvent(java.lang.String eventInode)

getWebEventLocationsPerEvent

public java.util.List getWebEventLocationsPerEvent(long eventInode)

getWebEventLocationsPerEvent

public java.util.List getWebEventLocationsPerEvent(WebEvent event)

getUpcomingWebEventLocationsPerEvent

public java.util.List getUpcomingWebEventLocationsPerEvent(WebEvent event)

getPastWebEventLocationsPerEvent

public java.util.List getPastWebEventLocationsPerEvent(WebEvent event)

getUpcomingWebEvents

public java.util.List getUpcomingWebEvents()

getUpcomingWebEvents

public java.util.List getUpcomingWebEvents(boolean institute)

getPastWebEvents

public java.util.List getPastWebEvents()

getEventLocationPrice

public float getEventLocationPrice(WebEventLocation loc)

isEventLocationAlmostAtCapacity

public boolean isEventLocationAlmostAtCapacity(WebEventLocation loc)

getRegistration

public WebEventRegistration getRegistration(java.lang.String registrationInode)

getRegistrationAttendees

public java.util.List<WebEventAttendee> getRegistrationAttendees(WebEventRegistration reg)

getHotelLinkURL

public java.lang.String getHotelLinkURL(long linkInode)

getPastEventLinkURL

public java.lang.String getPastEventLinkURL(long linkInode)

getEventDateRange

public java.lang.String getEventDateRange(java.util.Date date1,
                                          java.util.Date date2)

getPaymentMethods

public java.util.List<java.util.Map> getPaymentMethods(boolean institute)

getPaymentMethods

public java.util.List<java.util.Map> getPaymentMethods()

getCreditCardTypes

public java.util.List<java.lang.String> getCreditCardTypes()

getWebEventRegistrationByUser

public java.util.List<WebEventRegistration> getWebEventRegistrationByUser(java.lang.String userId)

getWebEventRegistrationByUserInode

public java.util.List<WebEventRegistration> getWebEventRegistrationByUserInode(java.lang.String inode)

getRegistrationStatus

public java.util.HashMap getRegistrationStatus()

valueOfStatus

public java.lang.String valueOfStatus(java.lang.Object value)

dateToPrettyHTMLDate

public java.lang.String dateToPrettyHTMLDate(java.util.Date x)

getContactOrganizationTitle

public java.lang.String getContactOrganizationTitle(WebEventRegistration registration)


Copyright © 2006 Dotmarketing, Inc. All Rights Reserved.