Package | Description |
---|---|
com.maplander.database | |
com.maplander.endpoints | |
com.maplander.endpoints.app | |
com.maplander.endpoints.sneza | |
com.maplander.endpoints.snl | |
com.maplander.endpoints.vecinoshop |
Modifier and Type | Method and Description |
---|---|
static Wallet |
WalletDB.load(java.lang.Long id) |
static Wallet |
WalletDB.save(Wallet wallet) |
Modifier and Type | Method and Description |
---|---|
static com.google.api.server.spi.response.CollectionResponse<Wallet> |
WalletDB.collectionDefault(java.lang.Integer limit,
java.lang.String cursor) |
static com.google.cloud.datastore.QueryResults<Wallet> |
WalletDB.iteratorDefault(java.lang.Integer limit,
java.lang.String cursor) |
static com.googlecode.objectify.cmd.Query<Wallet> |
WalletDB.queryDefault(java.lang.Integer limit,
java.lang.String cursor) |
static java.util.List<Wallet> |
WalletDB.walletByUser(java.lang.Long userId) |
Modifier and Type | Method and Description |
---|---|
static void |
WalletDB.delete(Wallet wallet) |
static Wallet |
WalletDB.save(Wallet wallet) |
static boolean |
WalletDB.walletExist(Wallet wallet) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Wallet> |
CardEndpoint.getWallet(java.lang.Long userId) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Wallet> |
AppEndpoint.getWallet(java.lang.Long userId) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Wallet> |
AppEndpoint.getWallet(java.lang.Long userId) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Wallet> |
AppEndpoint.getWallet(java.lang.Long userId) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Wallet> |
AppEndpoint.getWallet(java.lang.Long userId) |