Modifier and Type | Field and Description |
---|---|
static java.lang.Class<EventScoreRecord> |
EventScoreRecordDB.clazz |
Modifier and Type | Method and Description |
---|---|
static EventScoreRecord |
EventScoreRecordDB.getUniqueRecord(java.lang.Long userId,
java.lang.Long eventId) |
static EventScoreRecord |
EventScoreRecordDB.load(java.lang.Long id) |
Modifier and Type | Method and Description |
---|---|
static com.google.api.server.spi.response.CollectionResponse<EventScoreRecord> |
EventScoreRecordDB.listScoreByEventId(java.lang.Long id,
java.lang.String cursor,
java.lang.Integer limit) |
Modifier and Type | Method and Description |
---|---|
EntityResponse<EventScoreRecord> |
EventEndpoint.getMyEventScoreRecord(java.lang.Long userId,
java.lang.Long eventId) |
EntityCollectionResponse<EventScoreRecord> |
EventEndpoint.listEventScoreRecord(java.lang.Integer limit,
java.lang.String cursor,
java.lang.Long eventId) |
Modifier and Type | Method and Description |
---|---|
DefaultResponse |
EventEndpoint.saveEventScore(EventScoreRecord record) |
Modifier and Type | Method and Description |
---|---|
EntityResponse<EventScoreRecord> |
AppEndpoint.getMyEventScoreRecord(java.lang.Long userId,
java.lang.Long eventId) |
EntityCollectionResponse<EventScoreRecord> |
AppEndpoint.listEventScoreRecord(java.lang.Integer limit,
java.lang.String cursor,
java.lang.Long eventId) |
Modifier and Type | Method and Description |
---|---|
DefaultResponse |
AppEndpoint.saveEventScore(EventScoreRecord record) |
Modifier and Type | Method and Description |
---|---|
EntityResponse<EventScoreRecord> |
AppEndpoint.getMyEventScoreRecord(java.lang.Long userId,
java.lang.Long eventId) |
EntityCollectionResponse<EventScoreRecord> |
AppEndpoint.listEventScoreRecord(java.lang.Integer limit,
java.lang.String cursor,
java.lang.Long eventId) |
Modifier and Type | Method and Description |
---|---|
DefaultResponse |
AppEndpoint.saveEventScore(EventScoreRecord record) |
Modifier and Type | Method and Description |
---|---|
EntityResponse<EventScoreRecord> |
AppEndpoint.getMyEventScoreRecord(java.lang.Long userId,
java.lang.Long eventId) |
EntityCollectionResponse<EventScoreRecord> |
AppEndpoint.listEventScoreRecord(java.lang.Integer limit,
java.lang.String cursor,
java.lang.Long eventId) |
Modifier and Type | Method and Description |
---|---|
DefaultResponse |
AppEndpoint.saveEventScore(EventScoreRecord record) |
Modifier and Type | Method and Description |
---|---|
EntityResponse<EventScoreRecord> |
AppEndpoint.getMyEventScoreRecord(java.lang.Long userId,
java.lang.Long eventId) |
EntityCollectionResponse<EventScoreRecord> |
AppEndpoint.listEventScoreRecord(java.lang.Integer limit,
java.lang.String cursor,
java.lang.Long eventId) |
Modifier and Type | Method and Description |
---|---|
DefaultResponse |
AppEndpoint.saveEventScore(EventScoreRecord record) |