public class AccountEndpoint
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.util.logging.Logger |
log |
Constructor and Description |
---|
AccountEndpoint() |
Modifier and Type | Method and Description |
---|---|
BCardResponse |
getBCard(java.lang.Long id) |
UserResponse |
getUser(java.lang.Long id) |
EntityCollectionResponse<BCardLite> |
queryBCardWithFilters(java.lang.Integer limit,
java.lang.String cursor,
Filter filter) |
com.google.api.server.spi.response.CollectionResponse<MyBCard> |
searchInBCard(java.lang.String word,
java.lang.String cursor,
java.lang.Integer limit) |
UserResponse |
signInUser(java.lang.String email,
java.lang.String password,
java.lang.String token,
DeviceTypeEnum type) |
BCardResponse |
updateBCard(BCard card) |
UserResponse |
updateUser(User user) |
public UserResponse signInUser(java.lang.String email, java.lang.String password, java.lang.String token, DeviceTypeEnum type)
public com.google.api.server.spi.response.CollectionResponse<MyBCard> searchInBCard(java.lang.String word, java.lang.String cursor, java.lang.Integer limit)
public EntityCollectionResponse<BCardLite> queryBCardWithFilters(java.lang.Integer limit, java.lang.String cursor, Filter filter)
public BCardResponse getBCard(java.lang.Long id)
public BCardResponse updateBCard(BCard card)
public UserResponse getUser(java.lang.Long id)
public UserResponse updateUser(User user)