Class PoolTypeFacadeStrategy
java.lang.Object
de.hybris.platform.datahubbackoffice.dataaccess.pool.PoolTypeFacadeStrategy
- All Implemented Interfaces:
com.hybris.cockpitng.dataaccess.facades.type.TypeFacade,com.hybris.cockpitng.dataaccess.facades.type.TypeFacadeStrategy
public class PoolTypeFacadeStrategy
extends Object
implements com.hybris.cockpitng.dataaccess.facades.type.TypeFacadeStrategy
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetAttributeDescription(String s, String s2) getAttributeDescription(String s, String s2, Locale locale) com.hybris.cockpitng.dataaccess.facades.type.DataTypecom.hybris.cockpitng.dataaccess.facades.type.DataTypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.hybris.cockpitng.dataaccess.facades.type.TypeFacade
getAttribute, getAttribute
-
Field Details
-
DATAHUB_POOL_TYPECODE
- See Also:
-
-
Constructor Details
-
PoolTypeFacadeStrategy
public PoolTypeFacadeStrategy()
-
-
Method Details
-
canHandle
- Specified by:
canHandlein interfacecom.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:
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(String code, com.hybris.cockpitng.dataaccess.context.Context context) 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
- Specified by:
getTypein interfacecom.hybris.cockpitng.dataaccess.facades.type.TypeFacade
-
getAttributeDescription
- Specified by:
getAttributeDescriptionin interfacecom.hybris.cockpitng.dataaccess.facades.type.TypeFacade
-
getAttributeDescription
- Specified by:
getAttributeDescriptionin interfacecom.hybris.cockpitng.dataaccess.facades.type.TypeFacade
-