org.opencms.ade.containerpage.shared
Class CmsGroupContainerSaveResult

java.lang.Object
  extended by org.opencms.ade.containerpage.shared.CmsGroupContainerSaveResult
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable

public class CmsGroupContainerSaveResult
extends java.lang.Object
implements com.google.gwt.user.client.rpc.IsSerializable

Bean which holds the results of saving a group container.


Constructor Summary
protected CmsGroupContainerSaveResult()
          Default constructor for serialization.
  CmsGroupContainerSaveResult(java.util.Map<java.lang.String,CmsContainerElementData> elementData, java.util.List<CmsRemovedElementStatus> removedElements)
          Creates a new instance.
 
Method Summary
 java.util.Map<java.lang.String,CmsContainerElementData> getElementData()
          Gets the group container elements.
 java.util.List<CmsRemovedElementStatus> getRemovedElements()
          Gets the list of removed elements.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CmsGroupContainerSaveResult

public CmsGroupContainerSaveResult(java.util.Map<java.lang.String,CmsContainerElementData> elementData,
                                   java.util.List<CmsRemovedElementStatus> removedElements)
Creates a new instance.

Parameters:
elementData - the group container elements
removedElements - the removed group container elements

CmsGroupContainerSaveResult

protected CmsGroupContainerSaveResult()
Default constructor for serialization.

Method Detail

getElementData

public java.util.Map<java.lang.String,CmsContainerElementData> getElementData()
Gets the group container elements.

Returns:
the group container elements

getRemovedElements

public java.util.List<CmsRemovedElementStatus> getRemovedElements()
Gets the list of removed elements.

Returns:
the list of removed elements