Class WebservicesConfig
- java.lang.Object
-
- de.hybris.bootstrap.codegenerator.platformwebservices.WebservicesConfig
-
@Deprecated(since="1818", forRemoval=true) public class WebservicesConfig extends java.lang.ObjectDeprecated, for removal: This API element is subject to removal in a future version.since 1818Platformwebservices configuration.
-
-
Constructor Summary
Constructors Constructor Description WebservicesConfig(CodeGenerator codeGen, SubResourceResolver subResResolver, UniqueIdentifierResolver uidResolver)Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description YComposedTypegetAdjustedType(YComposedType type)Deprecated, for removal: This API element is subject to removal in a future version.java.util.Collection<CollectionResourceConfig>getAllRootResources()Deprecated, for removal: This API element is subject to removal in a future version.java.util.Collection<SingleResourceConfig>getAllSingleResources()Deprecated, for removal: This API element is subject to removal in a future version.CollectionDtoConfiggetCollectionDtoConfig(YComposedType type)Deprecated, for removal: This API element is subject to removal in a future version.CollectionResourceConfiggetCollectionResourceConfig(YComposedType type)Deprecated, for removal: This API element is subject to removal in a future version.static java.lang.StringgetPluralNoun(java.lang.String singularNoun)Deprecated, for removal: This API element is subject to removal in a future version.Creates a plural noun based on passed nounf which is treated as singular.ResourceConfiggetResourceConfig(YType yType)Deprecated, for removal: This API element is subject to removal in a future version.Returns aResourceConfigfor passed type.SingleDtoConfiggetSingleDtoConfig(YComposedType type)Deprecated, for removal: This API element is subject to removal in a future version.SingleResourceConfiggetSingleResourceConfig(YComposedType type)Deprecated, for removal: This API element is subject to removal in a future version.Returns aSingleResourceConfigfor passedYComposedTypeSubResourceResolvergetSubresourceResolver()Deprecated, for removal: This API element is subject to removal in a future version.UniqueIdentifierResolvergetUidResover()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Constructor Detail
-
WebservicesConfig
public WebservicesConfig(CodeGenerator codeGen, SubResourceResolver subResResolver, UniqueIdentifierResolver uidResolver)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Detail
-
getSubresourceResolver
public SubResourceResolver getSubresourceResolver()
Deprecated, for removal: This API element is subject to removal in a future version.
-
getUidResover
public UniqueIdentifierResolver getUidResover()
Deprecated, for removal: This API element is subject to removal in a future version.
-
getResourceConfig
public ResourceConfig getResourceConfig(YType yType)
Deprecated, for removal: This API element is subject to removal in a future version.Returns aResourceConfigfor passed type. Result provides any information needed for resource class generation.- Parameters:
yType- requested type- Returns:
ResourceConfig
-
getSingleResourceConfig
public SingleResourceConfig getSingleResourceConfig(YComposedType type)
Deprecated, for removal: This API element is subject to removal in a future version.Returns aSingleResourceConfigfor passedYComposedType- Parameters:
type- requested type.- Returns:
SingleResourceConfig
-
getCollectionResourceConfig
public CollectionResourceConfig getCollectionResourceConfig(YComposedType type)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getSingleDtoConfig
public SingleDtoConfig getSingleDtoConfig(YComposedType type)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getCollectionDtoConfig
public CollectionDtoConfig getCollectionDtoConfig(YComposedType type)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getAllRootResources
public java.util.Collection<CollectionResourceConfig> getAllRootResources()
Deprecated, for removal: This API element is subject to removal in a future version.
-
getAllSingleResources
public java.util.Collection<SingleResourceConfig> getAllSingleResources()
Deprecated, for removal: This API element is subject to removal in a future version.
-
getAdjustedType
public YComposedType getAdjustedType(YComposedType type)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getPluralNoun
public static java.lang.String getPluralNoun(java.lang.String singularNoun)
Deprecated, for removal: This API element is subject to removal in a future version.Creates a plural noun based on passed nounf which is treated as singular.- Parameters:
singularNoun-- Returns:
- plural noun
-
-