| Package | Description |
|---|---|
| ch.postfinance.sdk.model | |
| ch.postfinance.sdk.service |
| Modifier and Type | Field and Description |
|---|---|
protected Account |
PaymentContract.account |
protected Account |
Space.account |
protected Account |
Role.account |
protected Account |
Account.parentAccount |
| Modifier and Type | Method and Description |
|---|---|
Account |
PaymentContract.getAccount()
This account that the contract belongs to.
|
Account |
Space.getAccount()
The account that the space belongs to.
|
Account |
Role.getAccount()
The account the role belongs to.
|
Account |
Account.getParentAccount()
The parent account responsible for administering this account.
|
| Modifier and Type | Method and Description |
|---|---|
Account |
AccountService.create(AccountCreate entity)
Create
Creates the entity with the given properties.
|
Account |
AccountService.create(AccountCreate entity,
Map<String,Object> params)
Create
Creates the entity with the given properties.
|
Account |
AccountService.read(Long id)
Read
Reads the entity with the given 'id' and returns it.
|
Account |
AccountService.read(Long id,
Map<String,Object> params)
Read
Reads the entity with the given 'id' and returns it.
|
Account |
AccountService.update(AccountUpdate entity)
Update
This updates the entity with the given properties.
|
Account |
AccountService.update(AccountUpdate entity,
Map<String,Object> params)
Update
This updates the entity with the given properties.
|
| Modifier and Type | Method and Description |
|---|---|
List<Account> |
AccountService.search(EntityQuery query)
Search
Searches for the entities as specified by the given query.
|
List<Account> |
AccountService.search(EntityQuery query,
Map<String,Object> params)
Search
Searches for the entities as specified by the given query.
|
Copyright © 2024. All rights reserved.