public class EventScoreRecordDB extends BaseDAO
Modifier and Type | Field and Description |
---|---|
static java.lang.Class<EventScoreRecord> |
clazz |
Constructor and Description |
---|
EventScoreRecordDB() |
Modifier and Type | Method and Description |
---|---|
static EventScoreRecord |
getUniqueRecord(java.lang.Long userId,
java.lang.Long eventId) |
static com.google.api.server.spi.response.CollectionResponse<EventScoreRecord> |
listScoreByEventId(java.lang.Long id,
java.lang.String cursor,
java.lang.Integer limit) |
static EventScoreRecord |
load(java.lang.Long id) |
buildCollectionResponse, delete, delete, deleteMany, deleteManyNow, getOfy, list, load, load, load, queryDefault, save, saveMany, saveManyNow
public static final java.lang.Class<EventScoreRecord> clazz
public static EventScoreRecord load(java.lang.Long id)
public static com.google.api.server.spi.response.CollectionResponse<EventScoreRecord> listScoreByEventId(java.lang.Long id, java.lang.String cursor, java.lang.Integer limit)
public static EventScoreRecord getUniqueRecord(java.lang.Long userId, java.lang.Long eventId)