Class DatahubCanonicalTypeFacadeStrategy

java.lang.Object
de.hybris.platform.datahubbackoffice.dataaccess.search.strategy.DatahubCanonicalTypeFacadeStrategy
All Implemented Interfaces:
com.hybris.cockpitng.dataaccess.facades.type.TypeFacade, com.hybris.cockpitng.dataaccess.facades.type.TypeFacadeStrategy

public class DatahubCanonicalTypeFacadeStrategy extends Object implements com.hybris.cockpitng.dataaccess.facades.type.TypeFacadeStrategy
  • Constructor Details

    • DatahubCanonicalTypeFacadeStrategy

      public DatahubCanonicalTypeFacadeStrategy()
  • Method Details

    • canHandle

      public boolean canHandle(String code)
      Specified by:
      canHandle in interface com.hybris.cockpitng.dataaccess.facades.type.TypeFacadeStrategy
    • load

      public com.hybris.cockpitng.dataaccess.facades.type.DataType load(String code) throws com.hybris.cockpitng.dataaccess.facades.type.exceptions.TypeNotFoundException
      Specified by:
      load in interface com.hybris.cockpitng.dataaccess.facades.type.TypeFacade
      Throws:
      com.hybris.cockpitng.dataaccess.facades.type.exceptions.TypeNotFoundException
    • load

      public com.hybris.cockpitng.dataaccess.facades.type.DataType load(String typeCode, com.hybris.cockpitng.dataaccess.context.Context context) throws com.hybris.cockpitng.dataaccess.facades.type.exceptions.TypeNotFoundException
      Specified by:
      load in interface com.hybris.cockpitng.dataaccess.facades.type.TypeFacade
      Throws:
      com.hybris.cockpitng.dataaccess.facades.type.exceptions.TypeNotFoundException
    • getType

      public String getType(Object obj)
      Specified by:
      getType in interface com.hybris.cockpitng.dataaccess.facades.type.TypeFacade
    • getAttributeDescription

      public String getAttributeDescription(String typeCode, String qualifier)
      Specified by:
      getAttributeDescription in interface com.hybris.cockpitng.dataaccess.facades.type.TypeFacade
    • getAttributeDescription

      public String getAttributeDescription(String typeCode, String qualifier, Locale locale)
      Specified by:
      getAttributeDescription in interface com.hybris.cockpitng.dataaccess.facades.type.TypeFacade
    • setCanonicalTypesService

      public void setCanonicalTypesService(DataHubTypeService service)