Class WarehousingWarehouseUrlResolver
java.lang.Object
de.hybris.platform.commerceservices.url.impl.AbstractUrlResolver<WarehouseModel>
de.hybris.platform.warehousingfacades.warehouse.converters.populator.WarehousingWarehouseUrlResolver
- All Implemented Interfaces:
UrlResolver<WarehouseModel>
Resolves the URI for the given
WarehouseModel, using the WarehouseModel.CODE-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringgetKey(WarehouseModel source) Get the cache key for the source instance.protected Stringprotected StringresolveInternal(WarehouseModel source) Resolve the url path for the source type.voidsetPattern(String pattern) Methods inherited from class de.hybris.platform.commerceservices.url.impl.AbstractUrlResolver
getThreadContextService, resolve, setThreadContextService, urlEncode, urlSafe
-
Constructor Details
-
WarehousingWarehouseUrlResolver
public WarehousingWarehouseUrlResolver()
-
-
Method Details
-
getKey
Description copied from class:AbstractUrlResolverGet the cache key for the source instance.- Overrides:
getKeyin classAbstractUrlResolver<WarehouseModel>- Parameters:
source- the source instance- Returns:
- the cache key or null if caching is not supported
-
resolveInternal
Description copied from class:AbstractUrlResolverResolve the url path for the source type.- Specified by:
resolveInternalin classAbstractUrlResolver<WarehouseModel>- Parameters:
source- the source type.- Returns:
- the URL path
-
getPattern
-
setPattern
-