Class SAPRFCDestinationObjectFacadeStrategy
- java.lang.Object
-
- com.hybris.backoffice.cockpitng.dataaccess.facades.object.DefaultPlatformObjectFacadeStrategy
-
- de.hybris.platform.sap.sapcoreconfigurationbackoffice.facades.object.SAPRFCDestinationObjectFacadeStrategy
-
- All Implemented Interfaces:
com.hybris.cockpitng.dataaccess.facades.object.ObjectCRUDHandler,com.hybris.cockpitng.dataaccess.facades.object.ObjectFacadeStrategy
public class SAPRFCDestinationObjectFacadeStrategy extends DefaultPlatformObjectFacadeStrategy
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJCO_TRACE_LEVELstatic java.lang.StringJCO_TRACE_PATH
-
Constructor Summary
Constructors Constructor Description SAPRFCDestinationObjectFacadeStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanHandle(java.lang.Object object)<T> voiddelete(T object, com.hybris.cockpitng.dataaccess.context.Context ctx)<T> Tsave(T objectToSave, com.hybris.cockpitng.dataaccess.context.Context ctx)voidsetEventService(EventService eventService)voidsetItemModificationHistoryService(ItemModificationHistoryService itemModificationHistoryService)voidsetModelService(ModelService modelService)-
Methods inherited from class com.hybris.backoffice.cockpitng.dataaccess.facades.object.DefaultPlatformObjectFacadeStrategy
canPersistSingleElement, clone, convert, create, delete, executeWithWorkflowTemplateActivation, getCloneStrategyRegistry, getLabelService, getObjectId, getValidationHandler, isModified, isNew, load, logItemDeletion, reload, save, setCloneStrategyRegistry, setLabelService, setPlatformFacadeStrategyHandleCache, setTypeFacade, setTypeService, setValidationHandler, setWorkflowTemplateActivationService
-
-
-
-
Field Detail
-
JCO_TRACE_LEVEL
public static final java.lang.String JCO_TRACE_LEVEL
- See Also:
- Constant Field Values
-
JCO_TRACE_PATH
public static final java.lang.String JCO_TRACE_PATH
- See Also:
- Constant Field Values
-
-
Method Detail
-
canHandle
public boolean canHandle(java.lang.Object object)
- Specified by:
canHandlein interfacecom.hybris.cockpitng.dataaccess.facades.object.ObjectFacadeStrategy- Overrides:
canHandlein classDefaultPlatformObjectFacadeStrategy
-
save
public <T> T save(T objectToSave, com.hybris.cockpitng.dataaccess.context.Context ctx) throws com.hybris.cockpitng.dataaccess.facades.object.exceptions.ObjectSavingException- Specified by:
savein interfacecom.hybris.cockpitng.dataaccess.facades.object.ObjectCRUDHandler- Overrides:
savein classDefaultPlatformObjectFacadeStrategy- Throws:
com.hybris.cockpitng.dataaccess.facades.object.exceptions.ObjectSavingException
-
delete
public <T> void delete(T object, com.hybris.cockpitng.dataaccess.context.Context ctx) throws com.hybris.cockpitng.dataaccess.facades.object.exceptions.ObjectDeletionException- Specified by:
deletein interfacecom.hybris.cockpitng.dataaccess.facades.object.ObjectCRUDHandler- Overrides:
deletein classDefaultPlatformObjectFacadeStrategy- Throws:
com.hybris.cockpitng.dataaccess.facades.object.exceptions.ObjectDeletionException
-
setItemModificationHistoryService
public void setItemModificationHistoryService(ItemModificationHistoryService itemModificationHistoryService)
- Overrides:
setItemModificationHistoryServicein classDefaultPlatformObjectFacadeStrategy
-
setEventService
public void setEventService(EventService eventService)
-
setModelService
public void setModelService(ModelService modelService)
- Overrides:
setModelServicein classDefaultPlatformObjectFacadeStrategy
-
-