Uses of Interface
de.hybris.platform.core.DeploymentImpl
-
Packages that use DeploymentImpl Package Description de.hybris.platform.core de.hybris.platform.persistence de.hybris.platform.persistence.numberseries de.hybris.platform.util.typesystem -
-
Uses of DeploymentImpl in de.hybris.platform.core
Methods in de.hybris.platform.core with parameters of type DeploymentImpl Modifier and Type Method Description java.lang.StringItemDeployment.Attribute. getColumnDeclaration(java.lang.String database, DeploymentImpl deployment) -
Uses of DeploymentImpl in de.hybris.platform.persistence
Methods in de.hybris.platform.persistence with parameters of type DeploymentImpl Modifier and Type Method Description static voidTableJDBC. createTable(java.sql.Connection conn, ItemDeployment depl, DeploymentImpl deployments)Creates a item table.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 DeploymentImpl in de.hybris.platform.persistence.numberseries
Methods in de.hybris.platform.persistence.numberseries with parameters of type DeploymentImpl Modifier and Type Method Description protected voidDefaultSerialNumberDAO. alterSeriesTable(java.sql.Connection conn, DeploymentImpl deployments, ItemDeployment depl, de.hybris.platform.persistence.numberseries.DefaultSerialNumberDAO.TableInfo info)protected voidDefaultSerialNumberDAO. createSeriesTable(java.sql.Connection conn, DeploymentImpl deployments, ItemDeployment depl)protected voidDefaultSerialNumberDAO. initTable(java.sql.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 DeploymentImpl Modifier and Type Class Description classParsedDeploymentsMethods in de.hybris.platform.util.typesystem that return DeploymentImpl Modifier and Type Method Description static DeploymentImplTypeSystemUtils. loadDeployments(java.lang.String extName, boolean update)static DeploymentImplTypeSystemUtils. loadDeployments(java.util.List<java.lang.String> extNames, boolean validate, boolean update)static DeploymentImplTypeSystemUtils. loadDeployments(java.util.List<java.lang.String> extNames, boolean validate, boolean update, boolean ignoreDeploymentsTable)static DeploymentImplTypeSystemUtils. loadDeploymentsForInitialization(java.lang.String extName, boolean forceClean)static DeploymentImplTypeSystemUtils. loadDeploymentsForMigration(java.lang.String extensionName, boolean update, boolean validate)
-