public interface UboDeclarationApi
| Modifier and Type | Method and Description |
|---|---|
UboDeclaration |
create(java.lang.String userId)
Creates a new UBO Declaration for an user.
|
Ubo |
createUbo(java.lang.String userId,
java.lang.String uboDeclarationId,
Ubo ubo) |
UboDeclaration |
get(java.lang.String uboDeclarationId) |
UboDeclaration |
get(java.lang.String userId,
java.lang.String uboDeclarationId)
Gets an UBO Declaration
|
java.util.List<UboDeclaration> |
getAll(java.lang.String userId,
Pagination pagination,
Sorting sort) |
Ubo |
getUbo(java.lang.String userId,
java.lang.String uboDeclarationId,
java.lang.String uboId) |
UboDeclaration |
submitForValidation(java.lang.String userId,
java.lang.String uboDeclarationId)
Updates an UBO Declaration with the status
VALIDATION_ASKED. |
Ubo |
updateUbo(java.lang.String userId,
java.lang.String uboDeclarationId,
Ubo ubo) |
UboDeclaration create(java.lang.String userId) throws java.lang.Exception
userId - ID of the userjava.lang.Exceptionjava.util.List<UboDeclaration> getAll(java.lang.String userId, Pagination pagination, Sorting sort) throws java.lang.Exception
java.lang.ExceptionUboDeclaration get(java.lang.String userId, java.lang.String uboDeclarationId) throws java.lang.Exception
userId - ID of the useruboDeclarationId - ID of the UboDeclarationjava.lang.ExceptionUbo createUbo(java.lang.String userId, java.lang.String uboDeclarationId, Ubo ubo) throws java.lang.Exception
userId - ID of the userubo - UbouboDeclarationId - ID of the UboDeclarationjava.lang.ExceptionUbo updateUbo(java.lang.String userId, java.lang.String uboDeclarationId, Ubo ubo) throws java.lang.Exception
userId - ID of the useruboDeclarationId - ID of the UboDeclarationubo - Ubojava.lang.ExceptionUbo getUbo(java.lang.String userId, java.lang.String uboDeclarationId, java.lang.String uboId) throws java.lang.Exception
userId - ID of the useruboDeclarationId - ID of the UboDeclarationuboId - ID of the Ubojava.lang.ExceptionUboDeclaration submitForValidation(java.lang.String userId, java.lang.String uboDeclarationId) throws java.lang.Exception
VALIDATION_ASKED.userId - ID of the userjava.lang.ExceptionUboDeclaration get(java.lang.String uboDeclarationId) throws java.lang.Exception
java.lang.Exception