Interface AccountInhibitionRpcService
- All Known Implementing Classes:
AccountInhibitionRpcServiceImpl
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
public interface AccountInhibitionRpcService
-
Method Summary
Modifier and TypeMethodDescriptionvoidapplyAccountInhibitionConfiguration(AccountInhibitionConfiguration accountInhibitionModel) getAccountInhibitionConfiguration(UserDto user) getInhibitionState(UserDto user)
-
Method Details
-
getInhibitionState
- Throws:
ServerCallFailedException
-
applyAccountInhibitionConfiguration
void applyAccountInhibitionConfiguration(AccountInhibitionConfiguration accountInhibitionModel) throws ServerCallFailedException - Throws:
ServerCallFailedException
-
getAccountInhibitionConfiguration
AccountInhibitionConfiguration getAccountInhibitionConfiguration(UserDto user) throws ServerCallFailedException - Throws:
ServerCallFailedException
-