| Package | Description | 
|---|---|
| sk.stuba.fiit.perconik.core.persistence | Base interfaces and classes of the core persistence model. | 
| sk.stuba.fiit.perconik.core.persistence.data | Standard implementations of the core persistence model. | 
| Modifier and Type | Method and Description | 
|---|---|
| static <R extends MarkableRegistration & RegistrationMarker<R>> | Registrations. applyRegisteredMark(java.lang.Iterable<R> registrations) | 
| static <R extends MarkableRegistration & RegistrationMarker<R>> | Registrations. markRegistered(java.lang.Iterable<R> registrations,
              boolean status) | 
| static <R extends MarkableRegistration & RegistrationMarker<R>> | Registrations. markRegistered(java.lang.Iterable<R> registrations,
              com.google.common.base.Function<? super R,java.lang.Boolean> function) | 
| static <R extends MarkableRegistration & RegistrationMarker<R>> | Registrations. updateRegisteredMark(java.lang.Iterable<R> registrations) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ListenerPersistenceDataMarkable listener registration with lively updated registration status. | 
| class  | ResourcePersistenceDataMarkable resource registration with lively updated registration status. |