Class WebservicesConfig


  • @Deprecated(since="1818",
                forRemoval=true)
    public class WebservicesConfig
    extends java.lang.Object
    Deprecated, for removal: This API element is subject to removal in a future version.
    since 1818
    Platformwebservices configuration.
    • 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 a ResourceConfig for passed type.

        Result provides any information needed for resource class generation.

        Parameters:
        yType - requested type
        Returns:
        ResourceConfig
      • 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