Class DefaultExportGridAction
- java.lang.Object
-
- com.broadleafcommerce.metadata.dsl.core.extension.actions.AbstractAction<DefaultExportGridAction>
-
- com.broadleafcommerce.metadata.dsl.core.extension.actions.DefaultExportGridAction
-
- All Implemented Interfaces:
Action<DefaultExportGridAction>
,Copyable<DefaultExportGridAction>
,ExportGridAction<DefaultExportGridAction>
,FormAction<DefaultExportGridAction>
,Serializable
,Comparable<DefaultExportGridAction>
public class DefaultExportGridAction extends AbstractAction<DefaultExportGridAction> implements ExportGridAction<DefaultExportGridAction>
The default implementation forExportGridAction
.- Author:
- Dima Myroniuk (dmyroniuk)
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.broadleafcommerce.metadata.dsl.core.extension.actions.ExportGridAction
ExportGridAction.ActionTypes, ExportGridAction.Attributes, ExportGridAction.EndpointTypes, ExportGridAction.FieldNames
-
Nested classes/interfaces inherited from interface com.broadleafcommerce.metadata.dsl.core.extension.actions.FormAction
FormAction.Keys
-
-
Constructor Summary
Constructors Constructor Description DefaultExportGridAction()
DefaultExportGridAction(ExportGridAction<?> exportGridAction)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DefaultExportGridAction
copy()
-
Methods inherited from class com.broadleafcommerce.metadata.dsl.core.extension.actions.AbstractAction
canEqual, compareTo, equals, getAttributes, getComponents, getEndpoints, getId, getLabel, getOperationType, getOrder, getPlacement, getScope, getType, hashCode, setAttributes, setComponents, setEndpoints, setId, setLabel, setOperationType, setOrder, setPlacement, setScope, setType
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.broadleafcommerce.metadata.dsl.core.Action
addComponent, addComponents, addEndpoint, addEndpoint, apply, attribute, clearEndpoints, findAttribute, findComponent, findComponent, findComponents, findEndpoint, findEndpoint, findEndpoints, get, get, getAttribute, getAttribute, getAttributes, getComponent, getComponent, getComponents, getComponentsList, getEndpoint, getEndpoint, getEndpoints, getEndpointsList, getId, getLabel, getOperationType, getOrder, getPlacement, getScope, getType, hasAttribute, hasComponent, hasEndpoint, id, label, label, operationType, order, placement, removeAttribute, removeComponent, removeEndpoint, scope, self, setAttributes, setComponents, setEndpoints, setId, setLabel, setOperationType, setOrder, setPlacement, setScope, setType, type
-
Methods inherited from interface java.lang.Comparable
compareTo
-
Methods inherited from interface com.broadleafcommerce.metadata.dsl.core.extension.actions.ExportGridAction
addFileTypeField, addNameField, addReadExportEndpoint, addStartExportEndpoint, addTimeZoneField, downloadExportUri, fileTypeField, fileTypeField, nameField, nameField, readExportEndpoint, removeFileTypeField, removeNameField, removeReadExportEndpoint, removeStartExportEndpoint, removeTimeZoneField, startExportEndpoint, timeZoneField, timeZoneField
-
Methods inherited from interface com.broadleafcommerce.metadata.dsl.core.extension.actions.FormAction
addExternal, addExternal, addField, addField, addField, addFormComponents, addGroup, addGroup, external, field, findExternal, findField, findGroup, getExternal, getField, getGroup, group, removeExternal, removeField, removeGroup
-
-
-
-
Constructor Detail
-
DefaultExportGridAction
public DefaultExportGridAction()
-
DefaultExportGridAction
public DefaultExportGridAction(ExportGridAction<?> exportGridAction)
-
-
Method Detail
-
copy
public DefaultExportGridAction copy()
- Specified by:
copy
in interfaceCopyable<DefaultExportGridAction>
- Returns:
- a deep copy of this instance
-
-