Class ParsedDeployments
java.lang.Object
de.hybris.platform.util.typesystem.ParsedDeployments
- All Implemented Interfaces:
DeploymentImpl,Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionParsedDeployments(YTypeSystem system) ParsedDeployments(YTypeSystem system, Set<YExtension> hideExtensions) -
Method Summary
Modifier and TypeMethodDescriptionprotected Collection<ItemDeployment>createDeployments(YTypeSystem sys, Set<YExtension> hideExtensions) Returns all deployment names.final StringgetColumnDefinition(String database, String attributeClassName) getItemDeployment(String beanID) getJavaTypeMapping(String database)
-
Constructor Details
-
ParsedDeployments
-
ParsedDeployments
-
-
Method Details
-
createDeployments
protected Collection<ItemDeployment> createDeployments(YTypeSystem sys, Set<YExtension> hideExtensions) -
getBeanIDs
Returns all deployment names.- Specified by:
getBeanIDsin interfaceDeploymentImpl- Returns:
- all item deployment names available in this deployment
-
getColumnDefinition
- Specified by:
getColumnDefinitionin interfaceDeploymentImplattributeClassName- the cmp field class of a given cmp field attribute- Returns:
- the sql column defintion for the current database
-
getItemDeployment
- Specified by:
getItemDeploymentin interfaceDeploymentImpl- Parameters:
beanID- the deployment name of an item - should be package name + bean name from ejb-jar-xsl.xml- Returns:
- a item deployment info object
-
getJavaTypeMapping
- Specified by:
getJavaTypeMappingin interfaceDeploymentImpl- Returns:
- a map { java class name -> column type as string } for the currently configured database ( see param 'database.name' )
-