Class ExcelExportWizardForm
- java.lang.Object
-
- com.hybris.backoffice.excel.export.wizard.ExcelExportWizardForm
-
public class ExcelExportWizardForm extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ExcelExportWizardForm()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.util.List<SelectedAttribute>getAttributes()Deprecated, for removal: This API element is subject to removal in a future version.since 6.7 no longer used please usegetAttributesForm()com.hybris.backoffice.attributechooser.AttributeChooserFormgetAttributesForm()com.hybris.backoffice.attributechooser.AttributeChooserFormgetClassificationAttributesForm()com.hybris.cockpitng.search.data.pageable.Pageable<ItemModel>getPageable()intgetSize()java.lang.StringgetTypeCode()inthashCode()booleanisExportTemplate()voidsetAttributes(java.util.List<SelectedAttribute> attributes)Deprecated, for removal: This API element is subject to removal in a future version.since 6.7 no longer used please usegetAttributesForm()voidsetAttributesForm(com.hybris.backoffice.attributechooser.AttributeChooserForm attributesForm)voidsetClassificationAttributesForm(com.hybris.backoffice.attributechooser.AttributeChooserForm classificationAttributesForm)voidsetExportTemplate(boolean exportTemplate)voidsetPageable(com.hybris.cockpitng.search.data.pageable.Pageable<ItemModel> pageable)voidsetTypeCode(java.lang.String typeCode)
-
-
-
Method Detail
-
getPageable
public com.hybris.cockpitng.search.data.pageable.Pageable<ItemModel> getPageable()
-
setPageable
public void setPageable(com.hybris.cockpitng.search.data.pageable.Pageable<ItemModel> pageable)
-
getTypeCode
public java.lang.String getTypeCode()
-
setTypeCode
public void setTypeCode(java.lang.String typeCode)
-
getSize
public int getSize()
-
getAttributes
@Deprecated(since="6.7", forRemoval=true) public java.util.List<SelectedAttribute> getAttributes()Deprecated, for removal: This API element is subject to removal in a future version.since 6.7 no longer used please usegetAttributesForm()
-
setAttributes
@Deprecated(since="6.7", forRemoval=true) public void setAttributes(java.util.List<SelectedAttribute> attributes)Deprecated, for removal: This API element is subject to removal in a future version.since 6.7 no longer used please usegetAttributesForm()
-
getAttributesForm
public com.hybris.backoffice.attributechooser.AttributeChooserForm getAttributesForm()
-
setAttributesForm
public void setAttributesForm(com.hybris.backoffice.attributechooser.AttributeChooserForm attributesForm)
-
getClassificationAttributesForm
public com.hybris.backoffice.attributechooser.AttributeChooserForm getClassificationAttributesForm()
-
setClassificationAttributesForm
public void setClassificationAttributesForm(com.hybris.backoffice.attributechooser.AttributeChooserForm classificationAttributesForm)
-
isExportTemplate
public boolean isExportTemplate()
-
setExportTemplate
public void setExportTemplate(boolean exportTemplate)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-