Interface UserSubstitutionPersistence
- All Known Implementing Classes:
DatabaseUserSubstitutionPersistence
public interface UserSubstitutionPersistence
Interface to be implemented by beans that store
UserSubstitutionModel
in a persistent storage.-
Method Summary
Modifier and TypeMethodDescriptionboolean
loadSubstitutionsOf
(String username) void
remove
(Collection<UserSubstitutionModel> userSubstitutionModels) save
(UserSubstitutionModel userSubstitutionModel)
-
Method Details
-
isViewPermitted
boolean isViewPermitted() -
loadSubstitutionsOf
-
remove
-
load
-
save
-