Interface UserParentProvider
- All Known Implementing Classes:
UserParentProviderImpl
Represents a user-parent relationship in the MurmelAPI.
This interface is used to define the operations that can be performed on user-parent relationships. It is a marker interface and does not contain any methods.
The UserParentProviderImpl interface extends this interface to provide additional functionality.
-
Method Summary
-
Method Details
-
closeCache
void closeCache() -
refreshCache
void refreshCache() -
getParent
-
getParents
-
add
-
remove
int remove(int userId, int parentId) -
clear
int clear(int userId) -
update
-
loadExpired
int loadExpired()
-