Index

A C D E F G H I O P R S T U 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

activate(ComponentContext) - Method in class org.opencastproject.event.comment.persistence.EventCommentDatabaseServiceImpl
OSGi component activation callback
addReply(EventCommentReply) - Method in class org.opencastproject.event.comment.EventComment
Add a reply to the comment
addReply(EventCommentReplyDto) - Method in class org.opencastproject.event.comment.persistence.EventCommentDto
Add a reply to the comment

C

countComments() - Method in class org.opencastproject.event.comment.persistence.EventCommentDatabaseServiceImpl
 
create(Option<Long>, String, String, String, User) - Static method in class org.opencastproject.event.comment.EventComment
Creates a simple comment
create(Option<Long>, String, String, String, User, String, boolean) - Static method in class org.opencastproject.event.comment.EventComment
Creates a complex comment
create(Option<Long>, String, String, String, User, String, boolean, Date, Date) - Static method in class org.opencastproject.event.comment.EventComment
Creates a complex comment
create(Option<Long>, String, String, String, User, String, boolean, Date, Date, List<EventCommentReply>) - Static method in class org.opencastproject.event.comment.EventComment
Creates a complex comment
create(Option<Long>, String, User) - Static method in class org.opencastproject.event.comment.EventCommentReply
Creates a comment reply
create(Option<Long>, String, User, Date, Date) - Static method in class org.opencastproject.event.comment.EventCommentReply
Creates a comment reply

D

deleteComment(long) - Method in interface org.opencastproject.event.comment.EventCommentService
Delete a comment from an event.
deleteComment(long) - Method in class org.opencastproject.event.comment.EventCommentServiceImpl
 
deleteComment(long) - Method in interface org.opencastproject.event.comment.persistence.EventCommentDatabaseService
Delete a comment from an event.
deleteComment(long) - Method in class org.opencastproject.event.comment.persistence.EventCommentDatabaseServiceImpl
 
deleteComments(String) - Method in interface org.opencastproject.event.comment.EventCommentService
Delete all comments from an event.
deleteComments(String) - Method in class org.opencastproject.event.comment.EventCommentServiceImpl
 
deleteComments(String) - Method in interface org.opencastproject.event.comment.persistence.EventCommentDatabaseService
Delete all comments from an event.
deleteComments(String) - Method in class org.opencastproject.event.comment.persistence.EventCommentDatabaseServiceImpl
 

E

equals(Object) - Method in class org.opencastproject.event.comment.EventComment
 
equals(Object) - Method in class org.opencastproject.event.comment.EventCommentReply
 
EventComment - Class in org.opencastproject.event.comment
Business object for comments.
EventCommentDatabaseException - Exception Class in org.opencastproject.event.comment.persistence
Presents exception that occurs while storing/retrieving event comments from permanent storage.
EventCommentDatabaseException(Throwable) - Constructor for exception class org.opencastproject.event.comment.persistence.EventCommentDatabaseException
Create exception with a cause.
EventCommentDatabaseService - Interface in org.opencastproject.event.comment.persistence
 
EventCommentDatabaseServiceImpl - Class in org.opencastproject.event.comment.persistence
Implements permanent storage for event comments.
EventCommentDatabaseServiceImpl() - Constructor for class org.opencastproject.event.comment.persistence.EventCommentDatabaseServiceImpl
 
EventCommentDto - Class in org.opencastproject.event.comment.persistence
 
EventCommentDto() - Constructor for class org.opencastproject.event.comment.persistence.EventCommentDto
Default constructor
EventCommentException - Exception Class in org.opencastproject.event.comment
Exception thrown in CommentService
EventCommentException(Throwable) - Constructor for exception class org.opencastproject.event.comment.EventCommentException
Used to create exception with a cause.
EventCommentParser - Class in org.opencastproject.event.comment
Convenience implementation that supports serializing and deserializing comment catalogs.
EventCommentReply - Class in org.opencastproject.event.comment
Business object for comment replies.
EventCommentReplyDto - Class in org.opencastproject.event.comment.persistence
Entity object for the comment replies.
EventCommentReplyDto() - Constructor for class org.opencastproject.event.comment.persistence.EventCommentReplyDto
Default constructor
EventCommentService - Interface in org.opencastproject.event.comment
 
EventCommentServiceImpl - Class in org.opencastproject.event.comment
Implements permanent storage for event comments.
EventCommentServiceImpl() - Constructor for class org.opencastproject.event.comment.EventCommentServiceImpl
 

F

from(EventComment) - Static method in class org.opencastproject.event.comment.persistence.EventCommentDto
 
from(EventCommentReply) - Static method in class org.opencastproject.event.comment.persistence.EventCommentReplyDto
 

G

