| Package | Description |
|---|---|
| ch.postfinance.sdk.model | |
| ch.postfinance.sdk.service |
| Modifier and Type | Field and Description |
|---|---|
protected Space |
SpaceView.space |
| Modifier and Type | Method and Description |
|---|---|
Space |
SpaceView.getSpace()
The space to which the view belongs to.
|
| Modifier and Type | Method and Description |
|---|---|
Space |
SpaceService.create(SpaceCreate entity)
Create
Creates the entity with the given properties.
|
Space |
SpaceService.create(SpaceCreate entity,
Map<String,Object> params)
Create
Creates the entity with the given properties.
|
Space |
SpaceService.read(Long id)
Read
Reads the entity with the given 'id' and returns it.
|
Space |
SpaceService.read(Long id,
Map<String,Object> params)
Read
Reads the entity with the given 'id' and returns it.
|
Space |
SpaceService.update(SpaceUpdate entity)
Update
This updates the entity with the given properties.
|
Space |
SpaceService.update(SpaceUpdate entity,
Map<String,Object> params)
Update
This updates the entity with the given properties.
|
| Modifier and Type | Method and Description |
|---|---|
List<Space> |
SpaceService.search(EntityQuery query)
Search
Searches for the entities as specified by the given query.
|
List<Space> |
SpaceService.search(EntityQuery query,
Map<String,Object> params)
Search
Searches for the entities as specified by the given query.
|
Copyright © 2022. All rights reserved.