A C D E F G I J L M N O P R S T U V

A

AbstractForumCommand - Class in info.magnolia.module.forum.admin.command
Parent command for all forum related commands.
AbstractForumCommand() - Constructor for class info.magnolia.module.forum.admin.command.AbstractForumCommand
 
AbstractThreadAction<RD extends info.magnolia.rendering.template.RenderableDefinition> - Class in info.magnolia.module.forum.frontend.action
Abstract superclass for all forum thread actions providing functionality to access and modify threads, forum and posts.
AbstractThreadAction(Node, RD, RenderingModel<?>) - Constructor for class info.magnolia.module.forum.frontend.action.AbstractThreadAction
 
addPermission(Role, String, long, RoleManager) - Method in class info.magnolia.module.forum.DefaultForumManager
 
allow(Property) - Method in class info.magnolia.module.forum.app.availability.InvalidatableRule
 
allow(Property) - Method in class info.magnolia.module.forum.app.availability.ValidatableRule
 
ALLOWS_NESTING_MESSAGES - Static variable in class info.magnolia.module.forum.DefaultForumManager
 
allowsNestingMessages(Content) - Method in class info.magnolia.module.forum.DefaultForumManager
Returns true if the given forum allows nesting messages.
AUTHORID_PROPERTY - Static variable in class info.magnolia.module.forum.DefaultForumManager
 

C

canChangeLockState(Node) - Method in class info.magnolia.module.forum.app.availability.LockableRule
 
canChangeLockState(Node) - Method in class info.magnolia.module.forum.app.availability.UnlockableRule
 
