public class UpdateCredentialsRepositoryCommand extends RepositoryCommand<pl.allegro.tech.hermes.domain.CredentialsRepository>
| Constructor and Description |
|---|
UpdateCredentialsRepositoryCommand(pl.allegro.tech.hermes.domain.CredentialsRepository repository,
java.lang.String password) |
| Modifier and Type | Method and Description |
|---|---|
void |
backup(pl.allegro.tech.hermes.domain.CredentialsRepository repository) |
void |
execute(pl.allegro.tech.hermes.domain.CredentialsRepository repository) |
java.lang.Class<pl.allegro.tech.hermes.domain.CredentialsRepository> |
getRepositoryType() |
void |
rollback(pl.allegro.tech.hermes.domain.CredentialsRepository repository) |
public UpdateCredentialsRepositoryCommand(pl.allegro.tech.hermes.domain.CredentialsRepository repository,
java.lang.String password)
public void backup(pl.allegro.tech.hermes.domain.CredentialsRepository repository)
backup in class RepositoryCommand<pl.allegro.tech.hermes.domain.CredentialsRepository>public void execute(pl.allegro.tech.hermes.domain.CredentialsRepository repository)
execute in class RepositoryCommand<pl.allegro.tech.hermes.domain.CredentialsRepository>public void rollback(pl.allegro.tech.hermes.domain.CredentialsRepository repository)
rollback in class RepositoryCommand<pl.allegro.tech.hermes.domain.CredentialsRepository>public java.lang.Class<pl.allegro.tech.hermes.domain.CredentialsRepository> getRepositoryType()
getRepositoryType in class RepositoryCommand<pl.allegro.tech.hermes.domain.CredentialsRepository>