Class CustomerTypeFacadeStrategy
java.lang.Object
com.hybris.backoffice.cockpitng.dataaccess.facades.type.DefaultPlatformTypeFacadeStrategy
de.hybris.platform.customersupportbackoffice.dataaccess.facades.type.CustomerTypeFacadeStrategy
- All Implemented Interfaces:
com.hybris.cockpitng.core.util.Resettable,com.hybris.cockpitng.dataaccess.facades.type.TypeFacade,com.hybris.cockpitng.dataaccess.facades.type.TypeFacadeStrategy
Facade strategy responsible for extending the Customer with extra parameter
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.hybris.backoffice.cockpitng.dataaccess.facades.type.DefaultPlatformTypeFacadeStrategy
convertAttribute, convertPlatformCollectionTypeToDatatypeType, convertType, convertType, createCollectionTypeBuilder, createCollectionTypeBuilder, createMapTypeBuilder, createTypeBuilder, getAttribute, getAttributeDescription, getAttributeDescription, getBlacklistedAttributes, getCockpitLocaleService, getDynamicTypesBlacklist, getModelService, getResolverFactory, getType, getTypeAttributesBlackList, getTypeHierarchy, getTypeService, getTypeSystemLocalizationHelper, getVariantsService, init, isOrdered, isWritable, isWritableOnCreation, load, loadAndCache, reset, setCockpitLocaleService, setDynamicTypesBlacklist, setI18nService, setModelService, setPlatformFacadeStrategyHandleCache, setResolverFactory, setTypeAttributesBlackList, setTypeService, setTypeSystemLocalizationHelper, setVariantsServiceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.hybris.cockpitng.dataaccess.facades.type.TypeFacade
getAttribute
-
Constructor Details
-
CustomerTypeFacadeStrategy
public CustomerTypeFacadeStrategy()
-
-
Method Details
-
canHandle
- Specified by:
canHandlein interfacecom.hybris.cockpitng.dataaccess.facades.type.TypeFacadeStrategy- Overrides:
canHandlein classDefaultPlatformTypeFacadeStrategy
-
load
public com.hybris.cockpitng.dataaccess.facades.type.DataType load(String code, com.hybris.cockpitng.dataaccess.context.Context ctx) throws com.hybris.cockpitng.dataaccess.facades.type.exceptions.TypeNotFoundException - Specified by:
loadin interfacecom.hybris.cockpitng.dataaccess.facades.type.TypeFacade- Overrides:
loadin classDefaultPlatformTypeFacadeStrategy- Throws:
com.hybris.cockpitng.dataaccess.facades.type.exceptions.TypeNotFoundException
-