org.opencms.ade.postupload.shared
Class CmsPostUploadDialogBean

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

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

Runtime data bean for prefetching.

Since:
8.0.0

Field Summary
static java.lang.String DICT_NAME
          Name of the used js variable.
 
Constructor Summary
CmsPostUploadDialogBean()
          Default constructor for serialization.
CmsPostUploadDialogBean(java.util.Map<CmsUUID,java.lang.String> resources)
          Creates a new instance.
 
Method Summary
 java.util.Map<CmsUUID,java.lang.String> getResources()
          Returns the list of resource paths.
 boolean isUsePropertyConfiguration()
          Returns true if the property configurations should be used.
 void setResources(java.util.Map<CmsUUID,java.lang.String> resources)
          Sets the map of resources for which the properties should be uploaded.
 void setUsePropertyConfiguration(boolean useConfiguration)
          Enables/disables use of the property configuration.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DICT_NAME

public static final java.lang.String DICT_NAME
Name of the used js variable.

See Also:
Constant Field Values
Constructor Detail

CmsPostUploadDialogBean

public CmsPostUploadDialogBean()
Default constructor for serialization.


CmsPostUploadDialogBean

public CmsPostUploadDialogBean(java.util.Map<CmsUUID,java.lang.String> resources)
Creates a new instance.

Parameters:
resources - the map of resources for which the properties should be uploaded
Method Detail

getResources

public java.util.Map<CmsUUID,java.lang.String> getResources()
Returns the list of resource paths.

Returns:
the list of resource paths

isUsePropertyConfiguration

public boolean isUsePropertyConfiguration()
Returns true if the property configurations should be used.

Returns:
true if the property configurations should be used

setResources

public void setResources(java.util.Map<CmsUUID,java.lang.String> resources)
Sets the map of resources for which the properties should be uploaded.

Parameters:
resources - the map of resources for which the properties should be uploaded

setUsePropertyConfiguration

public void setUsePropertyConfiguration(boolean useConfiguration)
Enables/disables use of the property configuration.

Parameters:
useConfiguration - true if the property configuration should be used