public class RpService extends Object
| Constructor and Description |
|---|
RpService(ValidationService validationService,
PersistenceService persistenceService,
ConfigurationService configurationService) |
| Modifier and Type | Method and Description |
|---|---|
void |
create(Rp rp) |
Rp |
getRp(String oxdId) |
Rp |
getRpByClientId(String clientId) |
Map<String,Rp> |
getRps() |
void |
load() |
boolean |
remove(String oxdId) |
void |
removeAllRps() |
void |
update(Rp rp) |
void |
updateSilently(Rp rp) |
@Inject public RpService(ValidationService validationService, PersistenceService persistenceService, ConfigurationService configurationService)
public void removeAllRps()
public void load()
public void update(Rp rp) throws IOException
IOExceptionpublic void updateSilently(Rp rp)
public void create(Rp rp) throws IOException
IOExceptionpublic boolean remove(String oxdId)
Copyright © 2018. All rights reserved.