public class BCardDBNew extends BaseDAO
Constructor and Description |
---|
BCardDBNew() |
Modifier and Type | Method and Description |
---|---|
static com.google.api.server.spi.response.CollectionResponse<BCard> |
getCollectionByUserId(java.lang.Long userId,
java.lang.Integer limit,
java.lang.String cursor) |
static com.google.api.server.spi.response.CollectionResponse<BCard> |
listBCardByAppId(java.lang.Long appId,
java.lang.Integer limit,
java.lang.String cursor) |
static java.util.List<BCard> |
listBCardByUserIdAndApp(java.lang.Long id,
AppEnum appEnum) |
buildCollectionResponse, delete, delete, deleteMany, deleteManyNow, getOfy, list, load, load, load, queryDefault, save, saveMany, saveManyNow
public static final java.lang.Class<BCard> clazz
public static com.google.api.server.spi.response.CollectionResponse<BCard> getCollectionByUserId(java.lang.Long userId, java.lang.Integer limit, java.lang.String cursor)
public static java.util.List<BCard> listBCardByUserIdAndApp(java.lang.Long id, AppEnum appEnum)
public static com.google.api.server.spi.response.CollectionResponse<BCard> listBCardByAppId(java.lang.Long appId, java.lang.Integer limit, java.lang.String cursor)