public interface DBManVetoHandlerI
Implementations of this interface are responsible for checking access rights and potentially preventing certain database operations from being executed based on user permissions or other business rules.
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
$0 |
| Modifier and Type | Method and Description |
|---|---|
void |
checkCreateRightForSavingOfTransaction(Transaction tx)
Checks if the current user has the necessary rights to create the objects within the given transaction.
|
void |
checkUpdateAndDeleteRightsForSavingOfTransaction(Transaction tx)
Checks if the current user has the necessary rights to update or delete the objects within the given transaction.
|
static final java.lang.String $0
void checkCreateRightForSavingOfTransaction(Transaction tx)
tx - The transaction containing the objects to be created.PermissionNotGrantedException - If the user does not have sufficient rights to create the objects.void checkUpdateAndDeleteRightsForSavingOfTransaction(Transaction tx)
tx - The transaction containing the objects to be updated or deleted.PermissionNotGrantedException - If the user does not have sufficient rights to update or delete the objects.Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.