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