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 TypeMethodDescriptionbooleanloadSubstitutionsOf(String username) voidremove(Collection<UserSubstitutionModel> userSubstitutionModels) save(UserSubstitutionModel userSubstitutionModel)
-
Method Details
-
isViewPermitted
boolean isViewPermitted() -
loadSubstitutionsOf
-
remove
-
load
-
save
-