public class CronEndpoint
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.util.logging.Logger |
log |
Constructor and Description |
---|
CronEndpoint() |
Modifier and Type | Method and Description |
---|---|
DefaultResponse |
clearDocument(java.lang.String pass,
java.lang.Integer limit,
java.lang.String cursor) |
DefaultResponse |
clearDocument2(java.lang.String pass,
java.lang.Integer limit,
java.lang.String cursor) |
DefaultResponse |
finishedEvent(java.lang.Integer limit,
java.lang.String cursor) |
com.google.api.server.spi.response.CollectionResponse<java.lang.Long> |
updateBCards(java.lang.String cursor,
java.lang.Integer limit) |
com.google.api.server.spi.response.CollectionResponse<java.lang.Long> |
updateBCardsParams(java.lang.String cursor,
java.lang.Integer limit) |
EntityCollectionResponse<BCard> |
updateCompanyAddress(java.lang.Integer limit,
java.lang.String cursor) |
EntityCollectionResponse<BCard> |
updateDocument(java.lang.Long appId,
java.lang.Integer limit,
java.lang.String cursor) |
EntityCollectionResponse<UserApp> |
updateUserApp(java.lang.String cursor,
java.lang.Integer limit) |
com.google.api.server.spi.response.CollectionResponse<java.lang.Long> |
updateWalletParams(java.lang.String cursor,
java.lang.Integer limit) |
public com.google.api.server.spi.response.CollectionResponse<java.lang.Long> updateBCardsParams(java.lang.String cursor, java.lang.Integer limit)
public EntityCollectionResponse<UserApp> updateUserApp(java.lang.String cursor, java.lang.Integer limit)
public com.google.api.server.spi.response.CollectionResponse<java.lang.Long> updateWalletParams(java.lang.String cursor, java.lang.Integer limit)
public com.google.api.server.spi.response.CollectionResponse<java.lang.Long> updateBCards(java.lang.String cursor, java.lang.Integer limit)
public DefaultResponse clearDocument(java.lang.String pass, java.lang.Integer limit, java.lang.String cursor)
public DefaultResponse clearDocument2(java.lang.String pass, java.lang.Integer limit, java.lang.String cursor)
public DefaultResponse finishedEvent(java.lang.Integer limit, java.lang.String cursor)
public EntityCollectionResponse<BCard> updateDocument(java.lang.Long appId, java.lang.Integer limit, java.lang.String cursor)
public EntityCollectionResponse<BCard> updateCompanyAddress(java.lang.Integer limit, java.lang.String cursor)