Modifier and Type | Field and Description |
---|---|
static java.lang.Class<UserApp> |
UserAppDB.clazz |
Modifier and Type | Method and Description |
---|---|
static UserApp |
UserAppDB.load(java.lang.Long id) |
static UserApp |
UserAppDB.loadByEmail(java.lang.String email,
AppEnum app) |
static UserApp |
UserAppDB.loadByUserId(java.lang.Long userId,
AppEnum app) |
Modifier and Type | Method and Description |
---|---|
static com.google.api.server.spi.response.CollectionResponse<UserApp> |
UserAppDB.list(AppEnum app,
java.lang.String cursor,
java.lang.Integer limit) |
Modifier and Type | Method and Description |
---|---|
EntityCollectionResponse<UserApp> |
CronEndpoint.updateUserApp(java.lang.String cursor,
java.lang.Integer limit) |
Modifier and Type | Method and Description |
---|---|
EntityResponse<UserApp> |
AdminAppEndpoint.changeStatusAppUser(java.lang.Long appUserId,
int status) |
com.google.api.server.spi.response.CollectionResponse<UserApp> |
AppEndpoint.listUserApp(java.lang.String cursor,
java.lang.Integer limit) |
Modifier and Type | Method and Description |
---|---|
EntityResponse<UserApp> |
AdminAppEndpoint.changeStatusAppUser(java.lang.Long appUserId,
int status) |
com.google.api.server.spi.response.CollectionResponse<UserApp> |
AppEndpoint.listUserApp(java.lang.String cursor,
java.lang.Integer limit) |
Modifier and Type | Method and Description |
---|---|
EntityResponse<UserApp> |
AdminAppEndpoint.changeStatusAppUser(java.lang.Long appUserId,
int status) |
com.google.api.server.spi.response.CollectionResponse<UserApp> |
AppEndpoint.listUserApp(java.lang.String cursor,
java.lang.Integer limit) |
Modifier and Type | Method and Description |
---|---|
EntityResponse<UserApp> |
AdminAppEndpoint.changeStatusAppUser(java.lang.Long appUserId,
int status) |
com.google.api.server.spi.response.CollectionResponse<UserApp> |
AppEndpoint.listUserApp(java.lang.String cursor,
java.lang.Integer limit) |
Constructor and Description |
---|
AppleUser(java.lang.String appleId,
AppEnum app,
UserApp user) |