Uses of Interface
de.hybris.platform.core.ItemDeployment.Attribute
-
Packages that use ItemDeployment.Attribute Package Description de.hybris.platform.core de.hybris.platform.persistence de.hybris.platform.util.typesystem -
-
Uses of ItemDeployment.Attribute in de.hybris.platform.core
Methods in de.hybris.platform.core that return ItemDeployment.Attribute Modifier and Type Method Description ItemDeployment.AttributeItemDeployment.IndexAttribute. attribute()ItemDeployment.AttributeItemDeployment. getAttribute(java.lang.String qualifier) -
Uses of ItemDeployment.Attribute in de.hybris.platform.persistence
Method parameters in de.hybris.platform.persistence with type arguments of type ItemDeployment.Attribute Modifier and Type Method Description static voidTableJDBC. updateTable(java.sql.Connection conn, ItemDeployment depl, DBTable table, java.util.Collection<ItemDeployment.Attribute> missingAttributes, DeploymentImpl deployments)Modifies a existing item table. -
Uses of ItemDeployment.Attribute in de.hybris.platform.util.typesystem
Methods in de.hybris.platform.util.typesystem that return ItemDeployment.Attribute Modifier and Type Method Description ItemDeployment.AttributeYItemDeploymentWrapper. getAttribute(java.lang.String persistenceQualifier)Methods in de.hybris.platform.util.typesystem that return types with arguments of type ItemDeployment.Attribute Modifier and Type Method Description protected java.util.Map<java.lang.String,ItemDeployment.Attribute>YItemDeploymentWrapper. attributes()protected java.util.Map<java.lang.String,ItemDeployment.Attribute>YItemDeploymentWrapper. createAttributes(YDeployment depl)java.util.Collection<ItemDeployment.Attribute>YItemDeploymentWrapper. getAttributes()
-