Package io.meeds.notes.service
Class NotePageViewService
java.lang.Object
io.meeds.notes.service.NotePageViewService
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionNotePageViewService(NoteService noteService, WikiService noteBookService, io.meeds.social.cms.service.CMSService cmsService) -
Method Summary
Modifier and TypeMethodDescriptiongetNotePage(String name, String lang, org.exoplatform.services.security.Identity currentUserAclIdentity) voidsaveNotePage(String name, String content, String lang, org.exoplatform.services.security.Identity currentUserAclIdentity)
-
Field Details
-
CMS_CONTENT_TYPE
- See Also:
-
-
Constructor Details
-
NotePageViewService
public NotePageViewService(NoteService noteService, WikiService noteBookService, io.meeds.social.cms.service.CMSService cmsService)
-
-
Method Details
-
getNotePage
public Page getNotePage(String name, String lang, org.exoplatform.services.security.Identity currentUserAclIdentity) throws IllegalAccessException - Throws:
IllegalAccessException
-
saveNotePage
public void saveNotePage(String name, String content, String lang, org.exoplatform.services.security.Identity currentUserAclIdentity) throws IllegalAccessException, org.exoplatform.commons.exception.ObjectNotFoundException - Throws:
IllegalAccessExceptionorg.exoplatform.commons.exception.ObjectNotFoundException
-