Uses of Interface
de.hybris.platform.core.DeploymentImpl
Packages that use DeploymentImpl
Package
Description
-
Uses of DeploymentImpl in de.hybris.platform.core
Methods in de.hybris.platform.core with parameters of type DeploymentImplModifier and TypeMethodDescriptionItemDeployment.Attribute.getColumnDeclaration(String database, DeploymentImpl deployment) -
Uses of DeploymentImpl in de.hybris.platform.persistence
Methods in de.hybris.platform.persistence with parameters of type DeploymentImplModifier and TypeMethodDescriptionstatic voidTableJDBC.createTable(Connection conn, ItemDeployment depl, DeploymentImpl deployments) Creates a item table.static voidTableJDBC.updateTable(Connection conn, ItemDeployment depl, DBTable table, Collection<ItemDeployment.Attribute> missingAttributes, DeploymentImpl deployments) Modifies a existing item table. -
Uses of DeploymentImpl in de.hybris.platform.persistence.numberseries
Methods in de.hybris.platform.persistence.numberseries with parameters of type DeploymentImplModifier and TypeMethodDescriptionprotected voidDefaultSerialNumberDAO.alterSeriesTable(Connection conn, DeploymentImpl deployments, ItemDeployment depl, de.hybris.platform.persistence.numberseries.DefaultSerialNumberDAO.TableInfo info) protected voidDefaultSerialNumberDAO.createSeriesTable(Connection conn, DeploymentImpl deployments, ItemDeployment depl) protected voidDefaultSerialNumberDAO.initTable(Connection conn, DeploymentImpl deployments, ItemDeployment depl, de.hybris.platform.persistence.numberseries.DefaultSerialNumberDAO.TableInfo info) -
Uses of DeploymentImpl in de.hybris.platform.util.typesystem
Classes in de.hybris.platform.util.typesystem that implement DeploymentImplMethods in de.hybris.platform.util.typesystem that return DeploymentImplModifier and TypeMethodDescriptionstatic DeploymentImplTypeSystemUtils.loadDeployments(String extName, boolean update) static DeploymentImplTypeSystemUtils.loadDeployments(List<String> extNames, boolean validate, boolean update) static DeploymentImplTypeSystemUtils.loadDeployments(List<String> extNames, boolean validate, boolean update, boolean ignoreDeploymentsTable) static DeploymentImplTypeSystemUtils.loadDeploymentsForInitialization(String extName, boolean forceClean) static DeploymentImplTypeSystemUtils.loadDeploymentsForMigration(String extensionName, boolean update, boolean validate)