| Package | Description |
|---|---|
| de.hybris.platform.print.model.table |
Contains generated models for each type of de.hybris.platform.print.jalo.table package.
|
| de.hybris.platform.print.resource.table |
| Modifier and Type | Class and Description |
|---|---|
class |
CollectionParameterValueModel
Generated model class for type CollectionParameterValue first defined at extension print.
|
class |
MapParameterValueModel
Generated model class for type MapParameterValue first defined at extension print.
|
class |
SingleParameterValueModel
Generated model class for type SingleParameterValue first defined at extension print.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<ParameterValueModel> |
MapParameterValueModel.getEntries()
Generated method - Getter of the
MapParameterValue.entries attribute defined at extension print. |
List<ParameterValueModel> |
CollectionParameterValueModel.getEntries()
Generated method - Getter of the
CollectionParameterValue.entries attribute defined at extension print. |
Map<Object,ParameterValueModel> |
MapParameterValueModel.getParameterMap()
Generated method - Getter of the
MapParameterValue.parameterMap attribute defined at extension print. |
Map<String,ParameterValueModel> |
AbstractTableDataHolderModel.getParameters()
Generated method - Getter of the
AbstractTableDataHolder.parameters attribute defined at extension print. |
| Modifier and Type | Method and Description |
|---|---|
void |
MapParameterValueModel.setEntries(Collection<ParameterValueModel> value)
Generated method - Setter of
MapParameterValue.entries attribute defined at extension print. |
void |
CollectionParameterValueModel.setEntries(List<ParameterValueModel> value)
Generated method - Setter of
CollectionParameterValue.entries attribute defined at extension print. |
void |
MapParameterValueModel.setParameterMap(Map<Object,ParameterValueModel> value)
Generated method - Setter of
MapParameterValue.parameterMap attribute defined at extension print. |
void |
AbstractTableDataHolderModel.setParameters(Map<String,ParameterValueModel> value)
Generated method - Setter of
AbstractTableDataHolder.parameters attribute defined at extension print. |
| Modifier and Type | Method and Description |
|---|---|
ParameterValueModel |
ParameterValueResource.getParameterValueModel()
Convenience method which just delegates to
#getResourceValue() |
protected ParameterValueModel |
ParameterValueResource.readResource(String resourceId)
Gets the
ParameterValueModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<ParameterValueModel> |
ParameterValuesResource.getParameterValuesCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
ParameterValueResource.setParameterValueModel(ParameterValueModel value)
Convenience method which just delegates to
#setResourceValue(ParameterValueModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
ParameterValuesResource.setParameterValuesCollection(Collection<ParameterValueModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2017 SAP SE. All Rights Reserved.