Class CommentGroup
java.lang.Object
io.goobi.viewer.model.annotation.comments.CommentGroup
- All Implemented Interfaces:
Serializable
Filtered view on collections.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic CommentGroup
Creates aCommentGroup
instance representing unfiltered listing.getId()
getTitle()
boolean
boolean
boolean
boolean
boolean
boolean
void
setCoreType
(boolean coreType) void
setDescription
(String description) void
setEnabled
(boolean enabled) void
void
setIdentifiersQueried
(boolean identifiersQueried) void
setMembersMayDeleteComments
(boolean membersMayDeleteComments) void
setMembersMayEditComments
(boolean membersMayEditComments) void
setSendEmailNotifications
(boolean sendEmailNotifications) void
setSolrQuery
(String solrQuery) void
void
setUserGroup
(UserGroup userGroup)
-
Constructor Details
-
CommentGroup
public CommentGroup()
-
-
Method Details
-
createCommentGroupAll
Creates aCommentGroup
instance representing unfiltered listing.- Returns:
CommentGroup
-
getId
- Returns:
- the id
-
setId
- Parameters:
id
- the id to set
-
getTitle
- Returns:
- the title
-
setTitle
- Parameters:
title
- the title to set
-
getSolrQuery
- Returns:
- the solrQuery
-
setSolrQuery
- Parameters:
solrQuery
- the solrQuery to set
-
getDescription
- Returns:
- the description
-
setDescription
- Parameters:
description
- the description to set
-
getUserGroup
- Returns:
- the userGroup
-
setUserGroup
- Parameters:
userGroup
- the userGroup to set
-
isSendEmailNotifications
public boolean isSendEmailNotifications()- Returns:
- the sendEmailNotifications
-
setSendEmailNotifications
public void setSendEmailNotifications(boolean sendEmailNotifications) - Parameters:
sendEmailNotifications
- the sendEmailNotifications to set
-
isMembersMayEditComments
public boolean isMembersMayEditComments()- Returns:
- the membersMayEditComments
-
setMembersMayEditComments
public void setMembersMayEditComments(boolean membersMayEditComments) - Parameters:
membersMayEditComments
- the membersMayEditComments to set
-
isMembersMayDeleteComments
public boolean isMembersMayDeleteComments()- Returns:
- the membersMayDeleteComments
-
setMembersMayDeleteComments
public void setMembersMayDeleteComments(boolean membersMayDeleteComments) - Parameters:
membersMayDeleteComments
- the membersMayDeleteComments to set
-
isCoreType
public boolean isCoreType()- Returns:
- the coreType
-
setCoreType
public void setCoreType(boolean coreType) - Parameters:
coreType
- the coreType to set
-
isEnabled
public boolean isEnabled()- Returns:
- the enabled
-
setEnabled
public void setEnabled(boolean enabled) - Parameters:
enabled
- the enabled to set
-
getIdentifiers
- Returns:
- the identifiers
-
isIdentifiersQueried
public boolean isIdentifiersQueried()- Returns:
- the identifiersQueried
-
setIdentifiersQueried
public void setIdentifiersQueried(boolean identifiersQueried) - Parameters:
identifiersQueried
- the identifiersQueried to set
-