| Package | Description |
|---|---|
| ch.postfinance.sdk.model | |
| ch.postfinance.sdk.service |
| Modifier and Type | Field and Description |
|---|---|
protected Account |
Space.account |
protected Account |
Role.account |
protected Account |
PaymentContract.account |
protected Account |
Account.parentAccount |
protected Account |
HumanUser.primaryAccount |
protected Account |
ApplicationUser.primaryAccount |
| Modifier and Type | Method and Description |
|---|---|
Account |
Space.getAccount()
The account to which the space belongs to.
|
Account |
Role.getAccount()
The account to which this role belongs to.
|
Account |
PaymentContract.getAccount() |
Account |
Account.getParentAccount()
The account which is responsible for administering the account.
|
Account |
HumanUser.getPrimaryAccount()
The primary account links the user to a specific account.
|
Account |
ApplicationUser.getPrimaryAccount()
The account that this user is associated with.
|
| 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 © 2022. All rights reserved.