public interface WebContentDAO<T extends WebContentData>
Modifier and Type | Method and Description |
---|---|
T |
create(T webContent,
String parentId,
CoreSession session) |
void |
delete(T webContent,
CoreSession session) |
T |
read(DocumentModel doc,
CoreSession session) |
T |
update(T webContent,
CoreSession session) |
T create(T webContent, String parentId, CoreSession session) throws Exception
Exception
T read(DocumentModel doc, CoreSession session) throws Exception
Exception
T update(T webContent, CoreSession session) throws Exception
Exception
void delete(T webContent, CoreSession session) throws Exception
Exception
Copyright © 2015 Nuxeo SA. All rights reserved.