public interface SdmxMutableRegistrationPersistenceManager
Modifier and Type | Method and Description |
---|---|
void |
deleteRegistration(RegistrationMutableBean registration)
Deletes a registration with the same urn of the passed in Registrations - if any registartions could not be found then an error will NOT be issued, the
registration will be ignored
|
void |
replaceRegistration(RegistrationMutableBean registration)
Replaces any registrations against the provisions that the registrations specify
|
RegistrationMutableBean |
saveRegistration(RegistrationMutableBean registrationBean)
Stores the registration and returns a copy of the stored instance, in mutable form
|
RegistrationMutableBean saveRegistration(RegistrationMutableBean registrationBean)
registrationBean
- void replaceRegistration(RegistrationMutableBean registration)
registration
- void deleteRegistration(RegistrationMutableBean registration)
registration
-