org.riotfamily.riot.list.command
Interface BatchCommand

All Superinterfaces:
Command
All Known Implementing Classes:
CutCommand, CutPageCommand, DeleteCommand, DeletePageCommand, DiscardPageCommand, PublishPageCommand, UnpublishPageCommand

public interface BatchCommand
extends Command

Since:
7.0
Author:
Felix Gnass [fgnass at neteye dot de]

Method Summary
 String getBatchConfirmationMessage(CommandContext context)
           
 
Methods inherited from interface org.riotfamily.riot.list.command.Command
execute, getAction, getConfirmationMessage, getId, getItemStyleClass, getLabel, getStyleClass, isEnabled, isShowOnForm, setId
 

Method Detail

getBatchConfirmationMessage

String getBatchConfirmationMessage(CommandContext context)