| Package | Description |
|---|---|
| ch.postfinance.sdk.model | |
| ch.postfinance.sdk.service |
| Modifier and Type | Class and Description |
|---|---|
class |
ApplicationUserCreateWithMacKey |
| Modifier and Type | Method and Description |
|---|---|
ApplicationUser |
ApplicationUserService.read(Long id)
Read
Reads the entity with the given 'id' and returns it.
|
ApplicationUser |
ApplicationUserService.read(Long id,
Map<String,Object> params)
Read
Reads the entity with the given 'id' and returns it.
|
ApplicationUser |
ApplicationUserService.update(ApplicationUserUpdate entity)
Update
This updates the entity with the given properties.
|
ApplicationUser |
ApplicationUserService.update(ApplicationUserUpdate entity,
Map<String,Object> params)
Update
This updates the entity with the given properties.
|
| Modifier and Type | Method and Description |
|---|---|
List<ApplicationUser> |
ApplicationUserService.search(EntityQuery query)
Search
Searches for the entities as specified by the given query.
|
List<ApplicationUser> |
ApplicationUserService.search(EntityQuery query,
Map<String,Object> params)
Search
Searches for the entities as specified by the given query.
|
Copyright © 2021. All rights reserved.