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