Class CompositionActionTypeFacadeStrategy

  • All Implemented Interfaces:
    com.hybris.cockpitng.dataaccess.facades.type.TypeFacade, com.hybris.cockpitng.dataaccess.facades.type.TypeFacadeStrategy

    public class CompositionActionTypeFacadeStrategy
    extends java.lang.Object
    implements com.hybris.cockpitng.dataaccess.facades.type.TypeFacadeStrategy
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean canHandle​(java.lang.String typeCode)  
      java.lang.String getAttributeDescription​(java.lang.String type, java.lang.String attribute)  
      java.lang.String getAttributeDescription​(java.lang.String type, java.lang.String attribute, java.util.Locale locale)  
      java.lang.String getType​(java.lang.Object object)  
      com.hybris.cockpitng.dataaccess.facades.type.DataType load​(java.lang.String qualifier)  
      com.hybris.cockpitng.dataaccess.facades.type.DataType load​(java.lang.String qualifier, com.hybris.cockpitng.dataaccess.context.Context ctx)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.hybris.cockpitng.dataaccess.facades.type.TypeFacade

        getAttribute, getAttribute
    • Constructor Detail

      • CompositionActionTypeFacadeStrategy

        public CompositionActionTypeFacadeStrategy()
    • Method Detail

      • canHandle

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

        public com.hybris.cockpitng.dataaccess.facades.type.DataType load​(java.lang.String qualifier)
                                                                   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​(java.lang.String qualifier,
                                                                          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
        Throws:
        com.hybris.cockpitng.dataaccess.facades.type.exceptions.TypeNotFoundException
      • getType

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

        public java.lang.String getAttributeDescription​(java.lang.String type,
                                                        java.lang.String attribute)
        Specified by:
        getAttributeDescription in interface com.hybris.cockpitng.dataaccess.facades.type.TypeFacade
      • getAttributeDescription

        public java.lang.String getAttributeDescription​(java.lang.String type,
                                                        java.lang.String attribute,
                                                        java.util.Locale locale)
        Specified by:
        getAttributeDescription in interface com.hybris.cockpitng.dataaccess.facades.type.TypeFacade