Uses of Class
de.hybris.bootstrap.typesystem.YDeployment
Packages that use YDeployment
Package
Description
-
Uses of YDeployment in de.hybris.bootstrap.ddl
Methods in de.hybris.bootstrap.ddl with parameters of type YDeploymentModifier and TypeMethodDescriptionprotected YRecordDMLRecordFactory.addCustomProperty(YTypeSystemElement parentElement, YDeployment deployment, PK itemPK, PK itemTypePK, String name, Object value) static intDDLGeneratorUtils.getDeploymentModifiers(YDeployment depl) protected YRecordDMLRecordFactory.newRecord(YDeployment deployment) Constructors in de.hybris.bootstrap.ddl with parameters of type YDeploymentModifierConstructorDescriptionFactoryYRecord(org.apache.commons.beanutils.DynaBean dynaBean, YComposedType type, YDeployment deployment) -
Uses of YDeployment in de.hybris.bootstrap.ddl.model
Methods in de.hybris.bootstrap.ddl.model that return YDeploymentConstructors in de.hybris.bootstrap.ddl.model with parameters of type YDeploymentModifierConstructorDescriptionYRecord(org.apache.commons.beanutils.DynaBean dynaBean, YComposedType type, YDeployment deployment, boolean isForUpdate) YRecord(org.apache.commons.beanutils.DynaBean dynaBean, YDeployment deployment, boolean isForUpdate) -
Uses of YDeployment in de.hybris.bootstrap.typesystem
Methods in de.hybris.bootstrap.typesystem that return YDeploymentModifier and TypeMethodDescriptionYComposedType.getDeployment()YDeploymentElement.getDeployment()YTypeSystem.getDeployment(int typeCode) YTypeSystem.getDeployment(String name) YComposedType.getOwnDeployment()final YDeploymentYNamespace.getOwnDeployment(int typeCode) final YDeploymentYNamespace.getOwnDeployment(String name) YDeployment.getSuperDeployment()PatchedYTypeSystemLoader.loadDeployment(DeploymentDTO xmlDeploymentDTO) YTypeSystemHandler.loadDeployment(DeploymentDTO deploymentDTO) YTypeSystemLoader.loadDeployment(DeploymentDTO dto) protected YDeploymentYTypeSystemLoader.loadDeploymentInternal(String extensionName, String packageName, String name, String superDeployment, int typeCode, boolean isAbstract, boolean isGeneric, boolean isFinal, String tableName, String propsTableName, boolean nonItemDepl) PatchedYTypeSystemLoader.registerDeploymentForType(String codeOfType, String deployment) YTypeSystemHandler.registerDeploymentForType(String codeOfType, String deployment) YTypeSystemLoader.registerDeploymentForType(String codeOfType, String deployment) Methods in de.hybris.bootstrap.typesystem that return types with arguments of type YDeploymentModifier and TypeMethodDescriptionYTypeSystem.getDeployments()YTypeSystem.getDeployments(boolean filterAbstract) protected List<YDeployment>YDeployment.getInheritancePath()YNamespace.getOwnDeployments()YDeployment.getSuperDeployments()Methods in de.hybris.bootstrap.typesystem with parameters of type YDeploymentModifier and TypeMethodDescriptionYTypeSystem.getDeploymentTypes(YDeployment deployment) Finds all types which are mapped to a given deployment or which are super types of the ones directly mapped to the deployment. -
Uses of YDeployment in de.hybris.platform.util.typesystem
Methods in de.hybris.platform.util.typesystem with parameters of type YDeploymentModifier and TypeMethodDescriptionprotected voidYTypeSystemSchemaMapping.assertSystem(YDeployment depl) voidYTypeSystemSchemaMapping.assignColumn(YDeployment deployment, YAttributeDeployment ad, DBColumn column) Assigns a attribute deployment to a certain column.protected Map<String,ItemDeployment.Attribute> YItemDeploymentWrapper.createAttributes(YDeployment depl) protected Map<String,ItemDeployment.FinderMethod> YItemDeploymentWrapper.createFinders(YDeployment depl) protected Map<String,ItemDeployment.Index> YItemDeploymentWrapper.createIndexes(YDeployment depl) YTypeSystemSchemaMapping.getColumn(YDeployment deployment, YAttributeDeployment ad) Retrieves the mapped column for a given attribute deployment within a item deployment.YTypeSystemSchemaMapping.getColumns(YDeployment depl) Returns all mapped attributes for a given item deployment.protected ItemDeploymentYPersistenceManager.wrapDeployment(YDeployment depl) Constructors in de.hybris.platform.util.typesystem with parameters of type YDeployment