Class AddElementsToCollectionAction

All Implemented Interfaces:
IAction, IChangeControllersAction, IChangeModeAction, ICustomViewAction, IModuleContextAction, INavigationAction, IRequestAction

public class AddElementsToCollectionAction extends SaveElementInCollectionAction implements INavigationAction
This is for the case of collections of entities without @AsEmbedded (or without as-aggregate="true").

The remaining cases are treated by SaveElementInCollectionAction.
This case add a group of entities from a list.

Author:
Javier Paniza, Jeromy Altuna