public class DialogElementsPropertyManager extends BasicManager
| 限定符和类型 | 字段和说明 |
|---|---|
static java.lang.String |
PROPERTY_NAME |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addDialogElement(CoursePropertyManager coursePropMgr,
CourseNode courseNode,
DialogElement element)
persits a new added dialog element in the course node property
|
void |
addDialogElementAndNotify(CoursePropertyManager coursePropMgr,
CourseNode courseNode,
DialogElement element,
PublishEventTO publishEventTO) |
void |
deleteDialogElement(CoursePropertyManager coursePropMgr,
CourseNode courseNode,
java.lang.Long forumKey)
Deletes a single dialog element which are all in one property stored.
|
void |
deleteProperty(java.lang.Long courseId,
java.lang.String courseNodeId)
Delete the file dialog course node poperty
|
DialogElement |
findDialogElement(CoursePropertyManager coursePropMgr,
CourseNode courseNode,
java.lang.Long forumKey) |
DialogPropertyElements |
findDialogElements(CoursePropertyManager coursePropMgr,
CourseNode courseNode) |
DialogPropertyElements |
findDialogElements(java.lang.Long courseId,
java.lang.String courseNodeId)
Find all DialogElements for a certain coursenode
|
static DialogElementsPropertyManager |
getInstance() |
public static final java.lang.String PROPERTY_NAME
public static DialogElementsPropertyManager getInstance()
public DialogPropertyElements findDialogElements(CoursePropertyManager coursePropMgr, CourseNode courseNode)
userCourseEnv - courseNode - public DialogPropertyElements findDialogElements(java.lang.Long courseId, java.lang.String courseNodeId)
courseId - courseNodeId - public DialogElement findDialogElement(CoursePropertyManager coursePropMgr, CourseNode courseNode, java.lang.Long forumKey)
userCourseEnv - courseNode - fileDialogId - public void deleteDialogElement(CoursePropertyManager coursePropMgr, CourseNode courseNode, java.lang.Long forumKey)
userCourseEnv - courseNode - fileDialogId - public void addDialogElement(CoursePropertyManager coursePropMgr, CourseNode courseNode, DialogElement element)
userCourseEnv - courseNode - identity - subsContext - forumKey - fileName - authorUsername - fileDialogId - public void addDialogElementAndNotify(CoursePropertyManager coursePropMgr, CourseNode courseNode, DialogElement element, PublishEventTO publishEventTO)
public void deleteProperty(java.lang.Long courseId,
java.lang.String courseNodeId)
courseId - courseNodeId -