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

public class CustomerTypeFacadeStrategy extends DefaultPlatformTypeFacadeStrategy
Facade strategy responsible for extending the Customer with extra parameter
  • Constructor Details

    • CustomerTypeFacadeStrategy

      public CustomerTypeFacadeStrategy()
  • Method Details

    • canHandle

      public boolean canHandle(String typeCode)
      Specified by:
      canHandle in interface com.hybris.cockpitng.dataaccess.facades.type.TypeFacadeStrategy
      Overrides:
      canHandle in class DefaultPlatformTypeFacadeStrategy
    • 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:
      load in interface com.hybris.cockpitng.dataaccess.facades.type.TypeFacade
      Overrides:
      load in class DefaultPlatformTypeFacadeStrategy
      Throws:
      com.hybris.cockpitng.dataaccess.facades.type.exceptions.TypeNotFoundException