public class BusinessScoreRecordDB extends BaseDAO
Modifier and Type | Field and Description |
---|---|
static java.lang.Class<BusinessScoreRecord> |
clazz |
Constructor and Description |
---|
BusinessScoreRecordDB() |
Modifier and Type | Method and Description |
---|---|
static BusinessScoreRecord |
getUniqueRecord(java.lang.Long userId,
java.lang.Long businessId) |
static com.google.api.server.spi.response.CollectionResponse<BusinessScoreRecord> |
listScoreByBusinessId(java.lang.Long id,
java.lang.String cursor,
java.lang.Integer limit) |
static BusinessScoreRecord |
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<BusinessScoreRecord> clazz
public static BusinessScoreRecord load(java.lang.Long id)
public static com.google.api.server.spi.response.CollectionResponse<BusinessScoreRecord> listScoreByBusinessId(java.lang.Long id, java.lang.String cursor, java.lang.Integer limit)
public static BusinessScoreRecord getUniqueRecord(java.lang.Long userId, java.lang.Long businessId)