Class SAPRFCDestinationObjectFacadeStrategy

  • All Implemented Interfaces:
    com.hybris.cockpitng.dataaccess.facades.object.ObjectCRUDHandler, com.hybris.cockpitng.dataaccess.facades.object.ObjectFacadeStrategy

    public class SAPRFCDestinationObjectFacadeStrategy
    extends DefaultPlatformObjectFacadeStrategy
    • Constructor Detail

      • SAPRFCDestinationObjectFacadeStrategy

        public SAPRFCDestinationObjectFacadeStrategy()
    • Method Detail

      • canHandle

        public boolean canHandle​(java.lang.Object object)
        Specified by:
        canHandle in interface com.hybris.cockpitng.dataaccess.facades.object.ObjectFacadeStrategy
        Overrides:
        canHandle in class DefaultPlatformObjectFacadeStrategy
      • 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:
        save in interface com.hybris.cockpitng.dataaccess.facades.object.ObjectCRUDHandler
        Overrides:
        save in class DefaultPlatformObjectFacadeStrategy
        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:
        delete in interface com.hybris.cockpitng.dataaccess.facades.object.ObjectCRUDHandler
        Overrides:
        delete in class DefaultPlatformObjectFacadeStrategy
        Throws:
        com.hybris.cockpitng.dataaccess.facades.object.exceptions.ObjectDeletionException
      • setEventService

        public void setEventService​(EventService eventService)