Class PoolHistoryObjectFacadeStrategy
java.lang.Object
de.hybris.platform.datahubbackoffice.dataaccess.pool.history.PoolHistoryObjectFacadeStrategy
- All Implemented Interfaces:
com.hybris.cockpitng.dataaccess.facades.object.ObjectCRUDHandler,com.hybris.cockpitng.dataaccess.facades.object.ObjectFacadeStrategy
public class PoolHistoryObjectFacadeStrategy
extends Object
implements com.hybris.cockpitng.dataaccess.facades.object.ObjectFacadeStrategy
-
Field Summary
Fields inherited from interface com.hybris.cockpitng.dataaccess.facades.object.ObjectCRUDHandler
OBJECT_CREATED_EVENT, OBJECTS_DELETED_EVENT, OBJECTS_UPDATED_EVENT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> booleancanHandle(T objectOrCode) com.hybris.datahub.dto.event.PoolActionData<T> voiddelete(T instance, com.hybris.cockpitng.dataaccess.context.Context context) com.hybris.datahub.dto.event.PoolActionData<T> Treload(T instance, com.hybris.cockpitng.dataaccess.context.Context context) <T> Tsave(T instance, com.hybris.cockpitng.dataaccess.context.Context context) Methods 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.object.ObjectCRUDHandler
clone, delete, getObjectId, isDeleted, isModified, isNew, reload, save
-
Constructor Details
-
PoolHistoryObjectFacadeStrategy
public PoolHistoryObjectFacadeStrategy()
-
-
Method Details
-
canHandle
public <T> boolean canHandle(T objectOrCode) - Specified by:
canHandlein interfacecom.hybris.cockpitng.dataaccess.facades.object.ObjectFacadeStrategy
-
load
public com.hybris.datahub.dto.event.PoolActionData load(String uniqueId, com.hybris.cockpitng.dataaccess.context.Context context) - Specified by:
loadin interfacecom.hybris.cockpitng.dataaccess.facades.object.ObjectCRUDHandler
-
delete
public <T> void delete(T instance, com.hybris.cockpitng.dataaccess.context.Context context) - Specified by:
deletein interfacecom.hybris.cockpitng.dataaccess.facades.object.ObjectCRUDHandler
-
create
public com.hybris.datahub.dto.event.PoolActionData create(String uniqueId, com.hybris.cockpitng.dataaccess.context.Context context) - Specified by:
createin interfacecom.hybris.cockpitng.dataaccess.facades.object.ObjectCRUDHandler
-
save
public <T> T save(T instance, com.hybris.cockpitng.dataaccess.context.Context context) - Specified by:
savein interfacecom.hybris.cockpitng.dataaccess.facades.object.ObjectCRUDHandler
-
reload
public <T> T reload(T instance, com.hybris.cockpitng.dataaccess.context.Context context) - Specified by:
reloadin interfacecom.hybris.cockpitng.dataaccess.facades.object.ObjectCRUDHandler
-