Modifier and Type | Field and Description |
---|---|
static java.lang.Class<Event> |
EventDB.clazz |
Modifier and Type | Method and Description |
---|---|
static Event |
EventDB.load(java.lang.Long id) |
static Event |
EventDB.save(Event event) |
Modifier and Type | Method and Description |
---|---|
static com.google.api.server.spi.response.CollectionResponse<Event> |
EventDB.defaultLoad(java.lang.String cursor,
java.lang.Integer limit) |
static java.util.List<Event> |
EventDB.listByBCard(java.lang.Long id) |
static com.google.api.server.spi.response.CollectionResponse<Event> |
EventDB.listEventByBCardId(java.lang.Long id,
java.lang.String cursor,
java.lang.Integer limit) |
static com.google.api.server.spi.response.CollectionResponse<Event> |
EventDB.listEventByBCardIdApp(java.lang.Long id,
java.lang.String cursor,
java.lang.Integer limit,
AppEnum app) |
static com.google.api.server.spi.response.CollectionResponse<Event> |
EventDB.listEventByCategory(java.lang.String category,
java.lang.String cursor,
java.lang.Integer limit) |
static com.google.api.server.spi.response.CollectionResponse<Event> |
EventDB.listEventByCategory(java.lang.String category,
java.lang.String cursor,
java.lang.Integer limit,
AppEnum app) |
static java.util.List<Event> |
EventDB.listEventByUserId(java.lang.Long id) |
static com.google.api.server.spi.response.CollectionResponse<Event> |
EventDB.listEventByUserId(java.lang.Long id,
java.lang.String cursor,
java.lang.Integer limit) |
static java.util.List<Event> |
EventDB.listEventByUserIdAndApp(java.lang.Long id,
AppEnum appEnum) |
Modifier and Type | Method and Description |
---|---|
static Event |
EventDB.save(Event event) |
Modifier and Type | Method and Description |
---|---|
EntityResponse<Event> |
EventEndpoint.getEventById(java.lang.Long id) |
EntityCollectionResponse<Event> |
EventEndpoint.getEventsByBCardId(java.lang.Integer limit,
java.lang.String cursor,
java.lang.Long id) |
EntityCollectionResponse<Event> |
EventEndpoint.getEventsByCategory(java.lang.Integer limit,
java.lang.String cursor,
CategoryEventEnum category) |
EntityResponse<Event> |
EventEndpoint.saveEvent(Event event) |
EntityResponse<Event> |
EventEndpoint.updateEvent(Event event) |
Modifier and Type | Method and Description |
---|---|
EntityResponse<Event> |
EventEndpoint.saveEvent(Event event) |
EntityResponse<Event> |
EventEndpoint.updateEvent(Event event) |
Modifier and Type | Method and Description |
---|---|
EntityResponse<Event> |
AppEndpoint.getEventById(java.lang.Long id) |
EntityCollectionResponse<Event> |
AppEndpoint.getEventsByBCardId(java.lang.Integer limit,
java.lang.String cursor,
java.lang.Long id) |
EntityCollectionResponse<Event> |
AppEndpoint.getEventsByCategory(java.lang.Integer limit,
java.lang.String cursor,
CategoryEventEnum category) |
EntityResponse<Event> |
AppEndpoint.saveEvent(Event event)
Event
|
EntityResponse<Event> |
AppEndpoint.updateEvent(Event event) |
Modifier and Type | Method and Description |
---|---|
EntityResponse<Event> |
AppEndpoint.saveEvent(Event event)
Event
|
EntityResponse<Event> |
AppEndpoint.updateEvent(Event event) |
Modifier and Type | Method and Description |
---|---|
EntityResponse<Event> |
AppEndpoint.getEventById(java.lang.Long id) |
EntityCollectionResponse<Event> |
AppEndpoint.getEventsByBCardId(java.lang.Integer limit,
java.lang.String cursor,
java.lang.Long id) |
EntityCollectionResponse<Event> |
AppEndpoint.getEventsByCategory(java.lang.Integer limit,
java.lang.String cursor,
CategoryEventEnum category) |
EntityResponse<Event> |
AppEndpoint.saveEvent(Event event)
Event
|
EntityResponse<Event> |
AppEndpoint.updateEvent(Event event) |
Modifier and Type | Method and Description |
---|---|
EntityResponse<Event> |
AppEndpoint.saveEvent(Event event)
Event
|
EntityResponse<Event> |
AppEndpoint.updateEvent(Event event) |
Modifier and Type | Method and Description |
---|---|
EntityResponse<Event> |
AppEndpoint.getEventById(java.lang.Long id) |
EntityCollectionResponse<Event> |
AppEndpoint.getEventsByBCardId(java.lang.Integer limit,
java.lang.String cursor,
java.lang.Long id) |
EntityCollectionResponse<Event> |
AppEndpoint.getEventsByCategory(java.lang.Integer limit,
java.lang.String cursor,
CategoryEventEnum category) |
EntityResponse<Event> |
AppEndpoint.saveEvent(Event event)
Event
|
EntityResponse<Event> |
AppEndpoint.updateEvent(Event event) |
Modifier and Type | Method and Description |
---|---|
EntityResponse<Event> |
AppEndpoint.saveEvent(Event event)
Event
|
EntityResponse<Event> |
AppEndpoint.updateEvent(Event event) |
Modifier and Type | Method and Description |
---|---|
EntityResponse<Event> |
AppEndpoint.getEventById(java.lang.Long id) |
EntityCollectionResponse<Event> |
AppEndpoint.getEventsByBCardId(java.lang.Integer limit,
java.lang.String cursor,
java.lang.Long id) |
EntityCollectionResponse<Event> |
AppEndpoint.getEventsByCategory(java.lang.Integer limit,
java.lang.String cursor,
CategoryEventEnum category) |
EntityResponse<Event> |
AppEndpoint.saveEvent(Event event)
Event
|
EntityResponse<Event> |
AppEndpoint.updateEvent(Event event) |
Modifier and Type | Method and Description |
---|---|
EntityResponse<Event> |
AppEndpoint.saveEvent(Event event)
Event
|
EntityResponse<Event> |
AppEndpoint.updateEvent(Event event) |
Constructor and Description |
---|
Invite(BCard bCard,
Event event,
InviteTypeEnum type) |
Modifier and Type | Method and Description |
---|---|
Event |
CompleteEvent.getEvent() |
Modifier and Type | Method and Description |
---|---|
void |
CompleteEvent.setEvent(Event event) |
Constructor and Description |
---|
CompleteEvent(Event event,
EventScore eventScore) |
Modifier and Type | Method and Description |
---|---|
Event |
BusinessBCard.getEvent() |
Modifier and Type | Method and Description |
---|---|
void |
BusinessBCard.setEvent(Event event) |
Constructor and Description |
---|
BusinessBCard(BCard bCard,
Business business,
Event event) |
Modifier and Type | Method and Description |
---|---|
Event |
ConektaPayment.getEvent() |
Modifier and Type | Method and Description |
---|---|
void |
ConektaPayment.setEvent(Event event) |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
UrlFormatUtil.buildEventUrl(Event e) |