Class CollectionResourceConfig
java.lang.Object
de.hybris.bootstrap.codegenerator.platformwebservices.resource.AbstractResourceConfig
de.hybris.bootstrap.codegenerator.platformwebservices.resource.CollectionResourceConfig
- All Implemented Interfaces:
ResourceConfig
@Deprecated(since="1818",
forRemoval=true)
public class CollectionResourceConfig
extends AbstractResourceConfig
Deprecated, for removal: This API element is subject to removal in a future version.
since 1818
-
Field Summary
Fields inherited from class de.hybris.bootstrap.codegenerator.platformwebservices.resource.AbstractResourceConfig
provider -
Constructor Summary
ConstructorsConstructorDescriptionCollectionResourceConfig(CollectionDtoConfig 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 theDtoConfigof the entity which this resource is used for.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.Methods inherited from class de.hybris.bootstrap.codegenerator.platformwebservices.resource.AbstractResourceConfig
getClassName, getPackageName, getResourceConfigProvider, getSimpleClassName, isDeleteSupport, isGetSupport, isPutSupport, setDeleteSupport, setGetSupport, setPostSupport, setPutSupport, setResourceClassName, setResourcePackage
-
Constructor Details
-
CollectionResourceConfig
public CollectionResourceConfig(CollectionDtoConfig 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- Overrides:
isPostSupportin classAbstractResourceConfig- Returns:
- the isPostSupport
-
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- Specified by:
getSubResourcesin classAbstractResourceConfig- Returns:
- Collection of
ResourceConfig
-
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- Overrides:
getDTOConfigin classAbstractResourceConfig- Returns:
DtoConfig
-