Class AbstractResourceConfig
java.lang.Object
de.hybris.bootstrap.codegenerator.platformwebservices.resource.AbstractResourceConfig
- All Implemented Interfaces:
ResourceConfig
- Direct Known Subclasses:
CollectionResourceConfig,SingleResourceConfig
@Deprecated(since="1818",
forRemoval=true)
public abstract class AbstractResourceConfig
extends Object
implements ResourceConfig
Deprecated, for removal: This API element is subject to removal in a future version.
since 1818
Provides any information needed for resource generation.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected WebservicesConfigDeprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
ConstructorsConstructorDescriptionAbstractResourceConfig(DtoConfig dtoConfig, String resourcePackage, WebservicesConfig provider) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Returns the class name of the generated resource.Deprecated, for removal: This API element is subject to removal in a future version.Returns theDtoConfigof the entity which this resource is used for.Deprecated, for removal: This API element is subject to removal in a future version.Returns the package name for this resource.protected WebservicesConfigDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Returns the simple class name of the generated resource.abstract Collection<ResourceConfig>Deprecated, for removal: This API element is subject to removal in a future version.Returns all available subresources.booleanDeprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.voidsetDeleteSupport(boolean isDeleteSupport) Deprecated, for removal: This API element is subject to removal in a future version.voidsetGetSupport(boolean isGetSupport) Deprecated, for removal: This API element is subject to removal in a future version.voidsetPostSupport(boolean isPostSupport) Deprecated, for removal: This API element is subject to removal in a future version.voidsetPutSupport(boolean isPutSupport) Deprecated, for removal: This API element is subject to removal in a future version.voidsetResourceClassName(String className) Deprecated, for removal: This API element is subject to removal in a future version.voidsetResourcePackage(String resourcePackage) Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Details
-
provider
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Details
-
AbstractResourceConfig
public AbstractResourceConfig(DtoConfig dtoConfig, String resourcePackage, WebservicesConfig provider) Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
isPostSupport
public boolean isPostSupport()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
isPostSupportin interfaceResourceConfig- Returns:
- the isPostSupport
-
setPostSupport
public void setPostSupport(boolean isPostSupport) Deprecated, for removal: This API element is subject to removal in a future version.- Parameters:
isPostSupport- the isPostSupport to set
-
isPutSupport
public boolean isPutSupport()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
isPutSupportin interfaceResourceConfig- Returns:
- the isPutSupport
-
setPutSupport
public void setPutSupport(boolean isPutSupport) Deprecated, for removal: This API element is subject to removal in a future version.- Parameters:
isPutSupport- the isPutSupport to set
-
isGetSupport
public boolean isGetSupport()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
isGetSupportin interfaceResourceConfig- Returns:
- the isGetSupport
-
setGetSupport
public void setGetSupport(boolean isGetSupport) Deprecated, for removal: This API element is subject to removal in a future version.- Parameters:
isGetSupport- the isGetSupport to set
-
isDeleteSupport
public boolean isDeleteSupport()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
isDeleteSupportin interfaceResourceConfig- Returns:
- the isDeleteSupport
-
setDeleteSupport
public void setDeleteSupport(boolean isDeleteSupport) Deprecated, for removal: This API element is subject to removal in a future version.- Parameters:
isDeleteSupport- the isDeleteSupport to set
-
getClassName
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:ResourceConfigReturns the class name of the generated resource.- Specified by:
getClassNamein interfaceResourceConfig
-
setResourceClassName
Deprecated, for removal: This API element is subject to removal in a future version. -
getSimpleClassName
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:ResourceConfigReturns the simple class name of the generated resource.- Specified by:
getSimpleClassNamein interfaceResourceConfig- Returns:
- simple class literal
-
getPackageName
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:ResourceConfigReturns the package name for this resource.- Specified by:
getPackageNamein interfaceResourceConfig- Returns:
- the resourcePackage
-
setResourcePackage
Deprecated, for removal: This API element is subject to removal in a future version.- Parameters:
resourcePackage- the resourcePackage to set
-
getSubResources
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:ResourceConfigReturns all available subresources.- Specified by:
getSubResourcesin interfaceResourceConfig- Returns:
- Collection of
ResourceConfig
-
getResourceConfigProvider
Deprecated, for removal: This API element is subject to removal in a future version. -
getDTOConfig
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:ResourceConfigReturns theDtoConfigof the entity which this resource is used for.- Specified by:
getDTOConfigin interfaceResourceConfig- Returns:
DtoConfig
-