CanCreateThreadRule - Class in info.magnolia.module.forum.app.availability
/** This AvailabilityRule checks whether a thread can be added.
CanCreateThreadRule() - Constructor for class info.magnolia.module.forum.app.availability.CanCreateThreadRule
 
canModerate(Content) - Method in class info.magnolia.module.forum.admin.ForumTree
 
changeLock(String, boolean) - Method in class info.magnolia.module.forum.DefaultForumManager
 
changeValidationState(String, boolean) - Method in class info.magnolia.module.forum.DefaultForumManager
 
check(InstallContext) - Method in class info.magnolia.module.forum.setup.CheckNodeTypesDefinition
 
checkedLockedOrModerator(HierarchyManager, Content) - Method in class info.magnolia.module.forum.DefaultForumManager
Throws an exception if thread is locked and user is not moderator.
CheckNodeTypesDefinition - Class in info.magnolia.module.forum.setup
Checks mgnl:forum node type definition file for occurrence of mgnl:metaData and mgnl:ordering_info.
CheckNodeTypesDefinition() - Constructor for class info.magnolia.module.forum.setup.CheckNodeTypesDefinition
 
cleanup(String) - Method in class info.magnolia.module.forum.DefaultForumManager
Cleans up a String, making it appropriate for usage as a node name.
configureContextMenu(ContextMenu) - Method in class info.magnolia.module.forum.admin.moderation.ModerationList
 
configureFunctionBar(FunctionBar) - Method in class info.magnolia.module.forum.admin.moderation.ModerationList
 
configureList(ListControl) - Method in class info.magnolia.module.forum.admin.moderation.ModerationList
 
CONTENT_PROPERTY - Static variable in class info.magnolia.module.forum.DefaultForumManager
 
ContentTreeColumnHtmlRenderer - Class in info.magnolia.module.forum.admin
Custom renderer for forum tree displaying only snippets of methods.
ContentTreeColumnHtmlRenderer() - Constructor for class info.magnolia.module.forum.admin.ContentTreeColumnHtmlRenderer
 
createContainer(WorkbenchDefinition) - Method in class info.magnolia.module.forum.admin.moderation.ModerationListPresenter
 
createContainer(WorkbenchDefinition) - Method in class info.magnolia.module.forum.admin.moderation.ModerationSearchPresenter
 
createForum(String, String) - Method in class info.magnolia.module.forum.DefaultForumManager
 
createForum(String, String, boolean) - Method in class info.magnolia.module.forum.DefaultForumManager
 
createForum(String, String) - Method in interface info.magnolia.module.forum.ForumManager
Creates a forum with the given name and returns its node.
createForum(String, String, boolean) - Method in interface info.magnolia.module.forum.ForumManager
Creates a forum with the given name and returns its node.
CreateForumMetaData - Class in info.magnolia.module.forum.setup
Task for adding missing metaData nodes to all existing forum and thread nodes.
CreateForumMetaData() - Constructor for class info.magnolia.module.forum.setup.CreateForumMetaData
 
createForumRoles(Content) - Method in class info.magnolia.module.forum.DefaultForumManager
 
createMessage(Content, String, String, String, String, boolean) - Method in class info.magnolia.module.forum.DefaultForumManager
Creates a message node in the given parent, not taking care about the parent node's type.
createMessageInThread(Content, Content, Content, String, String, String, String, boolean) - Method in class info.magnolia.module.forum.DefaultForumManager
Creates a message node in the given thread or as a subnode of inReplyTo depending on DefaultForumManager.allowsNestingMessages(info.magnolia.cms.core.Content) .
createMessageInThread(Content, Content, String, String, String, String, boolean) - Method in class info.magnolia.module.forum.DefaultForumManager
Deprecated. use DefaultForumManager.createMessageInThread(info.magnolia.cms.core.Content, info.magnolia.cms.core.Content, info.magnolia.cms.core.Content, String, String, String, String, boolean) instead.
createThread(String, String, String, String, boolean) - Method in class info.magnolia.module.forum.DefaultForumManager
 
createThread(String, String, String, String, String, boolean) - Method in class info.magnolia.module.forum.DefaultForumManager
 
createThread(String, String, String, String, boolean) - Method in interface info.magnolia.module.forum.ForumManager
Creates a new thread in the given forum and returns this thread's node.
createThread(String, String, String, String, String, boolean) - Method in interface info.magnolia.module.forum.ForumManager
Creates a new thread in the given forum and returns this thread's node.
createThread() - Method in class info.magnolia.module.forum.frontend.ForumController
 
CREATION_DATE_PROPERTY - Static variable in class info.magnolia.module.forum.DefaultForumManager
 

D

DefaultForumManager - Class in info.magnolia.module.forum
Default implementation of the ForumManager .
DefaultForumManager() - Constructor for class info.magnolia.module.forum.DefaultForumManager
 
DefaultForumManager(ForumConfiguration) - Constructor for class info.magnolia.module.forum.DefaultForumManager
for tests - or when we finally have IOC.
DeletableThreadRule - Class in info.magnolia.module.forum.app.availability
This AvailabilityRule a thread can be deleted.
DeletableThreadRule() - Constructor for class info.magnolia.module.forum.app.availability.DeletableThreadRule
 
deleteByUuid(String) - Method in class info.magnolia.module.forum.DefaultForumManager
 
deleteForum(String) - Method in class info.magnolia.module.forum.DefaultForumManager
 
deleteForum(String) - Method in interface info.magnolia.module.forum.ForumManager
 
DeleteForumActionDefinition - Class in info.magnolia.module.forum.app.action
The ActionDefinition to delete a forum.
DeleteForumActionDefinition() - Constructor for class info.magnolia.module.forum.app.action.DeleteForumActionDefinition
 
DeleteForumCommand - Class in info.magnolia.module.forum.admin.command
Command to delete the forum.
DeleteForumCommand() - Constructor for class info.magnolia.module.forum.admin.command.DeleteForumCommand
 
deleteMessage(String) - Method in class info.magnolia.module.forum.DefaultForumManager
 
deleteMessage(String) - Method in interface info.magnolia.module.forum.ForumManager
 
DeleteMessageAction - Class in info.magnolia.module.forum.app.action
This is the action-class to delete a message.
DeleteMessageAction(DeleteMessageActionDefinition, JcrItemAdapter, CommandsManager, EventBus, UiContext, SimpleTranslator) - Constructor for class info.magnolia.module.forum.app.action.DeleteMessageAction
 
DeleteMessageActionDefinition - Class in info.magnolia.module.forum.app.action
The ActionDefinition to delete a message.
DeleteMessageActionDefinition() - Constructor for class info.magnolia.module.forum.app.action.DeleteMessageActionDefinition
 
DeleteMessageCommand - Class in info.magnolia.module.forum.admin.command
Command to delete a message in a forum thread.
DeleteMessageCommand() - Constructor for class info.magnolia.module.forum.admin.command.DeleteMessageCommand
 
deleteThread(String) - Method in class info.magnolia.module.forum.DefaultForumManager
 
deleteThread(String) - Method in interface info.magnolia.module.forum.ForumManager
 
DeleteThreadActionDefinition - Class in info.magnolia.module.forum.app.action
The ActionDefinition to delete a thread.
DeleteThreadActionDefinition() - Constructor for class info.magnolia.module.forum.app.action.DeleteThreadActionDefinition
 
DeleteThreadCommand - Class in info.magnolia.module.forum.admin.command
Command to delete a thread in the forum.
DeleteThreadCommand() - Constructor for class info.magnolia.module.forum.admin.command.DeleteThreadCommand
 
doExecute(InstallContext) - Method in class info.magnolia.module.forum.setup.CreateForumMetaData
 
doExecute(InstallContext) - Method in class info.magnolia.module.forum.setup.ReRegisterNodeTypes
 
drawHtml(Writer) - Method in class info.magnolia.module.forum.admin.dialog.ExtendedDialogEdit
 

E

eventBus - Variable in class info.magnolia.module.forum.app.action.ForumCommandAction
 
execute(Context) - Method in class info.magnolia.module.forum.admin.command.AbstractForumCommand
 
execute(ForumManager, Content) - Method in class info.magnolia.module.forum.admin.command.AbstractForumCommand
 
execute(ForumManager, Content) - Method in class info.magnolia.module.forum.admin.command.DeleteForumCommand
 
execute(ForumManager, Content) - Method in class info.magnolia.module.forum.admin.command.DeleteMessageCommand
 
execute(ForumManager, Content) - Method in class info.magnolia.module.forum.admin.command.DeleteThreadCommand
 
execute(ForumManager, Content) - Method in class info.magnolia.module.forum.admin.command.InvalidateMessageCommand
 
execute(ForumManager, Content) - Method in class info.magnolia.module.forum.admin.command.LockForumCommand
 
execute(ForumManager, Content) - Method in class info.magnolia.module.forum.admin.command.LockThreadCommand
 
execute(ForumManager, Content) - Method in class info.magnolia.module.forum.admin.command.UnlockForumCommand
 
execute(ForumManager, Content) - Method in class info.magnolia.module.forum.admin.command.UnlockThreadCommand
 
execute(ForumManager, Content) - Method in class info.magnolia.module.forum.admin.command.ValidateMessageCommand
 
execute() - Method in class info.magnolia.module.forum.app.action.OpenEditForumItemDialogAction
 
execute() - Method in class info.magnolia.module.forum.app.action.SaveDialogNewForumAction
 
execute() - Method in class info.magnolia.module.forum.app.action.SaveDialogNewThreadAction
 
execute() - Method in class info.magnolia.module.forum.frontend.action.AbstractThreadAction
Initializes forum and thread properties with given ids.
execute() - Method in class info.magnolia.module.forum.frontend.action.ForumList
 
execute() - Method in class info.magnolia.module.forum.frontend.action.ThreadList
 
execute() - Method in class info.magnolia.module.forum.frontend.action.ThreadNew
 
execute() - Method in class info.magnolia.module.forum.frontend.action.ThreadReply
 
execute() - Method in class info.magnolia.module.forum.frontend.action.ThreadView
 
execute(String) - Method in class info.magnolia.module.forum.frontend.ForumController
executes the method named after the return value of getCommand().
execute(InstallContext) - Method in class info.magnolia.module.forum.setup.ForumDialogMigrationTask
 
ExtendedDialogEdit - Class in info.magnolia.module.forum.admin.dialog
Customized dialog which allows editing only of the properties with editable flag set.
ExtendedDialogEdit() - Constructor for class info.magnolia.module.forum.admin.dialog.ExtendedDialogEdit
 

F

FIRST_MESSAGE_PROPERTY - Static variable in class info.magnolia.module.forum.DefaultForumManager
 
forum - Variable in class info.magnolia.module.forum.frontend.action.AbstractThreadAction
 
FORUM_NODETYPE - Static variable in class info.magnolia.module.forum.DefaultForumManager
 
FORUM_WORKSPACE - Static variable in class info.magnolia.module.forum.DefaultForumManager
 
ForumAdminTreeMVCHandler - Class in info.magnolia.module.forum.admin
A specialized version of AdminTreeMVCHandler which let threads be activated with their corresponding messages.
ForumAdminTreeMVCHandler(String, HttpServletRequest, HttpServletResponse) - Constructor for class info.magnolia.module.forum.admin.ForumAdminTreeMVCHandler
 
ForumColumnDefinition - Class in info.magnolia.module.forum.app.column
A definition-class for the ForumColumnFormatter-class.
ForumColumnDefinition() - Constructor for class info.magnolia.module.forum.app.column.ForumColumnDefinition
 
ForumColumnFormatter - Class in info.magnolia.module.forum.app.column
A formatter class which allows to display the title of a forum which is the parent node of a message or a thread.
ForumColumnFormatter(ForumColumnDefinition) - Constructor for class info.magnolia.module.forum.app.column.ForumColumnFormatter
 
ForumCommandAction<D extends info.magnolia.ui.api.action.CommandActionDefinition> - Class in info.magnolia.module.forum.app.action
A command-action class for the actions of the forum which rely on a command.
ForumCommandAction(D, JcrItemAdapter, CommandsManager, EventBus, UiContext, SimpleTranslator) - Constructor for class info.magnolia.module.forum.app.action.ForumCommandAction
 
ForumCommandAction(D, List<JcrItemAdapter>, CommandsManager, EventBus, UiContext, SimpleTranslator) - Constructor for class info.magnolia.module.forum.app.action.ForumCommandAction
 
forumConfig - Variable in class info.magnolia.module.forum.frontend.action.AbstractThreadAction
 
ForumConfiguration - Class in info.magnolia.module.forum
Forum module class.
ForumConfiguration() - Constructor for class info.magnolia.module.forum.ForumConfiguration
 
ForumContentApp - Class in info.magnolia.module.forum.app
This class is the main class for the app "forum" extending a ContentApp.
ForumContentApp(AppContext, AppView, ComponentProvider) - Constructor for class info.magnolia.module.forum.app.ForumContentApp
 
ForumController - Class in info.magnolia.module.forum.frontend
Custom page handler for Forum.
ForumController(String, HttpServletRequest, HttpServletResponse, ForumManager) - Constructor for class info.magnolia.module.forum.frontend.ForumController
for tests and when we have ioc!
ForumController(String, HttpServletRequest, HttpServletResponse) - Constructor for class info.magnolia.module.forum.frontend.ForumController
 
ForumDialogMigrationTask - Class in info.magnolia.module.forum.setup
DialogMigrationTask for forum module.
ForumDialogMigrationTask(String) - Constructor for class info.magnolia.module.forum.setup.ForumDialogMigrationTask
 
ForumDialogMigrationTask.ForumCheckBoxSwitchControlMigrator - Class in info.magnolia.module.forum.setup
Forum specific CheckBoxSwitchControlMigrator.
ForumDialogMigrationTask.ForumCheckBoxSwitchControlMigrator() - Constructor for class info.magnolia.module.forum.setup.ForumDialogMigrationTask.ForumCheckBoxSwitchControlMigrator
 
ForumDialogMigrationTask.ForumEditControlMigrator - Class in info.magnolia.module.forum.setup
Forum specific EditControlMigrator.
ForumDialogMigrationTask.ForumEditControlMigrator() - Constructor for class info.magnolia.module.forum.setup.ForumDialogMigrationTask.ForumEditControlMigrator
 
ForumDialogMigrationTask.ForumLinkControlMigrator - Class in info.magnolia.module.forum.setup
Forum specific LinkControlMigrator.
ForumDialogMigrationTask.ForumLinkControlMigrator() - Constructor for class info.magnolia.module.forum.setup.ForumDialogMigrationTask.ForumLinkControlMigrator
 
ForumDialogMigrationTask.RemoveControlMigrator - Class in info.magnolia.module.forum.setup
RemoveControlMigrator.
ForumDialogMigrationTask.RemoveControlMigrator() - Constructor for class info.magnolia.module.forum.setup.ForumDialogMigrationTask.RemoveControlMigrator
 
ForumEditDialogHandler - Class in info.magnolia.module.forum.admin.dialog
Dialog handler using the ForumManager API to create forums.
ForumEditDialogHandler(String, HttpServletRequest, HttpServletResponse, Content) - Constructor for class info.magnolia.module.forum.admin.dialog.ForumEditDialogHandler
 
ForumEditDialogHandler(String, HttpServletRequest, HttpServletResponse, Content, ForumManager) - Constructor for class info.magnolia.module.forum.admin.dialog.ForumEditDialogHandler
 
forumId - Variable in class info.magnolia.module.forum.frontend.action.AbstractThreadAction
 
ForumList<RD extends info.magnolia.rendering.template.RenderableDefinition> - Class in info.magnolia.module.forum.frontend.action
Lists all forums.
ForumList(Node, RD, RenderingModel<?>) - Constructor for class info.magnolia.module.forum.frontend.action.ForumList
 
forumManager - Variable in class info.magnolia.module.forum.admin.dialog.ThreadEditDialogHandler
 
ForumManager - Interface in info.magnolia.module.forum
Basic forum contract defining all mandatory operations for each manager implementation.
forumManager - Variable in class info.magnolia.module.forum.frontend.action.AbstractThreadAction
 
ForumManager.Factory - Class in info.magnolia.module.forum
Use this to retrieve the configured impl of ForumManager.
ForumManager.Factory() - Constructor for class info.magnolia.module.forum.ForumManager.Factory
 
ForumModuleVersionHandler - Class in info.magnolia.module.forum.setup
Version handler for forum module.
ForumModuleVersionHandler(ControlMigratorsRegistry) - Constructor for class info.magnolia.module.forum.setup.ForumModuleVersionHandler
 
ForumTree - Class in info.magnolia.module.forum.admin
Forum tree for admin view.
ForumTree(String, String) - Constructor for class info.magnolia.module.forum.admin.ForumTree
 
ForumTreeConfiguration - Class in info.magnolia.module.forum.admin
Custom tree configuration replacing default columns with those forum specific.
ForumTreeConfiguration() - Constructor for class info.magnolia.module.forum.admin.ForumTreeConfiguration
 
ForumUtil - Class in info.magnolia.module.forum
Deprecated. since 1.3
ForumUtil() - Constructor for class info.magnolia.module.forum.ForumUtil
Deprecated.  

G

generateCell(Table, Object, Object) - Method in class info.magnolia.module.forum.app.column.ForumColumnFormatter
 
generateCell(Table, Object, Object) - Method in class info.magnolia.module.forum.app.column.LockedColumnFormatter
 
generateCell(Table, Object, Object) - Method in class info.magnolia.module.forum.app.column.ThreadColumnFormatter
 
generateCell(Table, Object, Object) - Method in class info.magnolia.module.forum.app.column.ValidatedColumnFormatter
 
generateMessageName() - Method in class info.magnolia.module.forum.DefaultForumManager
Generates a message name based on the date pattern specified in the configuration via the 'messageNamePattern' property.
getCommand() - Method in class info.magnolia.module.forum.frontend.ForumController
 
getCommandContext(String) - Method in class info.magnolia.module.forum.admin.ForumAdminTreeMVCHandler
 
getConfig() - Method in class info.magnolia.module.forum.ForumUtil
Deprecated.  
getDisplayedCharactersInForumTree() - Method in class info.magnolia.module.forum.ForumConfiguration
 
getErrorNotification() - Method in class info.magnolia.module.forum.app.action.DeleteMessageAction
 
getExtraInstallTasks(InstallContext) - Method in class info.magnolia.module.forum.setup.ForumModuleVersionHandler
 
getFailureMessage() - Method in class info.magnolia.module.forum.app.action.ForumCommandAction
 
getForum(String) - Method in class info.magnolia.module.forum.DefaultForumManager
 
getForum(HierarchyManager, String) - Method in class info.magnolia.module.forum.DefaultForumManager
 
getForum(String) - Method in interface info.magnolia.module.forum.ForumManager
 
getForum() - Method in class info.magnolia.module.forum.frontend.action.AbstractThreadAction
 
getForumFromThread(Content) - Method in class info.magnolia.module.forum.DefaultForumManager
 
getForumFromThread(Content) - Method in interface info.magnolia.module.forum.ForumManager
Returns the forum node associated to the given thread.
getForumId(String) - Method in class info.magnolia.module.forum.DefaultForumManager
 
getForumId(String) - Method in interface info.magnolia.module.forum.ForumManager
Resolves forum short name into uuid.
getForumId() - Method in class info.magnolia.module.forum.frontend.action.AbstractThreadAction
 
getForumList() - Method in class info.magnolia.module.forum.DefaultForumManager
 
getForumList() - Method in interface info.magnolia.module.forum.ForumManager
Returns a Collection of available forums.
getForumList() - Method in class info.magnolia.module.forum.frontend.action.ForumList
 
getForumMessages(String) - Method in class info.magnolia.module.forum.DefaultForumManager
 
getForumMessages(String) - Method in interface info.magnolia.module.forum.ForumManager
Gets all messages for given forum ordered by publication date.
getHierarchyManager() - Method in class info.magnolia.module.forum.DefaultForumManager
 
getHierarchyManager() - Method in class info.magnolia.module.forum.ForumUtil
Deprecated. since 1.3
getHtmlFooter() - Method in class info.magnolia.module.forum.admin.ForumTree
 
getInReplyTo() - Method in class info.magnolia.module.forum.frontend.action.ThreadReply
 
getInstance() - Static method in class info.magnolia.module.forum.ForumManager.Factory
 
getInstance() - Static method in class info.magnolia.module.forum.ForumUtil
Deprecated.  
getItemTypes() - Method in class info.magnolia.module.forum.admin.ForumAdminTreeMVCHandler
 
getMessageNamePattern() - Method in class info.magnolia.module.forum.ForumConfiguration
 
getMessages(Content, long) - Method in class info.magnolia.module.forum.DefaultForumManager
 
getMessages(Content, long) - Method in interface info.magnolia.module.forum.ForumManager
Returns a given page of messages from the given thread.
getMessages() - Method in class info.magnolia.module.forum.frontend.action.ThreadView
 
getMessagesPerPage() - Method in class info.magnolia.module.forum.ForumConfiguration
 
getMessagesQueryString(String, boolean, String) - Method in class info.magnolia.module.forum.DefaultForumManager
 
getmissingDataExceptionMessage() - Method in class info.magnolia.module.forum.frontend.action.ThreadList
 
getMissingDataExceptionMessage() - Method in class info.magnolia.module.forum.frontend.action.ThreadNew
 
getmissingDataExceptionMessage() - Method in class info.magnolia.module.forum.frontend.action.ThreadView
 
getModel() - Method in class info.magnolia.module.forum.admin.moderation.ModerationList
 
getNodePage() - Method in class info.magnolia.module.forum.PagedResult
 
getNodeType() - Method in class info.magnolia.module.forum.admin.moderation.ModerationListModel
 
getPageCount() - Method in class info.magnolia.module.forum.frontend.action.ThreadView
 
getQueryBuilder() - Method in class info.magnolia.module.forum.admin.moderation.ModerationListModel
Restrict to not yet validated messages.
getQueryWhereClauseNodeTypes() - Method in class info.magnolia.module.forum.admin.moderation.ModerationFlatJcrContainer
 
getQueryWhereClauseNodeTypes(Set<NodeType>) - Method in class info.magnolia.module.forum.admin.moderation.ModerationJCRQueryHelper
Prepares the query-part which takes care of the node-types.
getQueryWhereClauseNodeTypes() - Method in class info.magnolia.module.forum.admin.moderation.ModerationSearchJcrContainer
 
getRepository() - Method in class info.magnolia.module.forum.ForumConfiguration
 
getResult(QueryResult) - Method in class info.magnolia.module.forum.admin.moderation.ModerationListModel
Checks moderation permission of the found items.
getResultNodeType() - Method in class info.magnolia.module.forum.admin.moderation.ModerationListModel
 
getRootModerationAllowed() - Method in class info.magnolia.module.forum.admin.ForumTree
 
getSearchConfig() - Method in class info.magnolia.module.forum.admin.moderation.ModerationList
 
getSuccessMessage() - Method in class info.magnolia.module.forum.app.action.ForumCommandAction
 
getThread(String) - Method in class info.magnolia.module.forum.DefaultForumManager
 
getThread(HierarchyManager, String) - Method in class info.magnolia.module.forum.DefaultForumManager
 
getThread(String) - Method in interface info.magnolia.module.forum.ForumManager
 
getThread() - Method in class info.magnolia.module.forum.frontend.action.AbstractThreadAction
 
getThreadFromMessage(Content) - Method in class info.magnolia.module.forum.DefaultForumManager
 
getThreadFromMessage(Content) - Method in interface info.magnolia.module.forum.ForumManager
Returns the thread associated to the given message.
getThreadId() - Method in class info.magnolia.module.forum.frontend.action.AbstractThreadAction
 
getThreadList() - Method in class info.magnolia.module.forum.frontend.action.ThreadList
 
getThreads(Content) - Method in class info.magnolia.module.forum.DefaultForumManager
 
getThreads(Content) - Method in interface info.magnolia.module.forum.ForumManager
Returns a Collection of threads in the given forum.
getTotalNodeCount() - Method in class info.magnolia.module.forum.PagedResult
 
getUserId() - Method in class info.magnolia.module.forum.frontend.ForumController
 
getValue() - Method in class info.magnolia.module.forum.admin.dialog.NodeNameControl
 
getValue() - Method in class info.magnolia.module.forum.admin.dialog.ReferenceControl
Deprecated.  
getValue(String, Object) - Method in class info.magnolia.module.forum.admin.moderation.MessageValueProvider
 
getValueProvider() - Method in class info.magnolia.module.forum.admin.moderation.ModerationListModel
 

I

info.magnolia.module.forum - package info.magnolia.module.forum
 
info.magnolia.module.forum.admin - package info.magnolia.module.forum.admin
 
info.magnolia.module.forum.admin.command - package info.magnolia.module.forum.admin.command
 
info.magnolia.module.forum.admin.dialog - package info.magnolia.module.forum.admin.dialog
 
info.magnolia.module.forum.admin.moderation - package info.magnolia.module.forum.admin.moderation
 
info.magnolia.module.forum.app - package info.magnolia.module.forum.app
 
info.magnolia.module.forum.app.action - package info.magnolia.module.forum.app.action
 
info.magnolia.module.forum.app.availability - package info.magnolia.module.forum.app.availability
 
info.magnolia.module.forum.app.column - package info.magnolia.module.forum.app.column
 
info.magnolia.module.forum.frontend - package info.magnolia.module.forum.frontend
 
info.magnolia.module.forum.frontend.action - package info.magnolia.module.forum.frontend.action
 
info.magnolia.module.forum.setup - package info.magnolia.module.forum.setup
 
init(HttpServletRequest, HttpServletResponse, Content, Content) - Method in class info.magnolia.module.forum.admin.dialog.ExtendedDialogEdit
 
init() - Method in class info.magnolia.module.forum.frontend.ForumController
 
InvalidatableRule - Class in info.magnolia.module.forum.app.availability
This AvailabilityRule checks whether an Item - a forum-message - can be invalidated.
InvalidatableRule() - Constructor for class info.magnolia.module.forum.app.availability.InvalidatableRule
 
invalidate(String) - Method in class info.magnolia.module.forum.DefaultForumManager
 
invalidate(String) - Method in interface info.magnolia.module.forum.ForumManager
Marks a message as explicitly invalid.
InvalidateMessageActionDefinition - Class in info.magnolia.module.forum.app.action
The actionDefinition-class for the action to invalidate a message, using the impl.-class ForumCommandAction and setting the command to invalidate the action.
InvalidateMessageActionDefinition() - Constructor for class info.magnolia.module.forum.app.action.InvalidateMessageActionDefinition
 
InvalidateMessageCommand - Class in info.magnolia.module.forum.admin.command
Command to set validation status of message to "invalidated".
InvalidateMessageCommand() - Constructor for class info.magnolia.module.forum.admin.command.InvalidateMessageCommand
 
isAllowedToPost() - Method in class info.magnolia.module.forum.frontend.action.AbstractThreadAction
Checks if current user is allowed to post on the current thread.
isAllowedToPost() - Method in class info.magnolia.module.forum.frontend.action.ThreadList
For thread creation we need to check if current user may post on the parent forum.
isAllowedToPost() - Method in class info.magnolia.module.forum.frontend.action.ThreadNew
For thread creation we need to check if current user may post on the parent forum.
isAllowedToPostOn(Content) - Method in class info.magnolia.module.forum.DefaultForumManager
 
isAllowedToPostOnForum(Content) - Method in class info.magnolia.module.forum.DefaultForumManager
 
isAllowedToPostOnForum(Content) - Method in interface info.magnolia.module.forum.ForumManager
Checks if current user is allowed to post on the given forum.
isAllowedToPostOnThread(Content) - Method in class info.magnolia.module.forum.DefaultForumManager
 
isAllowedToPostOnThread(Content) - Method in interface info.magnolia.module.forum.ForumManager
Checks if current user is allowed to post on the given thread.
isAnonymous() - Method in class info.magnolia.module.forum.frontend.action.AbstractThreadAction
 
isAvailableForItem(Item) - Method in class info.magnolia.module.forum.app.availability.CanCreateThreadRule
 
isAvailableForItem(Item) - Method in class info.magnolia.module.forum.app.availability.DeletableThreadRule
 
isAvailableForItem(Item) - Method in class info.magnolia.module.forum.app.availability.UnlockableRule
 
isAvailableForItem(Item) - Method in class info.magnolia.module.forum.app.availability.ValidatableRule
 
isCreateRolesForNewForums() - Method in class info.magnolia.module.forum.ForumConfiguration
 
isEditable() - Method in class info.magnolia.module.forum.admin.dialog.ExtendedDialogEdit
 
isModerator(HierarchyManager, Content) - Method in class info.magnolia.module.forum.DefaultForumManager
Throws an exception if user is not moderator for the given node.
isModerator() - Method in class info.magnolia.module.forum.DefaultForumManager
 
isModerator() - Method in interface info.magnolia.module.forum.ForumManager
Checks whether the current logged-in user is moderator.
isShowingUnvalidatedMessages() - Method in class info.magnolia.module.forum.ForumConfiguration
 
isShowingUnvalidatedMessages() - Method in class info.magnolia.module.forum.frontend.action.AbstractThreadAction
 

J

jcrItem - Variable in class info.magnolia.module.forum.app.action.ForumCommandAction
 

L

LAST_MESSAGE_PROPERTY - Static variable in class info.magnolia.module.forum.DefaultForumManager
 
latestMessage(Content, Content) - Method in class info.magnolia.module.forum.DefaultForumManager
Determines which of the 2 messages is "latest".
LockableRule - Class in info.magnolia.module.forum.app.availability
This rule - an AvailabilityRule - checks whether an Item can be locked.
LockableRule() - Constructor for class info.magnolia.module.forum.app.availability.LockableRule
 
LOCKED_PROPERTY - Static variable in class info.magnolia.module.forum.DefaultForumManager
 
LockedColumnDefinition - Class in info.magnolia.module.forum.app.column
A definition class to specify the LockedColumnFormatter-class.
LockedColumnDefinition() - Constructor for class info.magnolia.module.forum.app.column.LockedColumnDefinition
 
LockedColumnFormatter - Class in info.magnolia.module.forum.app.column
A class to format the column "locked".
LockedColumnFormatter(LockedColumnDefinition) - Constructor for class info.magnolia.module.forum.app.column.LockedColumnFormatter
 
lockForum(String) - Method in class info.magnolia.module.forum.DefaultForumManager
 
lockForum(String) - Method in interface info.magnolia.module.forum.ForumManager
A locked forum can not have threads created in it by users.
LockForumActionDefinition - Class in info.magnolia.module.forum.app.action
The actionDefinition-class for the action which is responsible to lock a forum, using the impl.-class ForumCommandAction and setting the command to lock the forum.
LockForumActionDefinition() - Constructor for class info.magnolia.module.forum.app.action.LockForumActionDefinition
 
LockForumCommand - Class in info.magnolia.module.forum.admin.command
Command to lock the forum.
LockForumCommand() - Constructor for class info.magnolia.module.forum.admin.command.LockForumCommand
 
lockThread(String) - Method in class info.magnolia.module.forum.DefaultForumManager
 
lockThread(String) - Method in interface info.magnolia.module.forum.ForumManager
 
LockThreadActionDefinition - Class in info.magnolia.module.forum.app.action
The actionDefinition-class for the action which takes care to lock a thread, using the impl.-class ForumCommandAction and setting the command to lock the thread.
LockThreadActionDefinition() - Constructor for class info.magnolia.module.forum.app.action.LockThreadActionDefinition
 
LockThreadCommand - Class in info.magnolia.module.forum.admin.command
Command to lock the thread.
LockThreadCommand() - Constructor for class info.magnolia.module.forum.admin.command.LockThreadCommand
 

M

makeNameUnique(Content, String) - Method in class info.magnolia.module.forum.DefaultForumManager
 
MESSAGE_NODETYPE - Static variable in class info.magnolia.module.forum.DefaultForumManager
 
MessageValueProvider - Class in info.magnolia.module.forum.admin.moderation
Customized value provider for message and its properties.
MessageValueProvider(ValueProvider) - Constructor for class info.magnolia.module.forum.admin.moderation.MessageValueProvider
 
migrate(Node, InstallContext) - Method in class info.magnolia.module.forum.setup.ForumDialogMigrationTask.ForumCheckBoxSwitchControlMigrator
 
migrate(Node, InstallContext) - Method in class info.magnolia.module.forum.setup.ForumDialogMigrationTask.ForumEditControlMigrator
 
migrate(Node, InstallContext) - Method in class info.magnolia.module.forum.setup.ForumDialogMigrationTask.ForumLinkControlMigrator
 
migrate(Node, InstallContext) - Method in class info.magnolia.module.forum.setup.ForumDialogMigrationTask.RemoveControlMigrator
 
MODERATE_PERMISSION - Static variable in class info.magnolia.module.forum.ForumConfiguration
Deprecated. since 3.3. This permission is not supported.
ModerationFlatJcrContainer - Class in info.magnolia.module.forum.admin.moderation
This class is a custom Container used in custom content-ui in ModerationListPresenter.
ModerationFlatJcrContainer(WorkbenchDefinition) - Constructor for class info.magnolia.module.forum.admin.moderation.ModerationFlatJcrContainer
 
ModerationJCRQueryHelper - Class in info.magnolia.module.forum.admin.moderation
A helper class to prepare parts of JCR-query to get Nodes for the content-views for the moderator.
ModerationJCRQueryHelper() - Constructor for class info.magnolia.module.forum.admin.moderation.ModerationJCRQueryHelper
 
ModerationList - Class in info.magnolia.module.forum.admin.moderation
Specialized list implementation that simplifies moderating the messages.
ModerationList(String, HttpServletRequest, HttpServletResponse) - Constructor for class info.magnolia.module.forum.admin.moderation.ModerationList
 
ModerationListModel - Class in info.magnolia.module.forum.admin.moderation
Model for ModerationList .
ModerationListModel(String) - Constructor for class info.magnolia.module.forum.admin.moderation.ModerationListModel
 
ModerationListPresenter - Class in info.magnolia.module.forum.admin.moderation
This class is a custom ListPresenter for the list-content-view of the moderator-supApp.
ModerationListPresenter(ListView, ComponentProvider) - Constructor for class info.magnolia.module.forum.admin.moderation.ModerationListPresenter
 
ModerationSearchJcrContainer - Class in info.magnolia.module.forum.admin.moderation
This class is a custom Container used in a custom content-view, in ModerationSearchPresenter.
ModerationSearchJcrContainer(WorkbenchDefinition) - Constructor for class info.magnolia.module.forum.admin.moderation.ModerationSearchJcrContainer
 
ModerationSearchPresenter - Class in info.magnolia.module.forum.admin.moderation
This class is a custom SearchPresenter for the search-content-view of the moderator-supApp.
ModerationSearchPresenter(SearchView, ComponentProvider) - Constructor for class info.magnolia.module.forum.admin.moderation.ModerationSearchPresenter
 

N

NodeNameControl - Class in info.magnolia.module.forum.admin.dialog
Custom control setting name of the node itself as a valud when other value is not available.
NodeNameControl() - Constructor for class info.magnolia.module.forum.admin.dialog.NodeNameControl
 

O

onError(Exception) - Method in class info.magnolia.module.forum.app.action.DeleteMessageAction
 
onGetHtmlOfSingleItem(StringBuffer, Content, String, Object, String) - Method in class info.magnolia.module.forum.admin.ForumTree
 
onPostExecute() - Method in class info.magnolia.module.forum.app.action.DeleteMessageAction
 
onPostExecute() - Method in class info.magnolia.module.forum.app.action.ForumCommandAction
 
onPreExecute() - Method in class info.magnolia.module.forum.app.action.DeleteMessageAction
 
OpenEditForumItemDialogAction - Class in info.magnolia.module.forum.app.action
A class extending OpenEditDialogAction to open dialogs to edit forum-, thread or message-node.
OpenEditForumItemDialogAction(OpenEditDialogActionDefinition, JcrItemAdapter, FormDialogPresenterFactory, UiContext, EventBus, SimpleTranslator) - Constructor for class info.magnolia.module.forum.app.action.OpenEditForumItemDialogAction
 
OpenEditForumItemDialogDefinition - Class in info.magnolia.module.forum.app.action
An action-definition class to define OpenEditForumItemDialogAction.
OpenEditForumItemDialogDefinition() - Constructor for class info.magnolia.module.forum.app.action.OpenEditForumItemDialogDefinition
 

P

page(long, long) - Method in class info.magnolia.module.forum.Pager
 
PagedResult - Class in info.magnolia.module.forum
A simple bean holding the results of a paged query.
PagedResult(List<Node>, long) - Constructor for class info.magnolia.module.forum.PagedResult
 
Pager - Class in info.magnolia.module.forum
Pages a QueryResult while checking for permissions using a given AccessManager.
Pager(HierarchyManager, QueryResult) - Constructor for class info.magnolia.module.forum.Pager
 
prepareContextMenu(Tree, boolean, HttpServletRequest) - Method in class info.magnolia.module.forum.admin.ForumTreeConfiguration
 
prepareFunctionBar(Tree, boolean, HttpServletRequest) - Method in class info.magnolia.module.forum.admin.ForumTreeConfiguration
 
prepareTree(Tree, boolean, HttpServletRequest) - Method in class info.magnolia.module.forum.admin.ForumTreeConfiguration
 
PROPERTYNAME - Static variable in class info.magnolia.module.forum.frontend.action.ThreadView
 
PROPERTYNAME_FORUMID - Static variable in class info.magnolia.module.forum.frontend.action.AbstractThreadAction
 
PROPERTYNAME_THREADID - Static variable in class info.magnolia.module.forum.frontend.action.AbstractThreadAction
 

R

ReferenceControl - Class in info.magnolia.module.forum.admin.dialog
Deprecated. since 1.3 use ExtendedDialogEdit instead.
ReferenceControl() - Constructor for class info.magnolia.module.forum.admin.dialog.ReferenceControl
Deprecated.  
renderHtml(TreeColumn, Content) - Method in class info.magnolia.module.forum.admin.ContentTreeColumnHtmlRenderer
 
renderHtml(TreeColumn, Content) - Method in class info.magnolia.module.forum.admin.StatusColumnHtmlRenderer
 
renderHtml(TreeColumn, Content) - Method in class info.magnolia.module.forum.admin.TitleTreeColumnHtmlRenderer
 
renderHtml(String) - Method in class info.magnolia.module.forum.frontend.ForumController
This implementation does a redirect: - to the view parameter, using it as a url.
replyToThread(String, String, String, String, String, boolean) - Method in class info.magnolia.module.forum.DefaultForumManager
 
replyToThread(String, String, String, String, String, boolean) - Method in interface info.magnolia.module.forum.ForumManager
Adds a message to a thread and returns this new message's node.
replyToThread() - Method in class info.magnolia.module.forum.frontend.ForumController
 
ReRegisterNodeTypes - Class in info.magnolia.module.forum.setup
Forces the re-registration of the forum node types.
ReRegisterNodeTypes() - Constructor for class info.magnolia.module.forum.setup.ReRegisterNodeTypes
 
ROLE_FORUM_ALL_ADMIN - Static variable in class info.magnolia.module.forum.DefaultForumManager
 
ROLE_FORUM_ALL_MODERATOR - Static variable in class info.magnolia.module.forum.DefaultForumManager
 
ROLE_FORUM_ALL_USER - Static variable in class info.magnolia.module.forum.DefaultForumManager
 
ROLE_FORUM_BASE - Static variable in class info.magnolia.module.forum.DefaultForumManager
Deprecated. since 3.3 This role is no more supported.
ROLE_FORUM_MODERATOR_BASE - Static variable in class info.magnolia.module.forum.DefaultForumManager
Deprecated. since 3.3 This role is no more supported.

S

save() - Method in class info.magnolia.module.forum.admin.dialog.ForumEditDialogHandler
 
save() - Method in class info.magnolia.module.forum.admin.dialog.ThreadEditDialogHandler
 
SaveDialogNewForumAction - Class in info.magnolia.module.forum.app.action
This is the SaveDialogAction called when commiting the dialog to create a new forum on the Admin-UI; its extending SaveDialogAction.
SaveDialogNewForumAction(SaveDialogNewForumActionDefinition, Item, EditorValidator, EditorCallback) - Constructor for class info.magnolia.module.forum.app.action.SaveDialogNewForumAction
 
SaveDialogNewForumActionDefinition - Class in info.magnolia.module.forum.app.action
The ActionDefinition to call SaveDialogNewForumAction.
SaveDialogNewForumActionDefinition() - Constructor for class info.magnolia.module.forum.app.action.SaveDialogNewForumActionDefinition
 
SaveDialogNewThreadAction - Class in info.magnolia.module.forum.app.action
This is the SaveDialogAction called when commiting the dialog; it is responsible to create a new thread on the Admin-UI, extending SaveDialogAction, defined by SaveDialogNewThreadActionDefinition.
SaveDialogNewThreadAction(SaveDialogNewThreadActionDefinition, Item, EditorValidator, EditorCallback) - Constructor for class info.magnolia.module.forum.app.action.SaveDialogNewThreadAction
 
SaveDialogNewThreadActionDefinition - Class in info.magnolia.module.forum.app.action
This the ActionDefinition to call SaveDialogNewThreadAction.
SaveDialogNewThreadActionDefinition() - Constructor for class info.magnolia.module.forum.app.action.SaveDialogNewThreadActionDefinition
 
setCreateRolesForNewForums(boolean) - Method in class info.magnolia.module.forum.ForumConfiguration
 
setDisplayedCharactersInForumTree(int) - Method in class info.magnolia.module.forum.ForumConfiguration
 
setEditable(boolean) - Method in class info.magnolia.module.forum.admin.dialog.ExtendedDialogEdit
 
setForumId(String) - Method in class info.magnolia.module.forum.frontend.action.AbstractThreadAction
 
setInReplyTo(String) - Method in class info.magnolia.module.forum.frontend.action.ThreadReply
 
setItemTypes(String) - Method in class info.magnolia.module.forum.admin.ForumAdminTreeMVCHandler
 
setMessageNamePattern(String) - Method in class info.magnolia.module.forum.ForumConfiguration
Date pattern (SimpleDateFormat) compatible) that is used to generate message node names.
setMessages(PagedResult) - Method in class info.magnolia.module.forum.frontend.action.ThreadView
 
setMessagesPerPage(int) - Method in class info.magnolia.module.forum.ForumConfiguration
 
setPage(long) - Method in class info.magnolia.module.forum.frontend.action.ThreadView
 
setRepository(String) - Method in class info.magnolia.module.forum.ForumConfiguration
 
setShowingUnvalidatedMessages(boolean) - Method in class info.magnolia.module.forum.ForumConfiguration
 
setThreadId(String) - Method in class info.magnolia.module.forum.frontend.action.AbstractThreadAction
 
setupForumIdFromContent() - Method in class info.magnolia.module.forum.frontend.action.AbstractThreadAction
 
setupThreadIdFromContent() - Method in class info.magnolia.module.forum.frontend.action.AbstractThreadAction
 
start(Location) - Method in class info.magnolia.module.forum.app.ForumContentApp
 
StatusColumnHtmlRenderer - Class in info.magnolia.module.forum.admin
Column renderer used to display forum message status.
StatusColumnHtmlRenderer() - Constructor for class info.magnolia.module.forum.admin.StatusColumnHtmlRenderer
 

T

thread - Variable in class info.magnolia.module.forum.frontend.action.AbstractThreadAction
 
THREAD_NODETYPE - Static variable in class info.magnolia.module.forum.DefaultForumManager
 
ThreadColumnDefinition - Class in info.magnolia.module.forum.app.column
A definition-class for the ThreadColumnFormatter-class.
ThreadColumnDefinition() - Constructor for class info.magnolia.module.forum.app.column.ThreadColumnDefinition
 
ThreadColumnFormatter - Class in info.magnolia.module.forum.app.column
A formatter class which allows to display the title of a thread which is the parent node of a message.
ThreadColumnFormatter(ThreadColumnDefinition) - Constructor for class info.magnolia.module.forum.app.column.ThreadColumnFormatter
 
ThreadEditDialogHandler - Class in info.magnolia.module.forum.admin.dialog
Customized dialog for editing thread properties.
ThreadEditDialogHandler(String, HttpServletRequest, HttpServletResponse, Content) - Constructor for class info.magnolia.module.forum.admin.dialog.ThreadEditDialogHandler
 
threadId - Variable in class info.magnolia.module.forum.frontend.action.AbstractThreadAction
 
ThreadList<RD extends info.magnolia.rendering.template.RenderableDefinition> - Class in info.magnolia.module.forum.frontend.action
Action to list all available threads.
ThreadList(Node, RD, RenderingModel<?>, SimpleTranslator) - Constructor for class info.magnolia.module.forum.frontend.action.ThreadList
 
ThreadNew<RD extends info.magnolia.rendering.template.RenderableDefinition> - Class in info.magnolia.module.forum.frontend.action
Action to create a new thread.
ThreadNew(Node, RD, RenderingModel<?>, SimpleTranslator) - Constructor for class info.magnolia.module.forum.frontend.action.ThreadNew
 
ThreadReply<RD extends info.magnolia.rendering.template.RenderableDefinition> - Class in info.magnolia.module.forum.frontend.action
Action to post a message on a thread.
ThreadReply(Node, RD, RenderingModel<?>) - Constructor for class info.magnolia.module.forum.frontend.action.ThreadReply
 
ThreadView<RD extends info.magnolia.rendering.template.RenderableDefinition> - Class in info.magnolia.module.forum.frontend.action
Action to see all messages on a thread.
ThreadView(Node, RD, RenderingModel<?>) - Constructor for class info.magnolia.module.forum.frontend.action.ThreadView
 
ThreadView(Node, RD, RenderingModel<?>, ForumManager, ForumConfiguration) - Constructor for class info.magnolia.module.forum.frontend.action.ThreadView
 
TITLE_PROPERTY - Static variable in class info.magnolia.module.forum.DefaultForumManager
 
TitleTreeColumnHtmlRenderer - Class in info.magnolia.module.forum.admin
Custom renderer for forum titles.
TitleTreeColumnHtmlRenderer() - Constructor for class info.magnolia.module.forum.admin.TitleTreeColumnHtmlRenderer
 

U

uiContext - Variable in class info.magnolia.module.forum.app.action.ForumCommandAction
 
UnlockableRule - Class in info.magnolia.module.forum.app.availability
This rule - an AvailabilityRule - checks whether an Item can be unlocked.
UnlockableRule() - Constructor for class info.magnolia.module.forum.app.availability.UnlockableRule
 
unlockForum(String) - Method in class info.magnolia.module.forum.DefaultForumManager
 
unlockForum(String) - Method in interface info.magnolia.module.forum.ForumManager
 
UnlockForumActionDefinition - Class in info.magnolia.module.forum.app.action
The actionDefinition-class for the action which takes care to unlock a forum, using the impl.-class ForumCommandAction and setting the command to unlock the forum.
UnlockForumActionDefinition() - Constructor for class info.magnolia.module.forum.app.action.UnlockForumActionDefinition
 
UnlockForumCommand - Class in info.magnolia.module.forum.admin.command
Command to unlock previously locked forum.
UnlockForumCommand() - Constructor for class info.magnolia.module.forum.admin.command.UnlockForumCommand
 
unlockThread(String) - Method in class info.magnolia.module.forum.DefaultForumManager
 
unlockThread(String) - Method in interface info.magnolia.module.forum.ForumManager
 
UnlockThreadActionDefinition - Class in info.magnolia.module.forum.app.action
The actionDefinition-class for the action which takes care to unlock a thread, using the impl.-class ForumCommandAction and setting the command to unlock the thread.
UnlockThreadActionDefinition() - Constructor for class info.magnolia.module.forum.app.action.UnlockThreadActionDefinition
 
UnlockThreadCommand - Class in info.magnolia.module.forum.admin.command
Command to unlock previously locked thread.
UnlockThreadCommand() - Constructor for class info.magnolia.module.forum.admin.command.UnlockThreadCommand
 

V

ValidatableRule - Class in info.magnolia.module.forum.app.availability
This AvailabilityRule checks whether an Item - a forum-message - can be validated.
ValidatableRule() - Constructor for class info.magnolia.module.forum.app.availability.ValidatableRule
 
validate(String) - Method in class info.magnolia.module.forum.DefaultForumManager
 
validate(String) - Method in interface info.magnolia.module.forum.ForumManager
 
VALIDATED_PROPERTY - Static variable in class info.magnolia.module.forum.DefaultForumManager
 
ValidatedColumnDefinition - Class in info.magnolia.module.forum.app.column
A definition class to specify the ValidatedColumnFormatter-class.
ValidatedColumnDefinition() - Constructor for class info.magnolia.module.forum.app.column.ValidatedColumnDefinition
 
ValidatedColumnFormatter - Class in info.magnolia.module.forum.app.column
A class to format the colomn "validated".
ValidatedColumnFormatter(ValidatedColumnDefinition) - Constructor for class info.magnolia.module.forum.app.column.ValidatedColumnFormatter
 
ValidateMessageActionDefinition - Class in info.magnolia.module.forum.app.action
The actionDefinition-class for the action to validate a message, using the impl.-class ForumCommandAction and setting the command to validate the message.
ValidateMessageActionDefinition() - Constructor for class info.magnolia.module.forum.app.action.ValidateMessageActionDefinition
 
ValidateMessageCommand - Class in info.magnolia.module.forum.admin.command
Command to set validation status of the message to DefaultForumManager.VALIDATED_PROPERTY.
ValidateMessageCommand() - Constructor for class info.magnolia.module.forum.admin.command.ValidateMessageCommand
 

A C D E F G I J L M N O P R S T U V

Copyright © 2014 Magnolia International Ltd.. All Rights Reserved.