Class CompositionActionTypeFacadeStrategy
- java.lang.Object
-
- de.hybris.platform.datahubbackoffice.dataaccess.composition.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
-
-
Constructor Summary
Constructors Constructor Description CompositionActionTypeFacadeStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanHandle(java.lang.String typeCode)java.lang.StringgetAttributeDescription(java.lang.String type, java.lang.String attribute)java.lang.StringgetAttributeDescription(java.lang.String type, java.lang.String attribute, java.util.Locale locale)java.lang.StringgetType(java.lang.Object object)com.hybris.cockpitng.dataaccess.facades.type.DataTypeload(java.lang.String qualifier)com.hybris.cockpitng.dataaccess.facades.type.DataTypeload(java.lang.String qualifier, com.hybris.cockpitng.dataaccess.context.Context ctx)
-
-
-
Method Detail
-
canHandle
public boolean canHandle(java.lang.String typeCode)
- Specified by:
canHandlein interfacecom.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:
loadin interfacecom.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:
loadin interfacecom.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:
getTypein interfacecom.hybris.cockpitng.dataaccess.facades.type.TypeFacade
-
getAttributeDescription
public java.lang.String getAttributeDescription(java.lang.String type, java.lang.String attribute)- Specified by:
getAttributeDescriptionin interfacecom.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:
getAttributeDescriptionin interfacecom.hybris.cockpitng.dataaccess.facades.type.TypeFacade
-
-