java.lang.Object
de.hybris.bootstrap.codegenerator.platformwebservices.WebservicesConfig

@Deprecated(since="1818", forRemoval=true) public class WebservicesConfig extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
since 1818
Platformwebservices configuration.
  • Constructor Details

  • Method Details

    • 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 a ResourceConfig for 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 a SingleResourceConfig for passed YComposedType
      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 Collection<CollectionResourceConfig> getAllRootResources()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getAllSingleResources

      public 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 String getPluralNoun(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