getAsXml(Collection<EventComment>) - Static method in class org.opencastproject.event.comment.EventCommentParser
Serializes a comment collection.
getAsXml(EventComment) - Static method in class org.opencastproject.event.comment.EventCommentParser
Serializes the comment.
getAsXml(EventCommentReply) - Static method in class org.opencastproject.event.comment.EventCommentParser
Serializes the comment reply.
getAuthor() - Method in class org.opencastproject.event.comment.EventComment
Returns the author
getAuthor() - Method in class org.opencastproject.event.comment.EventCommentReply
Returns the reply author
getAuthor() - Method in class org.opencastproject.event.comment.persistence.EventCommentDto
Returns the author
getAuthor() - Method in class org.opencastproject.event.comment.persistence.EventCommentReplyDto
Returns the author
getComment(long) - Method in interface org.opencastproject.event.comment.EventCommentService
Get a comment for a particular event.
getComment(long) - Method in class org.opencastproject.event.comment.EventCommentServiceImpl
 
getComment(long) - Method in interface org.opencastproject.event.comment.persistence.EventCommentDatabaseService
Get a comment for a particular event.
getComment(long) - Method in class org.opencastproject.event.comment.persistence.EventCommentDatabaseServiceImpl
 
getCommentFromXml(String, UserDirectoryService) - Static method in class org.opencastproject.event.comment.EventCommentParser
Parses the comment catalog and returns its object representation.
getComments() - Method in class org.opencastproject.event.comment.persistence.EventCommentDatabaseServiceImpl
 
getComments(String) - Method in interface org.opencastproject.event.comment.EventCommentService
Get all of the comments for an event.
getComments(String) - Method in class org.opencastproject.event.comment.EventCommentServiceImpl
 
getComments(String) - Method in interface org.opencastproject.event.comment.persistence.EventCommentDatabaseService
Get all of the comments for an event.
getComments(String) - Method in class org.opencastproject.event.comment.persistence.EventCommentDatabaseServiceImpl
 
getCreationDate() - Method in class org.opencastproject.event.comment.EventComment
Returns the creation date
getCreationDate() - Method in class org.opencastproject.event.comment.EventCommentReply
Returns the reply creation date
getCreationDate() - Method in class org.opencastproject.event.comment.persistence.EventCommentDto
Returns the creation date
getCreationDate() - Method in class org.opencastproject.event.comment.persistence.EventCommentReplyDto
Returns the creation date
getEventId() - Method in class org.opencastproject.event.comment.EventComment
 
getEventId() - Method in class org.opencastproject.event.comment.persistence.EventCommentDto
Returns the event identifier
getEventsWithComments() - Method in class org.opencastproject.event.comment.persistence.EventCommentDatabaseServiceImpl
Return all known event ID's with existing comments, grouped by organization ID
getId() - Method in class org.opencastproject.event.comment.EventComment
Returns the comment id
getId() - Method in class org.opencastproject.event.comment.EventCommentReply
Returns the reply id
getId() - Method in class org.opencastproject.event.comment.persistence.EventCommentDto
Returns the id of this entity
getId() - Method in class org.opencastproject.event.comment.persistence.EventCommentReplyDto
Returns the id of this entity
getModificationDate() - Method in class org.opencastproject.event.comment.EventComment
Returns the modification date
getModificationDate() - Method in class org.opencastproject.event.comment.EventCommentReply
Returns the reply modification date
getModificationDate() - Method in class org.opencastproject.event.comment.persistence.EventCommentDto
Returns the modification date
getModificationDate() - Method in class org.opencastproject.event.comment.persistence.EventCommentReplyDto
Returns the modification date
getOrganization() - Method in class org.opencastproject.event.comment.EventComment
 
getOrganization() - Method in class org.opencastproject.event.comment.persistence.EventCommentDto
Returns the organization
getReason() - Method in class org.opencastproject.event.comment.EventComment
Returns the reason
getReason() - Method in class org.opencastproject.event.comment.persistence.EventCommentDto
Returns the reason
getReasons() - Method in interface org.opencastproject.event.comment.EventCommentService
Get the available reasons for commenting on an event.
getReasons() - Method in class org.opencastproject.event.comment.EventCommentServiceImpl
 
getReasons() - Method in interface org.opencastproject.event.comment.persistence.EventCommentDatabaseService
Get the available reasons for commenting on an event.
getReasons() - Method in class org.opencastproject.event.comment.persistence.EventCommentDatabaseServiceImpl
 
getReplies() - Method in class org.opencastproject.event.comment.EventComment
Returns the comment replies
getReplies() - Method in class org.opencastproject.event.comment.persistence.EventCommentDto
Returns the replies list
getService() - Method in class org.opencastproject.event.comment.persistence.EventCommentDatabaseServiceImpl
 
getText() - Method in class org.opencastproject.event.comment.EventComment
Returns the text
getText() - Method in class org.opencastproject.event.comment.EventCommentReply
Returns the reply text
getText() - Method in class org.opencastproject.event.comment.persistence.EventCommentDto
Returns the text
getText() - Method in class org.opencastproject.event.comment.persistence.EventCommentReplyDto
Returns the text

H

hashCode() - Method in class org.opencastproject.event.comment.EventComment
 
hashCode() - Method in class org.opencastproject.event.comment.EventCommentReply
 

I

isResolvedStatus() - Method in class org.opencastproject.event.comment.EventComment
Returns whether the status is resolved
isResolvedStatus() - Method in class org.opencastproject.event.comment.persistence.EventCommentDto
Returns whether the status is resolved

