public class AccountServiceImpl extends AbstractService implements AccountService
cbf, em| Constructor and Description |
|---|
AccountServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
create(com.blazebit.weblink.core.model.jpa.Account account) |
void |
delete(long accountId) |
void |
update(com.blazebit.weblink.core.model.jpa.Account account) |
public void create(com.blazebit.weblink.core.model.jpa.Account account)
create in interface AccountServicepublic void update(com.blazebit.weblink.core.model.jpa.Account account)
update in interface AccountServicepublic void delete(long accountId)
delete in interface AccountServiceCopyright © 2018 Blazebit. All Rights Reserved.