| Package | Description | 
|---|---|
| com.communote.server.core.user.note | 
| Modifier and Type | Method and Description | 
|---|---|
UserNoteEntityTO | 
UserNoteEntityManagement.findByUserIdNoteId(Long userId,
                  Long noteId)
Get the  
UserNoteEntityTO by the id of the user and note | 
UserNoteEntityTO | 
UserNoteEntityService.getUserNoteEntity(Long noteId)
Gets the  
UserNoteEntityTO for the current user and the note. | 
UserNoteEntityTO | 
UserNoteEntityService.getUserNoteEntity(Long userId,
                 Long noteId)
Gets the  
UserNoteEntityTO for the given user and the given note. | 
UserNoteEntityTO | 
UserNoteTOElementProvider.load(UserNoteTOCacheKey key)
Provides an element identified by the key for caching. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
UserNoteEntityService.updateUserNoteEntity(UserNoteEntityTO userNoteEntityTO)
Update the  
UserNoteEntityTO. | 
void | 
UserNoteEntityManagement.updateUserNoteEntity(UserNoteEntityTO userNoteEntityTO)
Update the backend with the given  
UserNoteEntityTO. | 
| Constructor and Description | 
|---|
UserNoteTOCacheKey(UserNoteEntityTO userNoteEntityTO)  | 
Copyright © 2019 Communote team. All rights reserved.