org.richfaces.photoalbum.rest
Class EventRESTService
java.lang.Object
org.richfaces.photoalbum.rest.EventRESTService
@RequestScoped
public class EventRESTService
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventRESTService
public EventRESTService()
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)
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.