public class ParsedDeployments extends Object implements DeploymentImpl
| Constructor and Description |
|---|
ParsedDeployments(YTypeSystem system) |
ParsedDeployments(YTypeSystem system,
Set<YExtension> hideExtensions) |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<ItemDeployment> |
createDeployments(YTypeSystem sys,
Set<YExtension> hideExtensions) |
Set<String> |
getBeanIDs()
Returns all deployment names.
|
String |
getColumnDefinition(String database,
String attributeClassName) |
ItemDeployment |
getItemDeployment(String beanID) |
Map<String,String> |
getJavaTypeMapping(String database) |
public ParsedDeployments(YTypeSystem system)
public ParsedDeployments(YTypeSystem system, Set<YExtension> hideExtensions)
protected Collection<ItemDeployment> createDeployments(YTypeSystem sys, Set<YExtension> hideExtensions)
public Set<String> getBeanIDs()
getBeanIDs in interface DeploymentImplpublic final String getColumnDefinition(String database, String attributeClassName)
getColumnDefinition in interface DeploymentImplattributeClassName - the cmp field class of a given cmp field attributepublic ItemDeployment getItemDeployment(String beanID)
getItemDeployment in interface DeploymentImplbeanID - the deployment name of an item - should be package name + bean name from ejb-jar-xsl.xmlpublic Map<String,String> getJavaTypeMapping(String database)
getJavaTypeMapping in interface DeploymentImplCopyright © 2017 SAP SE. All Rights Reserved.