RichFaces Photoalbum 4.3.5.Final

org.richfaces.photoalbum.rest
Class EventRESTService

java.lang.Object
  extended by org.richfaces.photoalbum.rest.EventRESTService

@RequestScoped
public class EventRESTService
extends Object


Constructor Summary
EventRESTService()
           
 
Method Summary
 javax.ws.rs.core.Response createEvent(Event event)
           
 List<Event> getAllEvents()
           
 Event lookupEventById(long id)
           
 boolean nameAlreadyExists(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventRESTService

public EventRESTService()
Method Detail

getAllEvents

public List<Event> getAllEvents()

lookupEventById

public Event lookupEventById(long id)

createEvent

public javax.ws.rs.core.Response createEvent(Event event)

nameAlreadyExists

public boolean nameAlreadyExists(String name)

RichFaces Photoalbum 4.3.5.Final

Copyright © 2014 JBoss by Red Hat. All Rights Reserved.