public class AccountInhibitionServiceDao extends Dao
| Constructor and Description |
|---|
AccountInhibitionServiceDao(AccountInhibitionRpcServiceAsync accountInhibitionRpcServiceAsync) |
| Modifier and Type | Method and Description |
|---|---|
void |
applyAccountInhibitionConfiguration(AccountInhibitionConfiguration accountInhibitionConfiguration,
<any> callback) |
void |
getAccountInhibitionConfiguration(UserDto user,
<any> callback) |
void |
getInhibitionState(UserDto user,
<any> callback) |
detachDto, detachDtos, registerDto, registerDtoContainer, registerDtoContainer, registerDtospublic AccountInhibitionServiceDao(AccountInhibitionRpcServiceAsync accountInhibitionRpcServiceAsync)
public void getInhibitionState(UserDto user, <any> callback)
public void applyAccountInhibitionConfiguration(AccountInhibitionConfiguration accountInhibitionConfiguration, <any> callback)
public void getAccountInhibitionConfiguration(UserDto user, <any> callback)