| Package | Description |
|---|---|
| org.bedework.eventreg.db | |
| org.bedework.eventreg.requests | |
| org.bedework.eventreg.service |
| Modifier and Type | Method and Description |
|---|---|
Registration |
EventregDb.getByid(Long id)
Registrations for a user.
|
Registration |
Change.getRegistration() |
Registration |
EventregDb.getUserRegistration(String eventHref,
String user) |
| Modifier and Type | Method and Description |
|---|---|
List<Registration> |
EventregDb.getAllRegistrations() |
List<Registration> |
EventregDb.getByEvent(String href)
Registrations for an event.
|
List<Registration> |
EventregDb.getByUser(String user)
Registrations for a user.
|
List<Registration> |
EventregDb.getWaiting(String eventHref) |
| Modifier and Type | Method and Description |
|---|---|
int |
Registration.compareTo(Registration that) |
void |
Change.setRegistration(Registration val) |
| Modifier and Type | Method and Description |
|---|---|
Registration |
RegistrationAction.getReg() |
| Constructor and Description |
|---|
RegistrationAction(Registration reg) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
SvcRequestHandler.subscribeNotifications(Registration reg) |
Copyright © 2018 Bedework. All rights reserved.