com.gentics.contentnode.rest.model.response
Class ExportSelectionResponse

java.lang.Object
  extended by com.gentics.contentnode.rest.model.response.GenericResponse
      extended by com.gentics.contentnode.rest.model.response.ExportSelectionResponse

public class ExportSelectionResponse
extends GenericResponse

Response containing the list of subselected folders


Field Summary
protected  List<Integer> folders
          List of subselected folders
protected  Map<Integer,List<Integer>> inheritedFolders
          Map of subselected inherited folders
 
Constructor Summary
ExportSelectionResponse()
          Empty constructor
ExportSelectionResponse(Message message, ResponseInfo responseInfo)
          Create a response with given message and response info
 
Method Summary
 List<Integer> getFolders()
          Get the subselected folders
 Map<Integer,List<Integer>> getInheritedFolders()
          Get the subselected inherited folders
 void setFolders(List<Integer> folders)
          Set the subselected folders
 void setInheritedFolders(Map<Integer,List<Integer>> inheritedFolders)
          Set the subselected inherited folders
 
Methods inherited from class com.gentics.contentnode.rest.model.response.GenericResponse
addMessage, getMessages, getResponseInfo, setMessages, setResponseInfo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

folders

protected List<Integer> folders
List of subselected folders


inheritedFolders

protected Map<Integer,List<Integer>> inheritedFolders
Map of subselected inherited folders

Constructor Detail

ExportSelectionResponse

public ExportSelectionResponse()
Empty constructor


ExportSelectionResponse

public ExportSelectionResponse(Message message,
                               ResponseInfo responseInfo)
Create a response with given message and response info

Parameters:
message - message
responseInfo - response info
Method Detail

getFolders

public List<Integer> getFolders()
Get the subselected folders

Returns:
the folders

setFolders

public void setFolders(List<Integer> folders)
Set the subselected folders

Parameters:
folders - the folders to set

getInheritedFolders

public Map<Integer,List<Integer>> getInheritedFolders()
Get the subselected inherited folders

Returns:
the inheritedFolders

setInheritedFolders

public void setInheritedFolders(Map<Integer,List<Integer>> inheritedFolders)
Set the subselected inherited folders

Parameters:
inheritedFolders - the inheritedFolders to set


Copyright © 2015 Gentics Software GmbH. All Rights Reserved.