O

org.opencastproject.event.comment - package org.opencastproject.event.comment
 
org.opencastproject.event.comment.persistence - package org.opencastproject.event.comment.persistence
 

P

PERSISTENCE_UNIT - Static variable in class org.opencastproject.event.comment.persistence.EventCommentDatabaseServiceImpl
 

R

REASON_NEEDS_CUTTING - Static variable in class org.opencastproject.event.comment.EventComment
The key for the reason that the video needs cutting
removeReply(EventCommentReply) - Method in class org.opencastproject.event.comment.EventComment
Remove a reply from the comment
removeReply(EventCommentReplyDto) - Method in class org.opencastproject.event.comment.persistence.EventCommentDto
Remove a reply from the comment
repopulate(IndexRebuildService.DataType) - Method in class org.opencastproject.event.comment.persistence.EventCommentDatabaseServiceImpl
 

S

setAuthor(String) - Method in class org.opencastproject.event.comment.persistence.EventCommentDto
Sets the author
setAuthor(String) - Method in class org.opencastproject.event.comment.persistence.EventCommentReplyDto
Sets the author
setCreationDate(Date) - Method in class org.opencastproject.event.comment.persistence.EventCommentDto
Sets the creation date
setCreationDate(Date) - Method in class org.opencastproject.event.comment.persistence.EventCommentReplyDto
Sets the creation date
setDBSessionFactory(DBSessionFactory) - Method in class org.opencastproject.event.comment.persistence.EventCommentDatabaseServiceImpl
 
setEntityManagerFactory(EntityManagerFactory) - Method in class org.opencastproject.event.comment.persistence.EventCommentDatabaseServiceImpl
OSGi DI
setEventCommentDatabaseService(EventCommentDatabaseService) - Method in class org.opencastproject.event.comment.EventCommentServiceImpl
OSGi callback to set the event comment database service.
setEventId(String) - Method in class org.opencastproject.event.comment.EventComment
 
setEventId(String) - Method in class org.opencastproject.event.comment.persistence.EventCommentDto
Sets the event identifier
setIndex(ElasticsearchIndex) - Method in class org.opencastproject.event.comment.persistence.EventCommentDatabaseServiceImpl
OSgi callback for the Elasticsearch index.
setModificationDate(Date) - Method in class org.opencastproject.event.comment.persistence.EventCommentDto
Sets the modification date
setModificationDate(Date) - Method in class org.opencastproject.event.comment.persistence.EventCommentReplyDto
Sets the modification date
setOrganization(String) - Method in class org.opencastproject.event.comment.EventComment
 
setOrganization(String) - Method in class org.opencastproject.event.comment.persistence.EventCommentDto
Sets the organization
setOrganizationDirectoryService(OrganizationDirectoryService) - Method in class org.opencastproject.event.comment.persistence.EventCommentDatabaseServiceImpl
OSGi callback to set the organization directory service.
setReason(String) - Method in class org.opencastproject.event.comment.persistence.EventCommentDto
Sets the reason
setReplies(List<EventCommentReplyDto>) - Method in class org.opencastproject.event.comment.persistence.EventCommentDto
Sets a comment replies list.
setResolvedStatus(boolean) - Method in class org.opencastproject.event.comment.persistence.EventCommentDto
Sets whether the status is resolved
setSecurityService(SecurityService) - Method in class org.opencastproject.event.comment.persistence.EventCommentDatabaseServiceImpl
OSGi callback to set the security context to run with.
setText(String) - Method in class org.opencastproject.event.comment.persistence.EventCommentDto
Sets the text
setText(String) - Method in class org.opencastproject.event.comment.persistence.EventCommentReplyDto
Sets the text
setUserDirectoryService(UserDirectoryService) - Method in class org.opencastproject.event.comment.persistence.EventCommentDatabaseServiceImpl
OSGi callback to set the user directory service.

T

toComment(UserDirectoryService, OrganizationDirectoryService) - Method in class org.opencastproject.event.comment.persistence.EventCommentDto
Returns the business object of this comment
toCommentReply(UserDirectoryService) - Method in class org.opencastproject.event.comment.persistence.EventCommentReplyDto
Returns the business object of this comment reply
toJson() - Method in class org.opencastproject.event.comment.EventComment
 
toJson() - Method in class org.opencastproject.event.comment.EventCommentReply
 
toString() - Method in class org.opencastproject.event.comment.EventComment
 
toString() - Method in class org.opencastproject.event.comment.EventCommentReply
 

U

updateComment(EventComment) - Method in interface org.opencastproject.event.comment.EventCommentService
Update a comment.
updateComment(EventComment) - Method in class org.opencastproject.event.comment.EventCommentServiceImpl
 
updateComment(EventComment) - Method in interface org.opencastproject.event.comment.persistence.EventCommentDatabaseService
Update a comment.
updateComment(EventComment) - Method in class org.opencastproject.event.comment.persistence.EventCommentDatabaseServiceImpl
 
A C D E F G H I O P R S T U 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form