Class BaseMultipleEntitiesCommand<BE extends BaseEntity,F extends BaseForm>

All Implemented Interfaces:
GraphQlSecurityCommand<F>, ExecutionErrorAccumulator, ExecutionWarningAccumulator, SecurityMessageAccumulator
Direct Known Subclasses:
GetContentForumsCommand, GetEntityIntegerRangesCommand, GetEntityListItemsCommand, GetEntityLongRangesCommand, GetMimeTypeFileExtensionsCommand, GetMimeTypeUsagesCommand, GetPaymentProcessorActionTypesCommand, GetPaymentProcessorResultCodesCommand, GetPaymentProcessorTransactionCodesCommand, GetPaymentProcessorTransactionsCommand, GetSelectorsCommand, GetShippingMethodsCommand

public abstract class BaseMultipleEntitiesCommand<BE extends BaseEntity,F extends BaseForm> extends BaseSimpleCommand<F> implements GraphQlSecurityCommand<F>