Class PoolHistoryTypeFacadeStrategy

java.lang.Object
de.hybris.platform.datahubbackoffice.dataaccess.pool.history.PoolHistoryTypeFacadeStrategy
All Implemented Interfaces:
com.hybris.cockpitng.dataaccess.facades.type.TypeFacade, com.hybris.cockpitng.dataaccess.facades.type.TypeFacadeStrategy

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

    • PoolHistoryTypeFacadeStrategy

      public PoolHistoryTypeFacadeStrategy()
  • 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 typeCode) 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 code, 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 entity)
      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